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