blob: 40a979379f67ac4bd05e45d3c36c80a439fc90e4 [file] [log] [blame]
// Copyright 2014 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.
#include "buffet/dbus_constants.h"
namespace buffet {
namespace dbus_constants {
const char kServiceName[] = "org.chromium.Buffet";
const char kRootServicePath[] = "/org/chromium/Buffet";
const char kCommandServicePathPrefix[] = "/org/chromium/Buffet/commands/";
} // namespace dbus_constants
} // namespace buffet