blob: 7c710612960c159a1641cd10e369d6141d135868 [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/routine_parameter_fetcher_constants.h"
namespace diagnostics {
const char kBatteryHealthPropertiesPath[] =
"/cros-healthd/routines/battery-health";
const char kMaximumCycleCountProperty[] = "maximum-cycle-count";
const char kPercentBatteryWearAllowedProperty[] =
"percent-battery-wear-allowed";
} // namespace diagnostics