Last change
on this file since 107040 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
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 | # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
|
---|
7 | # Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x0001001B
|
---|
14 | BASE_NAME = PeiCryptLib
|
---|
15 | MODULE_UNI_FILE = CryptLib.uni
|
---|
16 | FILE_GUID = 3E8B50C6-F68C-4212-B903-94A10FE02399
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | MODULE_TYPE = PEIM
|
---|
19 | LIBRARY_CLASS = BaseCryptLib | PEIM
|
---|
20 | LIBRARY_CLASS = TlsLib | PEIM
|
---|
21 |
|
---|
22 | #
|
---|
23 | # The following information is for reference only and not required by the build tools.
|
---|
24 | #
|
---|
25 | # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64 LOONGARCH64
|
---|
26 | #
|
---|
27 |
|
---|
28 | [Packages]
|
---|
29 | MdePkg/MdePkg.dec
|
---|
30 | CryptoPkg/CryptoPkg.dec
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | BaseLib
|
---|
34 | DebugLib
|
---|
35 | PeiServicesLib
|
---|
36 |
|
---|
37 | [Sources]
|
---|
38 | PeiCryptLib.c
|
---|
39 | CryptLib.c
|
---|
40 |
|
---|
41 | [Ppis]
|
---|
42 | gEdkiiCryptoPpiGuid ## CONSUMES
|
---|
43 |
|
---|
44 | [Depex]
|
---|
45 | gEdkiiCryptoPpiGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.