1# Copyright 2018 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 configuration overrides for Cheza."""
6
7
8class Values(object):
9    """FAFT config values for Cheza."""
10    mode_switcher_type = 'tablet_detachable_switcher'
11    fw_bypasser_type = 'tablet_detachable_bypasser'
12
13    has_lid = True
14    has_keyboard = False
15    chrome_ec = True
16    ec_capability = ['arm', 'battery', 'charging', 'lid']
17