// Copyright 2018 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_DRIVEFS_DBUS_CONSTANTS_H_ #define SYSTEM_API_DBUS_DRIVEFS_DBUS_CONSTANTS_H_ namespace drivefs { const char kDriveFileStreamInterface[] = …; const char kDriveFileStreamServicePath[] = …; const char kDriveFileStreamServiceName[] = …; const char kDriveFileStreamOpenIpcChannelMethod[] = …; } // namespace drivefs #endif // SYSTEM_API_DBUS_DRIVEFS_DBUS_CONSTANTS_H_