Last change
on this file since 99396 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:
834 bytes
|
Line | |
---|
1 | ## @file VariablePolicyHelperLib.inf
|
---|
2 | # This library contains helper functions for marshalling and registering
|
---|
3 | # new policies with the VariablePolicy infrastructure.
|
---|
4 | #
|
---|
5 | # This library is currently written against VariablePolicy revision 0x00010000.
|
---|
6 | #
|
---|
7 | # Copyright (c) Microsoft Corporation.
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | ##
|
---|
10 |
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x00010017
|
---|
14 | BASE_NAME = VariablePolicyHelperLib
|
---|
15 | # MODULE_UNI_FILE = VariablePolicyHelperLib.uni
|
---|
16 | FILE_GUID = B3C2206B-FDD1-4AED-8352-FC5EC34C5630
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | MODULE_TYPE = BASE
|
---|
19 | LIBRARY_CLASS = VariablePolicyHelperLib
|
---|
20 |
|
---|
21 |
|
---|
22 | [Sources]
|
---|
23 | VariablePolicyHelperLib.c
|
---|
24 |
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | MdePkg/MdePkg.dec
|
---|
28 | MdeModulePkg/MdeModulePkg.dec
|
---|
29 |
|
---|
30 |
|
---|
31 | [LibraryClasses]
|
---|
32 | BaseLib
|
---|
33 | DebugLib
|
---|
34 | MemoryAllocationLib
|
---|
35 | BaseMemoryLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.