From e90c57aa97558f4b70984a3a4a5f734e4546e1f4 Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Fri, 16 Oct 2015 01:32:48 +0000 Subject: [PATCH] SecurityPkg AuthVariableLib: Add the missing gEfiAuthenticatedVariableGuid There is no real build failure, as AuthVariableLib always links to variable driver. But for code integrity, we should add it. Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18613 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf b/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf index d0c0cc2305..3709f7baae 100644 --- a/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf +++ b/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf @@ -81,6 +81,10 @@ ## PRODUCES ## Variable:L"VendorKeysNv" gEfiVendorKeysNvGuid + ## CONSUMES ## Variable:L"AuthVarKeyDatabase" + ## PRODUCES ## Variable:L"AuthVarKeyDatabase" + gEfiAuthenticatedVariableGuid + gEfiCertTypeRsa2048Sha256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate. gEfiCertPkcs7Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate. gEfiCertX509Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the signature. -- 2.39.2