blob: 3859964b64b6172ea0572d19a558bb5847311a47 [file] [log] [blame]
// Copyright 2018 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.
#ifndef SYSTEM_API_DBUS_DLCSERVICE_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_DLCSERVICE_DBUS_CONSTANTS_H_
namespace dlcservice {
const char kDlcServiceInterface[] = "org.chromium.DlcServiceInterface";
const char kDlcServiceServicePath[] = "/org/chromium/DlcService";
const char kDlcServiceServiceName[] = "org.chromium.DlcService";
const char kGetInstalledMethod[] = "GetInstalled";
const char kInstallMethod[] = "Install";
const char kUninstallMethod[] = "Uninstall";
} // namespace dlcservice
#endif // SYSTEM_API_DBUS_DLCSERVICE_DBUS_CONSTANTS_H_