blob: f42bef443ee25dd3a2a7ea1616f0f1ca93e1fccc [file] [log] [blame]
Brad Bishop5f9be072016-06-27 14:53:52 -04001SUMMARY = "OpenBMC org.openbmc.Flash example implementation"
2DESCRIPTION = "A sample implementation for the org.openbmc.Flash DBUS API. \
3org.openbmc.Flash provides APIs for functions like BIOS flash access control \
4and updating."
5PR = "r1"
6
7inherit skeleton-gdbus
Brad Bishop1d525fa2016-08-17 20:27:37 -04008inherit obmc-phosphor-dbus-service
Brad Bishop92673622018-01-26 21:30:17 -05009inherit pkgconfig
Brad Bishop5f9be072016-06-27 14:53:52 -040010
11SKELETON_DIR = "flashbios"
Brad Bishop1d525fa2016-08-17 20:27:37 -040012DBUS_SERVICE_${PN} += "org.openbmc.control.Flash.service"
13SYSTEMD_SERVICE_${PN} += "obmc-flash-init.service"