blob: 4bd9d338e26395d66d42fafa53afcd5e3086d43b [file] [log] [blame]
Etienne Carriere75141172020-05-16 11:58:23 +02001/* SPDX-License-Identifier: BSD-2-Clause */
Pascal Brandc639ac82015-07-02 08:53:34 +02002/*
3 * Copyright (c) 2014, STMicroelectronics International N.V.
4 * All rights reserved.
Pascal Brandc639ac82015-07-02 08:53:34 +02005 */
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
Ovidiu Mihalachib17b75c2018-12-04 10:37:50 +020017#define TA_SIMS_CMD_PANIC 4
Ovidiu Mihalachi7d6e63b2019-04-02 13:48:09 +030018#define TA_SIMS_OPEN_TA_SESSION 5
Pascal Brandc639ac82015-07-02 08:53:34 +020019
20#endif