Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, 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 | # SMM Protocol for Stdandalone MM.
|
---|
4 | #
|
---|
5 | # Copyright (c) 2024, American Megatrends International LLC. All rights reserved.<BR>
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x0001001B
|
---|
12 | BASE_NAME = StandaloneMmCryptLib
|
---|
13 | MODULE_UNI_FILE = CryptLib.uni
|
---|
14 | FILE_GUID = FA7EB4FD-7B3B-4FE4-BA95-1CE47CD0BE3E
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | PI_SPECIFICATION_VERSION = 0x00010032
|
---|
17 | MODULE_TYPE = MM_STANDALONE
|
---|
18 | LIBRARY_CLASS = BaseCryptLib | MM_STANDALONE
|
---|
19 | LIBRARY_CLASS = TlsLib | MM_STANDALONE
|
---|
20 | CONSTRUCTOR = StandaloneMmCryptLibConstructor
|
---|
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
|
---|
26 | #
|
---|
27 |
|
---|
28 | [Packages]
|
---|
29 | MdePkg/MdePkg.dec
|
---|
30 | CryptoPkg/CryptoPkg.dec
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | BaseLib
|
---|
34 | DebugLib
|
---|
35 | MmServicesTableLib
|
---|
36 |
|
---|
37 | [Sources]
|
---|
38 | StandaloneMmCryptLib.c
|
---|
39 | CryptLib.c
|
---|
40 |
|
---|
41 | [Protocols]
|
---|
42 | gEdkiiSmmCryptoProtocolGuid ## CONSUMES
|
---|
43 |
|
---|
44 | [Depex]
|
---|
45 | gEdkiiSmmCryptoProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.