blob: db995e1007ec38cd8fb2404524d5e3acee27ed73 [file] [log] [blame]
Brad Bishop5f9be072016-06-27 14:53:52 -04001SUMMARY = "OpenBMC org.openbmc.Button example implementation"
2DESCRIPTION = "A sample implementation for a button controlling a power domain."
3PR = "r1"
4
5inherit skeleton-gdbus
Brad Bishop1d525fa2016-08-17 20:27:37 -04006inherit obmc-phosphor-dbus-service
Brad Bishop5f9be072016-06-27 14:53:52 -04007
8SKELETON_DIR = "pwrbutton"
Brad Bishop1d525fa2016-08-17 20:27:37 -04009
10FMT = "org.openbmc.buttons.Power@{0}.service"
11DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_POWER_BUTTON_INSTANCES')}"