]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf
CryptoPkg: Clean up source files
[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
630f67dd 5# Note: MD4/MD5/SHA1 Digest functions, HMAC-MD5 functions, HMAC-SHA1 functions,\r
532616bb 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
dda856b3 9# pseudorandom number generator functions, and Sha256Duplicate() are not supported\r
532616bb 10# in this instance.\r
11#\r
630f67dd 12# Copyright (c) 2010 - 2018, 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
630f67dd 17#\r
97f98500
HT
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
630f67dd 20#\r
97f98500
HT
21##\r
22\r
23[Defines]\r
24 INF_VERSION = 0x00010005\r
25 BASE_NAME = BaseCryptLibRuntimeCryptProtocol\r
dda856b3 26 MODULE_UNI_FILE = BaseCryptLibRuntimeCryptProtocol.uni\r
97f98500
HT
27 FILE_GUID = BBB31581-855A-44D7-A550-8A585D9B2DE9\r
28 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
29 VERSION_STRING = 1.0\r
30 LIBRARY_CLASS = BaseCryptLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER\r
31 CONSTRUCTOR = RuntimeDxeIpfCryptLibConstructor\r
32 DESTRUCTOR = RuntimeDxeIpfCryptLibDestructor\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IPF\r
37#\r
38\r
39[Sources]\r
40 RuntimeDxeIpfCryptLib.c\r
6b8ebcb8 41 InternalCryptLib.h\r
532616bb 42 Hash/CryptMd4Null.c\r
43 Hash/CryptMd5Null.c\r
44 Hash/CryptSha1Null.c\r
45 Hmac/CryptHmacMd5Null.c\r
46 Hmac/CryptHmacSha1Null.c\r
47 Cipher/CryptAesNull.c\r
48 Cipher/CryptTdesNull.c\r
49 Cipher/CryptArc4Null.c\r
50 Pk/CryptRsaExtNull.c\r
51 Pk/CryptPkcs7SignNull.c\r
52 Pk/CryptPkcs7VerifyNull.c\r
53 Pk/CryptDhNull.c\r
54 Pk/CryptX509Null.c\r
55 Pk/CryptAuthenticodeNull.c\r
56 Pem/CryptPemNull.c\r
57 Rand/CryptRandNull.c\r
58\r
97f98500
HT
59[Packages]\r
60 MdePkg/MdePkg.dec\r
61 CryptoPkg/CryptoPkg.dec\r
62\r
63[LibraryClasses]\r
64 BaseLib\r
65 DebugLib\r
dda39f3a 66 UefiBootServicesTableLib\r
67 UefiRuntimeLib\r
97f98500
HT
68\r
69[Guids]\r
70 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
71\r
72[Protocols]\r
73 gEfiRuntimeCryptProtocolGuid ## CONSUMES\r
74\r
75[Depex]\r
76 gEfiRuntimeCryptProtocolGuid\r