secure_storage_ta mix teegris
Huongnm
c_cpp
a month ago
883 B
5
Indexable
#pragma once
#include <sys/resource.h>
/********* !!!! WARNING !!!! ***************
* Please make sure such header is not included
* in more than one source-file of TA
*******************************************/
#define TA_PROP_UUID { 0xf4e750bb, 0x1437, 0x4fbf, { 0x87, 0x85, 0x8d, 0x35, 0x80, 0xc3, 0x49, 0x94 } }
#define TA_PROP_SINGLE_INSTANCE FALSE
#define TA_PROP_MULTISESSION FALSE
#define TA_PROP_INSTANCE_KEEPALIVE FALSE
#define TA_PROP_DATASIZE RLIM_INFINITY
#define TA_PROP_STACKSIZE 0x4000
#define TA_PROP_GROUP_ID "samsung_ta"
#define TA_PROP_VERSION "ver. none "
#define TA_CREDENTIAL_CMD_WRITE 0
#define TA_CREDENTIAL_CMD_LIST 1
#define TA_CREDENTIAL_CMD_READ 2
/* !!!! WARNING !!!! Do not write your code in this file !!!! */
#include <ta_property.h>
Editor is loading...
Leave a Comment