Home | History | Annotate | Download | only in config
      1 # Copyright 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 configuration overrides for JetStream."""
      6 
      7 
      8 class Values(object):
      9     """FAFT config values for JetStream."""
     10 
     11     mode_switcher_type = 'jetstream_switcher'
     12     fw_bypasser_type = 'jetstream_bypasser'
     13 
     14     firmware_screen = 16
     15     has_lid = False
     16     has_keyboard = False
     17     rec_button_dev_switch = True
     18