blob: ac6e080814633d552de2555f8c156de7ec50cfa4 [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#include "buffet/dbus_constants.h"
6
7namespace buffet {
8namespace dbus_constants {
9
10const char kServiceName[] = "org.chromium.Buffet";
11
12const char kRootServicePath[] = "/org/chromium/Buffet";
13
14const char kCommandServicePathPrefix[] = "/org/chromium/Buffet/commands/";
15
16} // namespace dbus_constants
17} // namespace buffet