]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
Add new interfaces to support PKCS7#7 signed data and authenticode signature. Update...
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / RuntimeCryptLib.inf
index d31095be204ecc7e06a67ea9e55bb5d7df38f9bd..e025e6a07eea94b9811fdd47ca3f5b6069bfcfa1 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Cryptographic Library Instance for DXE_RUNTIME_DRIVER\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM\r
 #\r
 \r
 [Sources]\r
   Hash/CryptMd5.c\r
   Hash/CryptSha1.c\r
   Hash/CryptSha256.c\r
+  Rand/CryptRand.c\r
   Pk/CryptRsa.c\r
-  \r
+  Pk/CryptPkcs7.c\r
+  Pem/CryptPem.c\r
+\r
   SysCall/CrtWrapper.c\r
   SysCall/TimerWrapper.c\r
-  SysCall/HelperWrapper.c\r
   SysCall/RuntimeMemAllocation.c\r
 \r
 [Sources.Ia32]\r
@@ -57,8 +59,6 @@
   SysCall/Ia32/MathLShiftS64.S      | GCC\r
   SysCall/Ia32/MathRShiftU64.S      | GCC\r
 \r
-  SysCall/Ia32/Alloca.S             | GCC\r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   CryptoPkg/CryptoPkg.dec\r