X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLib%2FBaseCryptLib.inf;h=c21ee01c4b853d82620ece12b5b61d34549f6676;hp=5395da06a7c85f9a07631d37bcdf560b9e3a1e32;hb=b7d320f8117ed2fffe001b1a0b7bfcd4f40fafc4;hpb=97f98500c1d40eba76210961e90ea5d354bcbc18 diff --git a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf index 5395da06a7..c21ee01c4b 100644 --- a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf +++ b/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf @@ -1,7 +1,7 @@ ## @file # Cryptographic Library Instance for DXE_DRIVER. # -# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -23,23 +23,33 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF +# VALID_ARCHITECTURES = IA32 X64 IPF ARM # [Sources] + InternalCryptLib.h + Hash/CryptMd4.c Hash/CryptMd5.c Hash/CryptSha1.c Hash/CryptSha256.c + Hmac/CryptHmacMd5.c + Hmac/CryptHmacSha1.c + Cipher/CryptAes.c + Cipher/CryptTdes.c + Cipher/CryptArc4.c + Rand/CryptRand.c Pk/CryptRsa.c Pk/CryptPkcs7.c + Pk/CryptDh.c + Pk/CryptX509.c + Pk/CryptAuthenticode.c + Pem/CryptPem.c SysCall/CrtWrapper.c SysCall/TimerWrapper.c SysCall/BaseMemAllocation.c [Sources.Ia32] - SysCall/HelperWrapper.c - SysCall/Ia32/MathMultS64x64.c | MSFT SysCall/Ia32/MathDivU64x64.c | MSFT SysCall/Ia32/MathReminderU64x64.c | MSFT @@ -58,8 +68,6 @@ SysCall/Ia32/MathLShiftS64.S | GCC SysCall/Ia32/MathRShiftU64.S | GCC - SysCall/Ia32/Alloca.S | GCC - [Packages] MdePkg/MdePkg.dec CryptoPkg/CryptoPkg.dec