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.115; helo=mga14.intel.com; envelope-from=siyuan.fu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 50B1B20945BC8 for ; Mon, 25 Sep 2017 17:39:51 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2017 17:43:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,438,1500966000"; d="scan'208";a="153273542" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 25 Sep 2017 17:43:02 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 25 Sep 2017 17:43:02 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 25 Sep 2017 17:43:01 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Tue, 26 Sep 2017 08:41:17 +0800 From: "Fu, Siyuan" To: "Gao, Liming" , "edk2-devel@lists.01.org" CC: "Wu, Jiaxin" Thread-Topic: [Patch 06/11] NetworkPkg: Update Protocol/Guid usage in INF file to match source code logic Thread-Index: AQHTNe5mNZiDnOmioEWweM9dkdAeNqLGVGyA Date: Tue, 26 Sep 2017 00:41:15 +0000 Message-ID: References: <1506337584-9588-1-git-send-email-liming.gao@intel.com> <1506337584-9588-7-git-send-email-liming.gao@intel.com> In-Reply-To: <1506337584-9588-7-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 06/11] NetworkPkg: Update Protocol/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, 26 Sep 2017 00:39:51 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Fu Siyuan -----Original Message----- From: Gao, Liming=20 Sent: Monday, September 25, 2017 7:06 PM To: edk2-devel@lists.01.org Cc: Fu, Siyuan ; Wu, Jiaxin Subject: [Patch 06/11] NetworkPkg: Update Protocol/Guid usage in INF file t= o match source code logic Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Siyuan Fu Cc: Jiaxin Wu --- NetworkPkg/HttpDxe/HttpDxe.inf | 2 +- NetworkPkg/IScsiDxe/IScsiDxe.inf | 2 +- NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NetworkPkg/HttpDxe/HttpDxe.inf b/NetworkPkg/HttpDxe/HttpDxe.in= f index df2efdc..51deec5 100644 --- a/NetworkPkg/HttpDxe/HttpDxe.inf +++ b/NetworkPkg/HttpDxe/HttpDxe.inf @@ -73,7 +73,7 @@ gEfiTlsConfigurationProtocolGuid ## SOMETIMES_CONSUMES =20 [Guids] - gEfiTlsCaCertificateGuid ## CONSUMES ## GUID + gEfiTlsCaCertificateGuid ## SOMETIMES_CONSUMES = ## Variable:L"TlsCaCertificate" =20 [Pcd] gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections ## CONSUMES = =20 diff --git a/NetworkPkg/IScsiDxe/IScsiDxe.inf b/NetworkPkg/IScsiDxe/IScsiDx= e.inf index c9b724b..01998a0 100644 --- a/NetworkPkg/IScsiDxe/IScsiDxe.inf +++ b/NetworkPkg/IScsiDxe/IScsiDxe.inf @@ -115,7 +115,7 @@ gEfiIScsiInitiatorNameProtocolGuid ## PRODUCES =20 gEfiAuthenticationInfoProtocolGuid - ## CONSUMES + ## SOMETIMES_CONSUMES gEfiAdapterInformationProtocolGuid =20 [Guids] diff --git a/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf b/NetworkPkg/= TlsAuthConfigDxe/TlsAuthConfigDxe.inf index 2a89368..3cfcdb9 100644 --- a/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf +++ b/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf @@ -2,7 +2,7 @@ # Provides the capability to configure Tls Authentication in a setup brow= ser # By this module, user may change the content of TlsCaCertificate. # -# 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 BS= D License # which accompanies this distribution. The full text of the license may be= found at @@ -61,9 +61,9 @@ =20 [Guids] gTlsAuthConfigGuid ## PRODUCES ## GUID - gEfiCertX509Guid ## CONSUMES ## GUID # In= dicate the cert type - gEfiIfrTianoGuid ## CONSUMES ## HII - gEfiTlsCaCertificateGuid ## PRODUCES ## GUID + gEfiCertX509Guid ## SOMETIMES_CONSUMES ## = GUID # Indicate the cert type + gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## = HII + gEfiTlsCaCertificateGuid ## PRODUCES ## Variable:L= "TlsCaCertificate" =20 [Depex] gEfiHiiConfigRoutingProtocolGuid AND --=20 2.8.0.windows.1