1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright (c) 2014, STMicroelectronics International N.V.
4  * All rights reserved.
5  */
6 
7 #ifndef TA_SIMS_TEST_H
8 #define TA_SIMS_TEST_H
9 
10 /* This UUID is generated with uuidgen */
11 #define TA_SIMS_TEST_UUID { 0xe6a33ed4, 0x562b, 0x463a, \
12 	{ 0xbb, 0x7e, 0xff, 0x5e, 0x15, 0xa4, 0x93, 0xc8 } }
13 
14 #define TA_SIMS_CMD_READ                 1
15 #define TA_SIMS_CMD_WRITE                2
16 #define TA_SIMS_CMD_GET_COUNTER          3
17 #define TA_SIMS_CMD_PANIC                4
18 #define TA_SIMS_OPEN_TA_SESSION          5
19 
20 #endif
21