]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/BaseCryptLibOnProtocolPpi/SmmCryptLib.inf
CryptoPkg/Library: Add BaseCryptLibOnProtocolPpi instances
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibOnProtocolPpi / SmmCryptLib.inf
1 ## @file
2 # Implements the BaseCryptLib and TlsLib using the services of the EDK II Crypto
3 # SMM Protocol.
4 #
5 # Copyright (C) Microsoft Corporation. All rights reserved.
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x0001001B
12 BASE_NAME = SmmCryptLib
13 MODULE_UNI_FILE = CryptLib.uni
14 FILE_GUID = 5CC6ECC9-E961-46A9-8D5C-6581A060DC0D
15 VERSION_STRING = 1.0
16 MODULE_TYPE = DXE_SMM_DRIVER
17 LIBRARY_CLASS = BaseCryptLib | DXE_SMM_DRIVER
18 LIBRARY_CLASS = TlsLib | DXE_SMM_DRIVER
19 CONSTRUCTOR = SmmCryptLibConstructor
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
25 #
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 CryptoPkg/CryptoPkg.dec
30
31 [LibraryClasses]
32 BaseLib
33 DebugLib
34 SmmServicesTableLib
35
36 [Sources]
37 SmmCryptLib.c
38 CryptLib.c
39
40 [Protocols]
41 gEdkiiSmmCryptoProtocolGuid ## CONSUMES
42
43 [Depex]
44 gEdkiiSmmCryptoProtocolGuid