1[{
2	"blob": "/flash/bios",
3	"handler": {
4		"type": "file",
5		"path": "@BIOS_STAGED_NAME@"
6	},
7	"actions": {
8		"preparation": {
9			"type": "systemd",
10			"unit": "@PREPARATION_BIOS_TARGET@"
11		},
12		"verification": {
13			"type": "systemd",
14			"unit": "@VERIFY_BIOS_TARGET@"
15		},
16		"update": {
17			"type": "systemd",
18			"unit": "@UPDATE_BIOS_TARGET@"
19		}
20	}
21}]
22