]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/MdeModulePkg.dec
MdeModulePkg: Define the VarCheckPolicyLib and SMM interface
authorBret Barkelew <brbarkel@microsoft.com>
Mon, 9 Nov 2020 06:45:13 +0000 (14:45 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 17 Nov 2020 01:03:43 +0000 (01:03 +0000)
commit483449c9da7223492ab6f27acb67c95bf86920f2
treea1f85239dfd48b068d8fa93cd76465318ba9d697
parentb6104becb9455b44800d17e06b509864d7788fc3
MdeModulePkg: Define the VarCheckPolicyLib and SMM interface

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

VariablePolicy is an updated interface to
replace VarLock and VarCheckProtocol.

This is an instance of a VarCheckLib that is backed by the
VariablePolicyLib business logic. It also publishes the SMM
calling interface for messages from the DXE protocol.

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/Guid/VarCheckPolicyMmi.h [new file with mode: 0644]
MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.c [new file with mode: 0644]
MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf [new file with mode: 0644]
MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.uni [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.dsc