Home
last modified time | relevance | path

Searched refs:SwComponent (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/scripts/imgtool/
Dboot_record.py26 class SwComponent(int, Enum): class
41 properties = {SwComponent.TYPE: sw_type,
42 SwComponent.VERSION: sw_version,
43 SwComponent.SIGNER_ID: sw_signer_id,
44 SwComponent.MEASUREMENT_DESCRIPTION: sw_measurement_description,
45 SwComponent.MEASUREMENT_VALUE: sw_measurement_value,
51 …assert SwComponent.MEASUREMENT_VALUE == last_key, 'Measurement value is not the last item of the p…