blob: 90f80d1d1efaece7e321985ef5eca70f02c483bc [file] [log] [blame] [edit]
// Copyright 2024 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_HEARTD_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_HEARTD_DBUS_CONSTANTS_H_
namespace heartd {
const char kHeartdInterfaceName[] = "org.chromium.Heartd";
const char kHeartdServicePath[] = "/org/chromium/Heartd";
const char kHeartdServiceName[] = "org.chromium.Heartd";
} // namespace heartd
#endif // SYSTEM_API_DBUS_HEARTD_DBUS_CONSTANTS_H_