blob: 5913010f49cda264eb74447acbeb90dfbb1d9768 [file] [log] [blame]
// Copyright 2019 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MEMS_SETUP_SENSOR_LOCATION_H_
#define MEMS_SETUP_SENSOR_LOCATION_H_
namespace mems_setup {
constexpr char kBaseSensorLocation[] = "base";
constexpr char kLidSensorLocation[] = "lid";
} // namespace mems_setup
#endif // MEMS_SETUP_SENSOR_LOCATION_H_