#include #include const volatile CfgId_CfgInfoType CfgId_CfgInfoConfigData CFGID_MEMCLASS = { { /* Something like "F01_BW016_SWAPX0001.0001.00" */ #include }, { /* The compiler __DATE__ macro, or a specifically written date in the proper format */ #include }, { /* The compiler __TIME__ macro, or a specifically written date in the proper format */ #include }, { /* The 12 digit software part number */ #include }, { 0U }, /* These are reserved fill bytes */ 12U, /* This is the hash type (12 is Hash_Sha2_256) */ 0x20U, /* Length of the hash in bytes */ { 0U } /* Empty hash value, to be written by ALHexManip in the build. */ }; #include