From 560ac77ea155857da879648e559a60b528b19730 Mon Sep 17 00:00:00 2001 From: "Zhang, Chao B" Date: Thu, 28 Apr 2016 13:28:39 +0800 Subject: SecurityPkg: AuthVariableLib: Remove Customized SecureBoot Mode transition. Remove Customized SecureBoot Mode transition logic for Mantis 1263, including AuditMode/DeployedMode/PK update management. Also remove image verification logic in AuditMode. The feature has been moved to https://github.com/tianocore/edk2-staging/tree/Customized-Secure-Boot Previous check-in hash is SHA-1: 4fc08e8d683522f255727626197d919a40d4836c Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang Reviewed-by: El-Haj-Mahmoud Samer Reviewed-by: Fu Siyuan --- SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf') diff --git a/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf b/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf index bf2c9f2..572ba4e 100644 --- a/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf +++ b/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf @@ -87,10 +87,6 @@ ## PRODUCES ## Variable:L"AuthVarKeyDatabase" gEfiAuthenticatedVariableGuid - ## CONSUMES ## Variable:L"SecureBootMode" - ## PRODUCES ## Variable:L"SecureBootMode" - gEdkiiSecureBootModeGuid - 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. -- cgit v1.1