Enrico Granata | 60b1cbc | 2019-05-20 11:06:46 -0700 | [diff] [blame] | 1 | // Copyright 2019 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 | #ifndef MEMS_SETUP_SENSOR_LOCATION_H_ | ||||
6 | #define MEMS_SETUP_SENSOR_LOCATION_H_ | ||||
7 | |||||
8 | namespace mems_setup { | ||||
9 | constexpr char kBaseSensorLocation[] = "base"; | ||||
10 | constexpr char kLidSensorLocation[] = "lid"; | ||||
11 | } // namespace mems_setup | ||||
12 | |||||
13 | #endif // MEMS_SETUP_SENSOR_LOCATION_H_ |