blob: 4fb4bd455095b333f250678c9e60f00392fc5e68 [file] [log] [blame]
Mike Cappsbf8e56f2022-06-29 14:23:07 -04001
2#pragma once
3
4// Global constants from Phosphor Fan Presence's D-Bus names and paths
5
6// Control Application's D-Bus busname to own
7static constexpr char CONTROL_BUSNAME[] = "xyz.openbmc_project.Control.Thermal";
8
9// Control Application's root D-Bus object path
10static constexpr char CONTROL_OBJPATH[] =
11 "/xyz/openbmc_project/control/thermal";
12
13// Thermal Application's D-Bus busname to own
14static constexpr char THERMAL_ALERT_BUSNAME[] =
15 "xyz.openbmc_project.Thermal.Alert";
16
17// Thermal Application's root D-Bus object path
18static constexpr char THERMAL_ALERT_OBJPATH[] =
19 "/xyz/openbmc_project/alerts/thermal_fault_alert";