blob: 701f387c0dc01e9e5ab72197c8e1566ed0bf94eb [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 kRootInterface[] = "org.chromium.Buffet";
const char kRootServicePath[] = "/org/chromium/Buffet";
const char kRootTestMethod[] = "TestMethod";
} // namespace dbus_constants
} // namespace buffet