X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLib%2FBaseCryptLib.inf;h=c21ee01c4b853d82620ece12b5b61d34549f6676;hp=efd28ed12008a20430fb6854e0b0274e7b51989e;hb=b7d320f8117ed2fffe001b1a0b7bfcd4f40fafc4;hpb=f754e613fcaff79255104d82f8a5a01dc4c50d49 diff --git a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf index efd28ed120..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,11 +23,12 @@ # # 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 @@ -40,6 +41,9 @@ Pk/CryptRsa.c Pk/CryptPkcs7.c Pk/CryptDh.c + Pk/CryptX509.c + Pk/CryptAuthenticode.c + Pem/CryptPem.c SysCall/CrtWrapper.c SysCall/TimerWrapper.c