Manifest version. More...
#include <sw/device/silicon_creator/lib/manifest.h>
Data Fields | |
uint16_t | minor |
Minor manifest format version. More... | |
uint16_t | major |
Major manifest format version. More... | |
Manifest version.
Definition at line 151 of file manifest.h.
uint16_t manifest_version::major |
Major manifest format version.
This field can be used to maintain or break forward compatibility in ROM while preserving backward compatibility in ROM_EXT. ROM requires the major version to be kManifestFormatVersionMajor1
.
Definition at line 166 of file manifest.h.
uint16_t manifest_version::minor |
Minor manifest format version.
ROM doesn't check this field. Thus, this field can be used to update the manifest format without breaking the forward compatibility of ROM.
Definition at line 158 of file manifest.h.