blob: a57a0ba1924183c067d23d5e1ae2a9485a782339 [file] [log] [blame]
// Copyright 2015 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 SETTINGSD_DBUS_CONSTANTS_H_
#define SETTINGSD_DBUS_CONSTANTS_H_
namespace settingsd {
// The service name claimed by the Settingsd daemon.
extern const char kServiceName[];
// The object at this path implements the ObjectManager interface.
extern const char kRootServicePath[];
// The object at this path implements the SettingsInterface for system-wide
// configuration.
extern const char kSystemSettingsServicePath[];
} // namespace settingsd
#endif // SETTINGSD_DBUS_CONSTANTS_H_