From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 4542221E79028 for ; Thu, 17 Aug 2017 19:51:41 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Aug 2017 19:54:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,391,1498546800"; d="scan'208";a="125013350" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 17 Aug 2017 19:54:08 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 17 Aug 2017 19:54:08 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.236]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.135]) with mapi id 14.03.0319.002; Fri, 18 Aug 2017 10:54:06 +0800 From: "Fu, Siyuan" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Ye, Ting" , "Shao, Ming" Thread-Topic: [Patch] MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLib Thread-Index: AQHTF80NMpdIOAoUfUOWRnRJinIkuKKJat6A Date: Fri, 18 Aug 2017 02:54:06 +0000 Message-ID: References: <1503024748-4736-1-git-send-email-jiaxin.wu@intel.com> In-Reply-To: <1503024748-4736-1-git-send-email-jiaxin.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLib 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: Fri, 18 Aug 2017 02:51:41 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Fu Siyuan -----Original Message----- From: Wu, Jiaxin=20 Sent: Friday, August 18, 2017 10:52 AM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Shao, M= ing ; Wu, Jiaxin Subject: [Patch] MdeModulePkg/Library: Remove the self-reference in UdpIoLi= b/TcpIoLib/IpIoLib Cc: Ye Ting Cc: Fu Siyuan Cc: Shao Ming Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin --- MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf | 3 +-- MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf | 3 +-- MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf b/MdeModulePkg/= Library/DxeIpIoLib/DxeIpIoLib.inf index f62a36f..086c74d 100644 --- a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf +++ b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf @@ -1,9 +1,9 @@ ## @file # This library instance provides IP services upon EFI IPv4/IPv6 Protocols= . # -# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the B= SD License # which accompanies this distribution. The full text of the license may = be found at # http://opensource.org/licenses/bsd-license.php # @@ -35,11 +35,10 @@ MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec =20 =20 [LibraryClasses] - IpIoLib BaseLib DebugLib UefiBootServicesTableLib MemoryAllocationLib BaseMemoryLib diff --git a/MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf b/MdeModulePk= g/Library/DxeTcpIoLib/DxeTcpIoLib.inf index 4f11c6f..1b29dce 100644 --- a/MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf +++ b/MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf @@ -1,9 +1,9 @@ ## @file # This library instance provides TCP services by EFI TCPv4/TCPv6 Protocol= s. # =20 -# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the B= SD License # which accompanies this distribution. The full text of the license may = be found at # http://opensource.org/licenses/bsd-license.php # @@ -35,11 +35,10 @@ MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec =20 =20 [LibraryClasses] - TcpIoLib BaseLib DebugLib UefiBootServicesTableLib MemoryAllocationLib BaseMemoryLib diff --git a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf b/MdeModulePk= g/Library/DxeUdpIoLib/DxeUdpIoLib.inf index a9683c9..ce6e996 100644 --- a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf +++ b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf @@ -1,9 +1,9 @@ ## @file # This library instance provides UDP services by consuming EFI UDPv4/UDPv= 6 Protocols. # =20 -# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the B= SD License # which accompanies this distribution. The full text of the license may = be found at # http://opensource.org/licenses/bsd-license.php # @@ -35,11 +35,10 @@ MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec =20 =20 [LibraryClasses] - UdpIoLib BaseLib DebugLib UefiBootServicesTableLib MemoryAllocationLib BaseMemoryLib --=20 1.9.5.msysgit.1