From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=chao.b.zhang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8C845208F7903 for ; Tue, 10 Oct 2017 01:36:43 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2017 01:40:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,504,1500966000"; d="scan'208";a="160900871" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 10 Oct 2017 01:40:11 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 10 Oct 2017 01:40:05 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 10 Oct 2017 01:39:59 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.175]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Tue, 10 Oct 2017 16:39:58 +0800 From: "Zhang, Chao B" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [Patch 08/11] SecurityPkg: Update Guid usage in INF file to match source code logic Thread-Index: AQHTNe5qHVGWf3L/6Eyn9ExNp5tLeaLc2iMQ Date: Tue, 10 Oct 2017 08:39:57 +0000 Message-ID: References: <1506337584-9588-1-git-send-email-liming.gao@intel.com> <1506337584-9588-9-git-send-email-liming.gao@intel.com> In-Reply-To: <1506337584-9588-9-git-send-email-liming.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 08/11] SecurityPkg: Update Guid usage in INF file to match source code logic X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 08:36:43 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chao Zhang -----Original Message----- From: Gao, Liming=20 Sent: Monday, September 25, 2017 7:06 PM To: edk2-devel@lists.01.org Cc: Zhang, Chao B Subject: [Patch 08/11] 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 --- .../FmpAuthenticationLibRsa2048Sha256.inf | 6 ++= +--- .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthe= nticationLibRsa2048Sha256.inf b/SecurityPkg/Library/FmpAuthenticationLibRsa= 2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf index 633f407..b190eca 100644 --- a/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticati= onLibRsa2048Sha256.inf +++ b/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthentic +++ ationLibRsa2048Sha256.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=20 +reserved.
# This program and the accompanying materials # are licensed and made a= vailable under the terms and conditions of the BSD License # which accomp= anies this distribution. The full text of the license may be found at @@ -= 49,5 +49,5 @@ gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer ## CON= SUMES =20 [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/HashLibBaseCryptoR= outerPei.inf b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCrypt= oRouterPei.inf index eebf90e..018090b 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPe= i.inf +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRoute +++ rPei.inf @@ -51,7 +51,7 @@ HobLib =20 [Guids] - ## CONSUMES ## GUID + ## SOMETIMES_CONSUMES ## GUID gZeroGuid =20 [Pcd] -- 2.8.0.windows.1