blob: 61d59971522207a6664a7fd9beddceaafb99f31a [file] [log] [blame]
// Copyright 2019 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.
#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_