From f37bcdd60d0acada08a9a4426ad8fc33b7951191 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Mon, 25 Sep 2017 19:06:21 +0800 Subject: [PATCH] SecurityPkg: Update Guid usage in INF file to match source code logic Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Chao Zhang Reviewed-by: Chao Zhang --- .../FmpAuthenticationLibRsa2048Sha256.inf | 6 +++--- .../HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf b/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf index 633f407f31..b190eca880 100644 --- a/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf +++ b/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf @@ -3,7 +3,7 @@ # # Instance of FmpAuthentication Library for DXE/PEI post memory phase. # -# Copyright (c) 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -49,5 +49,5 @@ gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer ## CONSUMES [Guids] - gEfiCertTypeRsa2048Sha256Guid ## CONSUMES ## GUID - gEfiHashAlgorithmSha256Guid ## CONSUMES ## GUID + gEfiCertTypeRsa2048Sha256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate. + gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES ## GUID diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf index eebf90e2ef..018090b8fa 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf @@ -51,7 +51,7 @@ HobLib [Guids] - ## CONSUMES ## GUID + ## SOMETIMES_CONSUMES ## GUID gZeroGuid [Pcd]