// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SYSTEM_API_DBUS_USBGUARD_DBUS_CONSTANTS_H_ #define SYSTEM_API_DBUS_USBGUARD_DBUS_CONSTANTS_H_ namespace usbguard { constexpr char kUsbguardServiceName[] = …; constexpr char kUsbguardDevicesInterface[] = …; constexpr char kUsbguardDevicesInterfacePath[] = …; constexpr char kDevicePolicyChangedSignalName[] = …; } // namespace usbguard #endif // SYSTEM_API_DBUS_USBGUARD_DBUS_CONSTANTS_H_