blob: faf19c00f2982f70b48221813703ec0f82de2963 [file] [log] [blame]
// Copyright 2020 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.
#include "diagnostics/cros_healthd/system/system_config_constants.h"
namespace diagnostics {
const char kHardwarePropertiesPath[] = "/hardware-properties";
const char kPsuTypeProperty[] = "psu-type";
const char kBatteryPropertiesPath[] = "/cros-healthd/battery";
const char kHasSmartBatteryInfoProperty[] = "has-smart-battery-info";
const char kHasBacklightProperty[] = "has-backlight";
const char kCachedVpdPropertiesPath[] = "/cros-healthd/cached-vpd";
const char kHasSkuNumberProperty[] = "has-sku-number";
const char kArcBuildPropertiesPath[] = "/arc/build-properties";
const char kMarketingNameProperty[] = "marketing-name";
const char kNvmeToolPath[] = "usr/sbin/nvme";
const char kDevicePath[] = "dev";
const char kSmartctlToolPath[] = "usr/sbin/smartctl";
const char kFioToolPath[] = "usr/bin/fio";
const std::list<std::string> GetWilcoBoardNames() {
return {"sarien", "drallion"};
}
} // namespace diagnostics