blob: 6f2b358d02b264920b223c9167392f57a31ba2e4 [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";
constexpr char kBaseSensorLabel[] = "accel-base";
constexpr char kLidSensorLabel[] = "accel-display";
} // namespace mems_setup
#endif // MEMS_SETUP_SENSOR_LOCATION_H_