blob: 61d59971522207a6664a7fd9beddceaafb99f31a [file] [log] [blame]
Enrico Granata60b1cbc2019-05-20 11:06:46 -07001// 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
8namespace mems_setup {
9constexpr char kBaseSensorLocation[] = "base";
10constexpr char kLidSensorLocation[] = "lid";
11} // namespace mems_setup
12
13#endif // MEMS_SETUP_SENSOR_LOCATION_H_