# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

"""FAFT config setting overrides for Snow."""


class Values(object):
    """FAFT config values for Snow."""
    chrome_ec = True
    ec_capability = (['battery', 'keyboard', 'arm'])
    ec_boot_to_console = 0.4
    ec_has_powerbtn_cmd = False
    use_u_boot = True
    has_eventlog = False