Skip to content

Commit

Permalink
ta: trusted_keys: Add TA version and description property values
Browse files Browse the repository at this point in the history
Add meaningful values for Trusted Keys TA version and description
properties to replace previously embedded default respective values
"Undefined version" and "Undefined description".

Signed-off-by: Etienne Carriere <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
etienne-lms committed Jan 6, 2025
1 parent 8f832df commit a8cb039
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ta/trusted_keys/user_ta_header_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
#define TA_STACK_SIZE (4 * 1024)
#define TA_DATA_SIZE (16 * 1024)

#define TA_VERSION "1.0"

#define TA_DESCRIPTION "Trusted Keys"

#endif /*USER_TA_HEADER_DEFINES_H*/

0 comments on commit a8cb039

Please sign in to comment.