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>
25 lines
993 B
C++
25 lines
993 B
C++
#include "cppmicroservices/BundleActivator.h"
|
|
#include "cppmicroservices/BundleImport.h"
|
|
|
|
#ifndef US_BUILD_SHARED_LIBS
|
|
CPPMICROSERVICES_INITIALIZE_STATIC_BUNDLE(system_bundle)
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleA)
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleA2)
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleB)
|
|
# ifdef US_ENABLE_THREADING_SUPPORT
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleC1)
|
|
# endif
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleExt)
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleH)
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleLQ)
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleM)
|
|
CPPMICROSERVICES_INITIALIZE_STATIC_BUNDLE(TestBundleR)
|
|
CPPMICROSERVICES_INITIALIZE_STATIC_BUNDLE(TestBundleRA)
|
|
CPPMICROSERVICES_INITIALIZE_STATIC_BUNDLE(TestBundleRL)
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleS)
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleSL1)
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleSL3)
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleSL4)
|
|
CPPMICROSERVICES_IMPORT_BUNDLE(TestBundleWaitOnOperation)
|
|
#endif
|