Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 1 | description: > |
Patrick Williams | f1260d3 | 2022-04-29 14:24:26 -0500 | [diff] [blame] | 2 | Implement to provide software settings management. |
Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 3 | |
| 4 | properties: |
Patrick Williams | f1260d3 | 2022-04-29 14:24:26 -0500 | [diff] [blame] | 5 | - name: WriteProtected |
| 6 | type: boolean |
| 7 | default: false |
| 8 | description: > |
| 9 | This property shall indicate whether the software image can be |
| 10 | overwritten, where a value `true` shall indicate that the software cannot |
| 11 | be altered or overwritten. |