summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/acpi-power-state-daemon/acpi-power-state-daemon_git.bb
blob: 0de07f93ace2471139a030763249c1a2e64c7f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 \
  "