]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/BaseCryptLibOnProtocolPpi/PeiCryptLib.inf
CryptoPkg/Library: Add BaseCryptLibOnProtocolPpi instances
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibOnProtocolPpi / PeiCryptLib.inf
1 ## @file
2 # Implements the BaseCryptLib and TlsLib using the services of the EDK II Crypto
3 # PPI.
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 = PeiCryptLib
13 MODULE_UNI_FILE = CryptLib.uni
14 FILE_GUID = 3E8B50C6-F68C-4212-B903-94A10FE02399
15 VERSION_STRING = 1.0
16 MODULE_TYPE = PEIM
17 LIBRARY_CLASS = BaseCryptLib | PEIM
18 LIBRARY_CLASS = TlsLib | PEIM
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
24 #
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 CryptoPkg/CryptoPkg.dec
29
30 [LibraryClasses]
31 BaseLib
32 DebugLib
33 PeiServicesLib
34
35 [Sources]
36 PeiCryptLib.c
37 CryptLib.c
38
39 [Ppis]
40 gEdkiiCryptoPpiGuid ## CONSUMES
41
42 [Depex]
43 gEdkiiCryptoPpiGuid