OPTIGA™ Trust M
Host Library Documentation
optiga_lib_config.h
Go to the documentation of this file.
1
39
#ifndef _OPTIGA_LIB_CONFIG_H_
40
#define _OPTIGA_LIB_CONFIG_H_
41
42
#ifdef __cplusplus
43
extern
"C"
{
44
#endif
45
46
47
#ifdef OPTIGA_LIB_EXTERNAL
48
#include "optiga_lib_config_external.h"
49
#else //Default Configuration
50
// Default Configuration for OPTIGA Trust M V1
51
#ifdef OPTIGA_TRUST_M_V1
52
#include "
optiga_lib_config_m_v1.h
"
53
#else // Default Configuration for OPTIGA Trust M V3
54
#include "
optiga_lib_config_m_v3.h
"
55
#endif
56
#endif // OPTIGA_LIB_EXTERNAL
57
58
#ifdef __cplusplus
59
}
60
#endif
61
62
#endif
/* _OPTIGA_LIB_CONFIG_H_*/
63
optiga_lib_config_m_v3.h
This file is defines the compilation switches to build code with required features.
optiga_lib_config_m_v1.h
This file is defines the compilation switches to build code with required features.
Copyright © 2021 Infineon Technologies AG