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 | # Copyright (c) Microsoft Corporation.
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = SmmLockBoxStandaloneMmLib
|
---|
14 | FILE_GUID = 3C05978B-30CA-4544-9C5A-AB99265EFC31
|
---|
15 | MODULE_TYPE = MM_STANDALONE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | PI_SPECIFICATION_VERSION = 0x00010032
|
---|
18 | LIBRARY_CLASS = LockBoxLib|MM_STANDALONE
|
---|
19 | CONSTRUCTOR = SmmLockBoxStandaloneMmConstructor
|
---|
20 | DESTRUCTOR = SmmLockBoxStandaloneMmDestructor
|
---|
21 |
|
---|
22 | #
|
---|
23 | # The following information is for reference only and not required by the build tools.
|
---|
24 | #
|
---|
25 | # VALID_ARCHITECTURES = IA32 X64
|
---|
26 | #
|
---|
27 |
|
---|
28 | [Sources]
|
---|
29 | SmmLockBoxStandaloneMmLib.c
|
---|
30 | SmmLockBoxMmLib.c
|
---|
31 | SmmLockBoxLibPrivate.h
|
---|
32 |
|
---|
33 | [Packages]
|
---|
34 | MdePkg/MdePkg.dec
|
---|
35 | MdeModulePkg/MdeModulePkg.dec
|
---|
36 |
|
---|
37 | [LibraryClasses]
|
---|
38 | MmServicesTableLib
|
---|
39 | BaseLib
|
---|
40 | DebugLib
|
---|
41 |
|
---|
42 | [Protocols]
|
---|
43 | gEfiMmReadyToLockProtocolGuid ## NOTIFY
|
---|
44 | gEfiMmEndOfDxeProtocolGuid ## NOTIFY
|
---|
45 | gEfiMmSxDispatchProtocolGuid ## NOTIFY
|
---|
46 |
|
---|
47 | [Guids]
|
---|
48 | ## SOMETIMES_CONSUMES ## UNDEFINED # SmmSystemTable
|
---|
49 | ## SOMETIMES_PRODUCES ## UNDEFINED # SmmSystemTable
|
---|
50 | gEfiSmmLockBoxCommunicationGuid
|
---|
51 | ## CONSUMES ## UNDEFINED # Protocol notify
|
---|
52 | gEdkiiEndOfS3ResumeGuid
|
---|
53 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.