Open Enclave  0.15.0
Macros
properties.h File Reference
#include "defs.h"
#include "result.h"
#include "types.h"
Include dependency graph for properties.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OE_SET_ENCLAVE_SGX(PRODUCT_ID, SECURITY_VERSION, ALLOW_DEBUG, HEAP_PAGE_COUNT, STACK_PAGE_COUNT, TCS_COUNT)
 define the OE_SET_ENCLAVE_SGX macro. More...
 
#define OE_SET_ENCLAVE_OPTEE(UUID, HEAP_SIZE, STACK_SIZE, FLAGS, VERSION, DESCRIPTION)
 

Detailed Description

This file defines the properties for an enclave.

Only enclave properties that are common to all enclave types should be defined in this file. These properties can be overwritten at sign time by the oesign tool.