Mike Capps | bf8e56f | 2022-06-29 14:23:07 -0400 | [diff] [blame] | 1 | |
| 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 |
| 7 | static constexpr char CONTROL_BUSNAME[] = "xyz.openbmc_project.Control.Thermal"; |
| 8 | |
| 9 | // Control Application's root D-Bus object path |
| 10 | static constexpr char CONTROL_OBJPATH[] = |
| 11 | "/xyz/openbmc_project/control/thermal"; |
| 12 | |
| 13 | // Thermal Application's D-Bus busname to own |
| 14 | static constexpr char THERMAL_ALERT_BUSNAME[] = |
| 15 | "xyz.openbmc_project.Thermal.Alert"; |
| 16 | |
| 17 | // Thermal Application's root D-Bus object path |
| 18 | static constexpr char THERMAL_ALERT_OBJPATH[] = |
| 19 | "/xyz/openbmc_project/alerts/thermal_fault_alert"; |