blob: 0bb72dcef1344800f53aff5e1a582405bc0f0e31 [file] [log] [blame]
Alex Vakulenko420e49f2014-12-01 17:53:27 -08001// Copyright 2014 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef BUFFET_DBUS_CONSTANTS_H_
6#define BUFFET_DBUS_CONSTANTS_H_
7
8namespace buffet {
Alex Vakulenko420e49f2014-12-01 17:53:27 -08009
10// The service name claimed by the Buffet daemon.
11extern const char kServiceName[];
12
13// The object at this path implements the ObjectManager interface.
14extern const char kRootServicePath[];
15
16// D-Bus object path prefix for Command objects.
17extern const char kCommandServicePathPrefix[];
18
Alex Vakulenko420e49f2014-12-01 17:53:27 -080019} // namespace buffet
20
21#endif // BUFFET_DBUS_CONSTANTS_H_