Last change
on this file was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # SMM LockBox library instance.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = SmmLockBoxSmmLib
|
---|
13 | MODULE_UNI_FILE = SmmLockBoxSmmLib.uni
|
---|
14 | FILE_GUID = E04894D6-290D-4171-A362-0ACFD939F3C8
|
---|
15 | MODULE_TYPE = DXE_SMM_DRIVER
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = LockBoxLib|DXE_SMM_DRIVER
|
---|
18 | CONSTRUCTOR = SmmLockBoxTraditionalConstructor
|
---|
19 | DESTRUCTOR = SmmLockBoxTraditionalDestructor
|
---|
20 |
|
---|
21 | #
|
---|
22 | # The following information is for reference only and not required by the build tools.
|
---|
23 | #
|
---|
24 | # VALID_ARCHITECTURES = IA32 X64
|
---|
25 | #
|
---|
26 |
|
---|
27 | [Sources]
|
---|
28 | SmmLockBoxTraditionalMmLib.c
|
---|
29 | SmmLockBoxMmLib.c
|
---|
30 | SmmLockBoxLibPrivate.h
|
---|
31 |
|
---|
32 | [Packages]
|
---|
33 | MdePkg/MdePkg.dec
|
---|
34 | MdeModulePkg/MdeModulePkg.dec
|
---|
35 |
|
---|
36 | [LibraryClasses]
|
---|
37 | MmServicesTableLib
|
---|
38 | BaseLib
|
---|
39 | DebugLib
|
---|
40 |
|
---|
41 | [Protocols]
|
---|
42 | gEfiMmReadyToLockProtocolGuid ## NOTIFY
|
---|
43 | gEfiMmEndOfDxeProtocolGuid ## NOTIFY
|
---|
44 | gEfiMmSxDispatchProtocolGuid ## NOTIFY
|
---|
45 |
|
---|
46 | [Guids]
|
---|
47 | ## SOMETIMES_CONSUMES ## UNDEFINED # SmmSystemTable
|
---|
48 | ## SOMETIMES_PRODUCES ## UNDEFINED # SmmSystemTable
|
---|
49 | gEfiSmmLockBoxCommunicationGuid
|
---|
50 | ## CONSUMES ## UNDEFINED # Protocol notify
|
---|
51 | gEdkiiEndOfS3ResumeGuid
|
---|
52 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.