#ifndef SYSTEM_API_DBUS_FEATURED_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_FEATURED_DBUS_CONSTANTS_H_
namespace featured {
inline constexpr char kFeaturedInterface[] = …;
inline constexpr char kFeaturedServicePath[] = …;
inline constexpr char kFeaturedServiceName[] = …;
inline constexpr char kHandleSeedFetchedMethod[] = …;
}
namespace feature {
inline constexpr char kFeatureLibInterface[] = …;
inline constexpr char kFeatureLibServicePath[] = …;
inline constexpr char kFeatureLibServiceName[] = …;
inline constexpr char kRefetchSignal[] = …;
inline constexpr char kActiveTrialFileCreatedSignal[] = …;
}
#endif