blob: 0fff06a7ddd648db79000a7de3b92cda6a72a834 [file] [log] [blame]
Jayashankar Padath633d8c72019-03-27 12:49:37 +05301description: >
2 To implement the apply time of a newly updated software image.
3 The apply time property is global to all firmware update packages
4 and the default value of the property is OnReset.
5properties:
6 - name: RequestedApplyTime
7 type: enum[self.RequestedApplyTimes]
8 description: >
9 This property indicates when the software image update should be
10 applied.
11enumerations:
12 - name: RequestedApplyTimes
13 description: >
14 The possible values of this property indicate when the newly
15 updated software image will be activated.
16 values:
17 - name: Immediate
18 description: >
19 Apply immediately.
20 - name: OnReset
21 description: >
22 Apply on a reset.