Skip to content

Commit e293785

Browse files
etienne-lmsjforissier
authored andcommitted
random: add missing TA_VERSION and TA_DESCRIPTION
Add missing TA_VERSION and TA_DESCRIPTION macros on Random bytes example. Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
1 parent a8db2cd commit e293785

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

random/ta/user_ta_header_defines.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,10 @@
4949
/* Provisioned heap size for TEE_Malloc() and friends */
5050
#define TA_DATA_SIZE (32 * 1024)
5151

52+
/* The gpd.ta.version property */
53+
#define TA_VERSION "1.0"
54+
55+
/* The gpd.ta.description property */
56+
#define TA_DESCRIPTION "Example of how a TA can get a buffer of random bytes"
57+
5258
#endif /* USER_TA_HEADER_DEFINES_H */

0 commit comments

Comments
 (0)