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:
892 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # LockBox Dependency DXE Library.
|
---|
3 | #
|
---|
4 | # By installing the LockBox protocol with the gEfiLockBoxProtocolGuid,
|
---|
5 | # it signals that the LockBox API is fully operational and ready for use.
|
---|
6 | #
|
---|
7 | # Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | #
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | INF_VERSION = 0x00010006
|
---|
15 | BASE_NAME = SmmLockBoxMmDependency
|
---|
16 | FILE_GUID = c45ce910-7f8b-4f49-88e2-2c26c5743ee2
|
---|
17 | MODULE_TYPE = DXE_DRIVER
|
---|
18 | VERSION_STRING = 1.0
|
---|
19 | LIBRARY_CLASS = NULL
|
---|
20 | CONSTRUCTOR = SmmLockBoxMmDependencyConstructor
|
---|
21 |
|
---|
22 | [Sources]
|
---|
23 | SmmLockBoxMmDependency.c
|
---|
24 |
|
---|
25 | [Packages]
|
---|
26 | MdePkg/MdePkg.dec
|
---|
27 | MdeModulePkg/MdeModulePkg.dec
|
---|
28 |
|
---|
29 | [Protocols]
|
---|
30 | gEfiLockBoxProtocolGuid
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | BaseLib
|
---|
34 | UefiBootServicesTableLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.