Re: [edk2-devel] [PATCH v4 16/28] SecurityPkg: Add VariableKey library function

2022-08-21 Thread Wang, Jian J
Judah, This lib depends on a PPI. Then it cannot be a BASE lib. Please add module type restriction like example below. + LIBRARY_CLASS = VariableKeyLib => + LIBRARY_CLASS = VariableKeyLib|PEIM With this addressed, Reviewed-by: Jian J Wang Regards,

[edk2-devel] [PATCH v4 16/28] SecurityPkg: Add VariableKey library function

2022-08-11 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Provide function that retrieves the key for protected variables. Cc: Jian J Wang Cc: Jiewen Yao Cc: Nishant C Mistry Signed-off-by: Jian J Wang Signed-off-by: Nishant C Mistry Signed-off-by: Judah Vang ---