xref: /openbmc/phosphor-ipmi-flash/bmc/firmware-handler/config-static-bmc.json.in (revision ded66d0f7317f6e43a5301da6c3d9dda80b17250)
1[{
2	"blob": "/flash/image",
3	"handler": {
4		"type": "file",
5		"path": "@STATIC_HANDLER_STAGED_NAME@"
6	},
7	"actions": {
8		"preparation": {
9			"type": "systemd",
10			"unit": "@PREPARATION_DBUS_SERVICE@"
11		},
12		"verification": {
13			"type": "systemd",
14			"unit": "@VERIFY_DBUS_SERVICE@"
15		},
16		"update": {
17			"type": "systemd",
18			"unit": "@UPDATE_DBUS_SERVICE@"
19		}
20	}
21}]
22