Last change
on this file since 85718 was 85718, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.