blob: c03714e96b3bc5fcba058428f5d5f9582fcdf617 [file] [log] [blame]
// Copyright 2019 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_ANOMALY_DETECTOR_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_ANOMALY_DETECTOR_DBUS_CONSTANTS_H_
namespace anomaly_detector {
const char kAnomalyEventServiceName[] = "org.chromium.AnomalyEventService";
const char kAnomalyEventServicePath[] = "/org/chromium/AnomalyEventService";
const char kAnomalyEventServiceInterface[] =
"org.chromium.AnomalyEventServiceInterface";
const char kAnomalyEventSignalName[] = "AnomalyEvent";
const char kAnomalyGuestFileCorruptionSignalName[] = "GuestFileCorruption";
} // namespace anomaly_detector
#endif // SYSTEM_API_DBUS_ANOMALY_DETECTOR_DBUS_CONSTANTS_H_