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