]> git.proxmox.com Git - mirror_edk2.git/commit - SecurityPkg/SecurityPkg.dsc
SecurityPkg: add null version of VariableKeyLib
authorJian J Wang <jian.j.wang@intel.com>
Thu, 12 Mar 2020 05:44:41 +0000 (13:44 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 27 Mar 2020 16:41:05 +0000 (16:41 +0000)
commit6e9bd495b38e05ece5f53872df62d66052f29bb6
tree204b939c64735e94a571cddacfd217c15c687852
parentd21c2cd082af63f4172fec52ab69f32daf1e58d4
SecurityPkg: add null version of VariableKeyLib

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

Add null version of VariableKeyLib instance. The full version should be
provided by platforms which supports key generator.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Nishant C Mistry <nishant.c.mistry@intel.com>
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.c [new file with mode: 0644]
SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.inf [new file with mode: 0644]
SecurityPkg/SecurityPkg.dsc