X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLib%2FRuntimeCryptLib.inf;h=e025e6a07eea94b9811fdd47ca3f5b6069bfcfa1;hp=d31095be204ecc7e06a67ea9e55bb5d7df38f9bd;hb=b7d320f8117ed2fffe001b1a0b7bfcd4f40fafc4;hpb=97f98500c1d40eba76210961e90ea5d354bcbc18 diff --git a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf index d31095be20..e025e6a07e 100644 --- a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf +++ b/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf @@ -1,7 +1,7 @@ ## @file # Cryptographic Library Instance for DXE_RUNTIME_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 @@ -24,18 +24,20 @@ # # 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] Hash/CryptMd5.c Hash/CryptSha1.c Hash/CryptSha256.c + Rand/CryptRand.c Pk/CryptRsa.c - + Pk/CryptPkcs7.c + Pem/CryptPem.c + SysCall/CrtWrapper.c SysCall/TimerWrapper.c - SysCall/HelperWrapper.c SysCall/RuntimeMemAllocation.c [Sources.Ia32] @@ -57,8 +59,6 @@ SysCall/Ia32/MathLShiftS64.S | GCC SysCall/Ia32/MathRShiftU64.S | GCC - SysCall/Ia32/Alloca.S | GCC - [Packages] MdePkg/MdePkg.dec CryptoPkg/CryptoPkg.dec