mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
d10cabebb5
Added new APIs in sgx_uae_service.h and sgx_ukey_exchange.h to support ECDSA quote based remote attestation. The set of legacy APIs supports EPID only and the set of new APIs supports ECDSA quotes. Enhanced Edger8r with structure deep-copy feature. Fixed bugs. Signed-off-by: Li, Xun <xun.li@intel.com>
29 lines
932 B
C
29 lines
932 B
C
/*
|
|
FrameworkConfig.h
|
|
This file is generated. Do not change!
|
|
*/
|
|
|
|
#ifndef CPPMICROSERVICES_FRAMEWORKCONFIG_H
|
|
#define CPPMICROSERVICES_FRAMEWORKCONFIG_H
|
|
|
|
#include "cppmicroservices/FrameworkExport.h"
|
|
|
|
///-------------------------------------------------------------------
|
|
// Version information
|
|
//-------------------------------------------------------------------
|
|
|
|
#define US_FRAMEWORK_VERSION_MAJOR @Framework_VERSION_MAJOR@
|
|
#define US_FRAMEWORK_VERSION_MINOR @Framework_VERSION_MINOR@
|
|
#define US_FRAMEWORK_VERSION_PATCH @Framework_VERSION_PATCH@
|
|
#define US_FRAMEWORK_VERSION @Framework_VERSION@
|
|
#define US_FRAMEWORK_VERSION_STR "@Framework_VERSION@"
|
|
|
|
|
|
///-------------------------------------------------------------------
|
|
// Macros used by the unit tests
|
|
//-------------------------------------------------------------------
|
|
|
|
#define US_FRAMEWORK_SOURCE_DIR "@PROJECT_SOURCE_DIR@"
|
|
|
|
#endif // CPPMICROSERVICES_FRAMEWORKCONFIG_H
|