mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
https://bugzilla.tianocore.org/show_bug.cgi?id=2522 VariablePolicy is an updated interface to replace VarLock and VarCheckProtocol. Add the VariablePolicyHelperLib library, containing several functions to help with the repetitive process of creating a correctly structured and packed VariablePolicy entry. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Bret Barkelew <brbarkel@microsoft.com> Signed-off-by: Bret Barkelew <brbarkel@microsoft.com> Reviewed-by: Dandan Bi <dandan.bi@intel.com> Acked-by: Jian J Wang <jian.j.wang@intel.com>
36 lines
869 B
INI
36 lines
869 B
INI
## @file VariablePolicyHelperLib.inf
|
|
# This library contains helper functions for marshalling and registering
|
|
# new policies with the VariablePolicy infrastructure.
|
|
#
|
|
# This library is currently written against VariablePolicy revision 0x00010000.
|
|
#
|
|
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010017
|
|
BASE_NAME = VariablePolicyHelperLib
|
|
# MODULE_UNI_FILE = VariablePolicyHelperLib.uni
|
|
FILE_GUID = B3C2206B-FDD1-4AED-8352-FC5EC34C5630
|
|
VERSION_STRING = 1.0
|
|
MODULE_TYPE = BASE
|
|
LIBRARY_CLASS = VariablePolicyHelperLib
|
|
|
|
|
|
[Sources]
|
|
VariablePolicyHelperLib.c
|
|
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
DebugLib
|
|
MemoryAllocationLib
|
|
BaseMemoryLib
|