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:
1.2 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Implementation functions and structures for var check services.
|
---|
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 = 0x00010017
|
---|
12 | BASE_NAME = VarCheckHiiLib
|
---|
13 | MODULE_UNI_FILE = VarCheckHiiLibStandaloneMm.uni
|
---|
14 | FILE_GUID = 8545E553-AF7D-4FA0-B402-9B5A67ABC812
|
---|
15 | MODULE_TYPE = MM_STANDALONE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | PI_SPECIFICATION_VERSION = 0x00010032
|
---|
18 | LIBRARY_CLASS = VarCheckHiiLib|MM_STANDALONE
|
---|
19 | CONSTRUCTOR = VarCheckHiiLibConstructorStandaloneMm
|
---|
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 | VarCheckHiiLibStandaloneMm.c
|
---|
29 | VarCheckHii.h
|
---|
30 | InternalVarCheckStructure.h
|
---|
31 | VarCheckHiiLibCommon.c
|
---|
32 | VarCheckHiiLibCommon.h
|
---|
33 |
|
---|
34 | [Packages]
|
---|
35 | MdePkg/MdePkg.dec
|
---|
36 | MdeModulePkg/MdeModulePkg.dec
|
---|
37 | StandaloneMmPkg/StandaloneMmPkg.dec
|
---|
38 |
|
---|
39 | [LibraryClasses]
|
---|
40 | BaseLib
|
---|
41 | BaseMemoryLib
|
---|
42 | DebugLib
|
---|
43 | MemoryAllocationLib
|
---|
44 | VarCheckLib
|
---|
45 |
|
---|
46 | [Protocols]
|
---|
47 | gEfiMmEndOfDxeProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.