blob: 6ab587acb1f9177e39a4d8bf8c08975a7947a5a6 [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 {
Alex Vakulenko420e49f2014-12-01 17:53:27 -08008
9const char kServiceName[] = "org.chromium.Buffet";
Alex Vakulenko420e49f2014-12-01 17:53:27 -080010const char kRootServicePath[] = "/org/chromium/Buffet";
Alex Vakulenko420e49f2014-12-01 17:53:27 -080011const char kCommandServicePathPrefix[] = "/org/chromium/Buffet/commands/";
12
Alex Vakulenko420e49f2014-12-01 17:53:27 -080013} // namespace buffet