Files
Li, Xun d10cabebb5 Linux 2.5 Open Source Gold Release
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>
2019-04-02 13:26:58 +08:00

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