]> git.proxmox.com Git - mirror_edk2.git/commit
SecurityPkg: Create SecureBootVariableLib.
authorGrzegorz Bernacki <gjb@semihalf.com>
Mon, 2 Aug 2021 10:46:23 +0000 (12:46 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 3 Aug 2021 07:26:41 +0000 (07:26 +0000)
commitbb806a6e88fb9744412f1698fb534429b14c93e0
tree586d713aafbb19d1bc15fee5239ce1d46f7ac3b9
parent2b47aaecef38b9440a65809cbdaf9d97029f4eeb
SecurityPkg: Create SecureBootVariableLib.

This commits add library, which consist helper functions related
to creation/removal Secure Boot variables. Some of the functions
was moved from SecureBootConfigImpl.c file.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Reviewed-by: Sunny Wang <sunny.wang@arm.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
SecurityPkg/Include/Library/SecureBootVariableLib.h [new file with mode: 0644]
SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.c [new file with mode: 0644]
SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf [new file with mode: 0644]
SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.uni [new file with mode: 0644]
SecurityPkg/SecurityPkg.dec
SecurityPkg/SecurityPkg.dsc