Files
OpenBMC/meta-google/recipes-google/acpi-power-state-daemon/acpi-power-state-daemon_git.bb
T
2026-04-23 17:07:55 +08:00

20 lines
441 B
BlitzBasic

SUMMARY = "ACPI Power/Sleep state daemon to allow host state events"
DESCRIPTION = "ACPI Power/Sleep state daemon to allow host state events"
GOOGLE_MISC_PROJ = "acpi-power-state-daemon"
require ../google-misc/google-misc.inc
inherit pkgconfig systemd
DEPENDS += " \
phosphor-dbus-interfaces \
sdbusplus \
systemd \
"
SYSTEMD_SERVICE:${PN} = " \
acpi-power-state.service \
host-s0-state.target \
host-s5-state.target \
"