From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 E8EBB8216F for ; Tue, 13 Dec 2016 00:50:14 -0800 (PST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 13 Dec 2016 00:50:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,340,1477983600"; d="scan'208";a="201989919" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 13 Dec 2016 00:50:06 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Dec 2016 00:50:06 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Dec 2016 00:50:05 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.9]) by shsmsx102.ccr.corp.intel.com ([169.254.2.54]) with mapi id 14.03.0248.002; Tue, 13 Dec 2016 16:50:02 +0800 From: "Yao, Jiewen" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Zhang, Chao B" Thread-Topic: [patch 06/18] SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Fix Guid/pcd format issues Thread-Index: AQHSVRzuw7LxGnY/lUeZv1KErDRum6EFkYyg Date: Tue, 13 Dec 2016 08:50:02 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A8BC517@SHSMSX104.ccr.corp.intel.com> References: <1481618428-101904-1-git-send-email-dandan.bi@intel.com> <1481618428-101904-7-git-send-email-dandan.bi@intel.com> In-Reply-To: <1481618428-101904-7-git-send-email-dandan.bi@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch 06/18] SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Fix Guid/pcd format issues X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2016 08:50:15 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: jiewen.yao@intel.com > -----Original Message----- > From: Bi, Dandan > Sent: Tuesday, December 13, 2016 4:40 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Zhang, Chao B > > Subject: [patch 06/18] SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Fix > Guid/pcd format issues >=20 > Cc: Jiewen Yao > Cc: Chao Zhang > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi > --- > .../FmpAuthenticationLibRsa2048Sha256.inf | 6 > +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git > a/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthentication= L > ibRsa2048Sha256.inf > b/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthentication > LibRsa2048Sha256.inf > index fbff00e..b58966d 100644 > --- > a/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthentication= L > ibRsa2048Sha256.inf > +++ > b/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthentication > LibRsa2048Sha256.inf > @@ -44,10 +44,10 @@ [LibraryClasses] > DebugLib > MemoryAllocationLib > BaseCryptLib >=20 > [Pcd] > - gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer > + gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer ## > CONSUMES >=20 > [Guids] > - gEfiCertTypeRsa2048Sha256Guid > - gEfiHashAlgorithmSha256Guid > + gEfiCertTypeRsa2048Sha256Guid ## CONSUMES > + gEfiHashAlgorithmSha256Guid ## CONSUMES > -- > 1.9.5.msysgit.1