chromium/third_party/cros_system_api/dbus/runtime_probe/dbus-constants.h

// Copyright 2018 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SYSTEM_API_DBUS_RUNTIME_PROBE_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_RUNTIME_PROBE_DBUS_CONSTANTS_H_

namespace runtime_probe {
const char kRuntimeProbeInterfaceName[] =;
const char kRuntimeProbeServicePath[] =;
const char kRuntimeProbeServiceName[] =;

// Methods
const char kProbeCategoriesMethod[] =;
const char kGetKnownComponentsMethod[] =;

}  // namespace runtime_probe

#endif  // SYSTEM_API_DBUS_RUNTIME_PROBE_DBUS_CONSTANTS_H_