X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLib%2FRuntimeCryptLib.inf;h=99b4295c04e44ff49db44b3f6d548f275cca6466;hp=4b5ffd1a32e4c3d355657b6bc59170039fdcd86d;hb=e8b4eb041777a361c2fb81b34c8ab65951ff8c46;hpb=a8c4464502aabcbda7032daddc772a1bc7386bdf diff --git a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf index 4b5ffd1a32..99b4295c04 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 - 2012, 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,21 @@ # # 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 + Pk/CryptX509.c + Pem/CryptPem.c + SysCall/CrtWrapper.c SysCall/TimerWrapper.c - SysCall/HelperWrapper.c SysCall/RuntimeMemAllocation.c [Sources.Ia32]