1 #ifndef HUWAEI_TEE_TAG_H 2 #define HUWAEI_TEE_TAG_H 3 4 #if defined(HUWAEI_TEE_TAG_C) 5 #include "tag.h" 6 #define VMP_TAG VMP_TAG 7 #define STRLITE_TAG STRLITE_TAG 8 #define FLA_TAG FLA_TAG 9 #define STROBF_TAG STROBF_TAG 10 #define FORCEINLINE FORCEINLINE 11 #else 12 #define VMP_TAG 13 #define STRLITE_TAG 14 #define FLA_TAG 15 #define STROBF_TAG 16 #define FORCEINLINE 17 #endif 18 19 #endif 20