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