blob: 14dc6f3038fcf910b875e7686266e5c1ca08e6fa [file] [log] [blame]
Willy Tu4aec8022021-05-20 23:57:16 -07001description: >
Patrick Williamsf1260d32022-04-29 14:24:26 -05002 Implement to provide software settings management.
Willy Tu4aec8022021-05-20 23:57:16 -07003
4properties:
Patrick Williamsf1260d32022-04-29 14:24:26 -05005 - name: WriteProtected
6 type: boolean
7 default: false
8 description: >
9 This property shall indicate whether the software image can be
Patrick Williamsa1347412022-12-06 10:56:22 -060010 overwritten, where a value `true` shall indicate that the software
11 cannot be altered or overwritten.