]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
CryptoPkg CryptoLib: Update tool chain name to CLANGPDB
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / BaseCryptLib.inf
index e109501f18772067a1238b9ccad445ab7a21be0c..1bbe4f435aec09d5b6fdc55e830d4e3da9b47c23 100644 (file)
   Hash/CryptSha1.c\r
   Hash/CryptSha256.c\r
   Hash/CryptSha512.c\r
+  Hash/CryptSm3.c\r
   Hmac/CryptHmacMd5.c\r
   Hmac/CryptHmacSha1.c\r
   Hmac/CryptHmacSha256.c\r
+  Kdf/CryptHkdf.c\r
   Cipher/CryptAes.c\r
   Cipher/CryptTdes.c\r
   Cipher/CryptArc4.c\r
   Pk/CryptRsaBasic.c\r
   Pk/CryptRsaExt.c\r
+  Pk/CryptPkcs1Oaep.c\r
   Pk/CryptPkcs5Pbkdf2.c\r
   Pk/CryptPkcs7Sign.c\r
   Pk/CryptPkcs7VerifyCommon.c\r
@@ -55,6 +58,7 @@
   SysCall/CrtWrapper.c\r
   SysCall/TimerWrapper.c\r
   SysCall/BaseMemAllocation.c\r
+  SysCall/inet_pton.c\r
 \r
 [Sources.Ia32]\r
   Rand/CryptRandTsc.c\r
@@ -95,3 +99,9 @@
   # -JCryptoPkg/Include : To disable the use of the system includes provided by RVCT\r
   # --diag_remark=1     : Reduce severity of "#1-D: last line of file ends without a newline"\r
   RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1\r
+\r
+  GCC:*_CLANG35_*_CC_FLAGS = -std=c99\r
+  GCC:*_CLANG38_*_CC_FLAGS = -std=c99\r
+  GCC:*_CLANGPDB_*_CC_FLAGS = -std=c99 -Wno-error=incompatible-pointer-types\r
+\r
+  XCODE:*_*_*_CC_FLAGS = -std=c99\r