]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/MdeModulePkg.dec
MdeModulePkg: Define the VariablePolicyLib
authorBret Barkelew <brbarkel@microsoft.com>
Mon, 9 Nov 2020 06:45:11 +0000 (14:45 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 17 Nov 2020 01:03:43 +0000 (01:03 +0000)
commit355b181f74050cdf2f09b1755c1a5ee4affb1faf
tree0b21b19becf8d936a6986043efd9842cfeb3b0bb
parentd11e235976db68fa6ebad7f106a20a4444a88d70
MdeModulePkg: Define the VariablePolicyLib

https://bugzilla.tianocore.org/show_bug.cgi?id=2522

VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.

Add the VariablePolicyLib library that implements
the portable business logic for the VariablePolicy
engine.

Also add host-based CI test cases for the lib.

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>
MdeModulePkg/Include/Library/VariablePolicyLib.h [new file with mode: 0644]
MdeModulePkg/Library/VariablePolicyLib/ReadMe.md [new file with mode: 0644]
MdeModulePkg/Library/VariablePolicyLib/VariablePolicyExtraInitNull.c [new file with mode: 0644]
MdeModulePkg/Library/VariablePolicyLib/VariablePolicyExtraInitRuntimeDxe.c [new file with mode: 0644]
MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.c [new file with mode: 0644]
MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf [new file with mode: 0644]
MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.uni [new file with mode: 0644]
MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.ci.yaml
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.dsc