]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
CryptoPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / BaseCryptLib.inf
index 3b4e69632849bb764eb24c4d4fd81a9d94ce05f2..a6e6dcafab3be262f495d9b4a693a37e4d64d354 100644 (file)
@@ -3,10 +3,10 @@
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This library will have external input - signature.\r
-#  This external input must be validated carefully to avoid security issue like\r
-#  buffer overflow, integer overflow.\r
+#  This external input must be validated carefully to avoid security issues such as \r
+#  buffer overflow or integer overflow.\r
 #\r
-#  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2014, 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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseCryptLib\r
+  MODULE_UNI_FILE                = BaseCryptLib.uni\r
   FILE_GUID                      = be3bb803-91b6-4da0-bd91-a8b21c18ca5d\r
-  MODULE_TYPE                    = BASE\r
+  MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = BaseCryptLib\r
+  LIBRARY_CLASS                  = BaseCryptLib|DXE_DRIVER DXE_CORE UEFI_APPLICATION UEFI_DRIVER\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF ARM AARCH64\r
 #\r
 \r
 [Sources]\r
   Cipher/CryptAes.c\r
   Cipher/CryptTdes.c\r
   Cipher/CryptArc4.c\r
-  Pk/CryptRsa.c\r
-  Pk/CryptPkcs7.c\r
+  Pk/CryptRsaBasic.c\r
+  Pk/CryptRsaExt.c\r
+  Pk/CryptPkcs7Sign.c\r
+  Pk/CryptPkcs7Verify.c\r
   Pk/CryptDh.c\r
   Pk/CryptX509.c\r
   Pk/CryptAuthenticode.c\r
@@ -83,6 +86,9 @@
 [Sources.ARM]\r
   Rand/CryptRand.c\r
 \r
+[Sources.AARCH64]\r
+  Rand/CryptRand.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   CryptoPkg/CryptoPkg.dec\r
@@ -91,6 +97,7 @@
   BaseLib\r
   BaseMemoryLib\r
   MemoryAllocationLib\r
+  UefiRuntimeServicesTableLib\r
   DebugLib\r
   OpensslLib\r
   IntrinsicLib\r