1# Copyright (c) 2015 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5"""FAFT config overrides for Brain (RK3288 base platform without EC).""" 6 7from autotest_lib.server.cros.faft.config import veyron 8 9class Values(veyron.Values): 10 """Inherit overrides from Veyron.""" 11 has_lid = False 12 has_keyboard = False 13 rec_button_dev_switch = True 14 hold_pwr_button_poweroff = 7 15 hold_pwr_button_poweron = 0.7 16 powerup_ready = 15 17