blob: 9435d31413cf4c6b77a0f8555a3bfeacd5329f68 [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
Saqib Khan02917df2017-11-13 10:47:54 -06007inherit pkgconfig
Brad Bishop1d525fa2016-08-17 20:27:37 -04008
Brad Bishop5f9be072016-06-27 14:53:52 -04009SKELETON_DIR = "rstbutton"
Brad Bishop1d525fa2016-08-17 20:27:37 -040010
11FMT = "org.openbmc.buttons.reset@{0}.service"
12DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_RESET_BUTTON_INSTANCES')}"