Last change
on this file since 81344 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # DXE 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 = SmmLockBoxDxeLib
|
---|
13 | MODULE_UNI_FILE = SmmLockBoxDxeLib.uni
|
---|
14 | FILE_GUID = 4A0054B4-3CA8-4e1b-9339-9B58D5FBB7D2
|
---|
15 | MODULE_TYPE = DXE_DRIVER
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = LockBoxLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER UEFI_APPLICATION
|
---|
18 |
|
---|
19 | #
|
---|
20 | # The following information is for reference only and not required by the build tools.
|
---|
21 | #
|
---|
22 | # VALID_ARCHITECTURES = IA32 X64
|
---|
23 | #
|
---|
24 |
|
---|
25 | [Sources]
|
---|
26 | SmmLockBoxDxeLib.c
|
---|
27 | SmmLockBoxLibPrivate.h
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 | MdeModulePkg/MdeModulePkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | UefiBootServicesTableLib
|
---|
35 | BaseLib
|
---|
36 | BaseMemoryLib
|
---|
37 | DebugLib
|
---|
38 | UefiLib
|
---|
39 |
|
---|
40 | [Guids]
|
---|
41 | gEfiSmmLockBoxCommunicationGuid ## SOMETIMES_CONSUMES ## GUID # Used to do smm communication
|
---|
42 | gEdkiiPiSmmCommunicationRegionTableGuid ## SOMETIMES_CONSUMES ## SystemTable
|
---|
43 |
|
---|
44 | [Protocols]
|
---|
45 | gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES
|
---|
Note:
See
TracBrowser
for help on using the repository browser.