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