]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf
Fix several issues in BaseCryptLib:
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibRuntimeCryptProtocol / BaseCryptLibRuntimeCryptProtocol.inf
1 ## @file
2 # Cryptographic Library Instance based on Runtime Crypt Protocol.
3 # This instance will be only used by the Authenticated Variable driver for IPF.
4 #
5 # Note: MD4/MD5/SHA1 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions,
6 # AES/TDES/ARC4 functions, RSA external functions, PKCS#7 SignedData sign/verify
7 # functions, Diffie-Hellman functions, X.509 certificate handler functions,
8 # authenticode signature verification functions, PEM handler functions,
9 # pseudorandom number generator functions, Sha256Duplicate() are not supported
10 # in this instance.
11 #
12 # Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
13 # This program and the accompanying materials
14 # are licensed and made available under the terms and conditions of the BSD License
15 # which accompanies this distribution. The full text of the license may be found at
16 # http://opensource.org/licenses/bsd-license.php
17 #
18 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20 #
21 ##
22
23 [Defines]
24 INF_VERSION = 0x00010005
25 BASE_NAME = BaseCryptLibRuntimeCryptProtocol
26 FILE_GUID = BBB31581-855A-44D7-A550-8A585D9B2DE9
27 MODULE_TYPE = DXE_RUNTIME_DRIVER
28 VERSION_STRING = 1.0
29 LIBRARY_CLASS = BaseCryptLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER
30 CONSTRUCTOR = RuntimeDxeIpfCryptLibConstructor
31 DESTRUCTOR = RuntimeDxeIpfCryptLibDestructor
32 #
33 # The following information is for reference only and not required by the build tools.
34 #
35 # VALID_ARCHITECTURES = IPF
36 #
37
38 [Sources]
39 RuntimeDxeIpfCryptLib.c
40 InternalCryptLib.h
41 Hash/CryptMd4Null.c
42 Hash/CryptMd5Null.c
43 Hash/CryptSha1Null.c
44 Hmac/CryptHmacMd5Null.c
45 Hmac/CryptHmacSha1Null.c
46 Cipher/CryptAesNull.c
47 Cipher/CryptTdesNull.c
48 Cipher/CryptArc4Null.c
49 Pk/CryptRsaExtNull.c
50 Pk/CryptPkcs7SignNull.c
51 Pk/CryptPkcs7VerifyNull.c
52 Pk/CryptDhNull.c
53 Pk/CryptX509Null.c
54 Pk/CryptAuthenticodeNull.c
55 Pem/CryptPemNull.c
56 Rand/CryptRandNull.c
57
58 [Packages]
59 MdePkg/MdePkg.dec
60 CryptoPkg/CryptoPkg.dec
61
62 [LibraryClasses]
63 BaseLib
64 DebugLib
65 UefiBootServicesTableLib
66 UefiRuntimeLib
67
68 [Guids]
69 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
70
71 [Protocols]
72 gEfiRuntimeCryptProtocolGuid ## CONSUMES
73
74 [Depex]
75 gEfiRuntimeCryptProtocolGuid