Last change
on this file since 109019 was 108794, checked in by vboxsync, 4 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.3 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # VarCheckHiiLib Dependency library.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x0001001A
|
---|
12 | BASE_NAME = VarCheckHiiLibMmDependency
|
---|
13 | FILE_GUID = DF61C3DC-B08C-44B7-B771-9E4BCBBE0811
|
---|
14 | MODULE_TYPE = DXE_DRIVER
|
---|
15 | LIBRARY_CLASS = NULL
|
---|
16 | CONSTRUCTOR = VarCheckHiiLibMmDependencyConstructor
|
---|
17 |
|
---|
18 | [Sources]
|
---|
19 | VarCheckHiiLibMmDependency.c
|
---|
20 | VarCheckHii.h
|
---|
21 | VarCheckHiiGenFromFv.c
|
---|
22 | VarCheckHiiGenFromHii.c
|
---|
23 | VarCheckHiiGen.c
|
---|
24 | VarCheckHiiGen.h
|
---|
25 | InternalVarCheckStructure.h
|
---|
26 |
|
---|
27 | [Packages]
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | MdeModulePkg/MdeModulePkg.dec
|
---|
30 |
|
---|
31 | [LibraryClasses]
|
---|
32 | DebugLib
|
---|
33 | UefiBootServicesTableLib
|
---|
34 | BaseLib
|
---|
35 | BaseMemoryLib
|
---|
36 | MemoryAllocationLib
|
---|
37 | UefiLib
|
---|
38 | PcdLib
|
---|
39 |
|
---|
40 | [Guids]
|
---|
41 | gEdkiiIfrBitVarstoreGuid
|
---|
42 | gEfiEndOfDxeEventGroupGuid
|
---|
43 | gEdkiiPiSmmCommunicationRegionTableGuid
|
---|
44 |
|
---|
45 | [Protocols]
|
---|
46 | gEfiMmEndOfDxeProtocolGuid
|
---|
47 | gEfiMmCommunicationProtocolGuid
|
---|
48 | gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMES
|
---|
49 | gEfiFirmwareVolumeBlock2ProtocolGuid ## SOMETIMES_CONSUMES
|
---|
50 | gEfiHiiDatabaseProtocolGuid ## SOMETIMES_CONSUMES
|
---|
51 |
|
---|
52 | [Pcd]
|
---|
53 | gEfiMdeModulePkgTokenSpaceGuid.PcdVarCheckVfrDriverGuidArray ## SOMETIMES_CONSUMES
|
---|
Note:
See
TracBrowser
for help on using the repository browser.