[edk2] [Patch] MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLib

Jiaxin Wu posted 1 patch 6 years, 8 months ago
Failed in applying to current master (apply log)
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(-)
[edk2] [Patch] MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLib
Posted by Jiaxin Wu 6 years, 8 months ago
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Shao Ming <ming.shao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
---
 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.<BR>
+#  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
 #  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
 #  http://opensource.org/licenses/bsd-license.php
 #
@@ -35,11 +35,10 @@
   MdePkg/MdePkg.dec
   MdeModulePkg/MdeModulePkg.dec
 
 
 [LibraryClasses]
-  IpIoLib
   BaseLib
   DebugLib
   UefiBootServicesTableLib
   MemoryAllocationLib
   BaseMemoryLib
diff --git a/MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf b/MdeModulePkg/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 Protocols.
 #  
-#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
+#  Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
 #  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
 #  http://opensource.org/licenses/bsd-license.php
 #
@@ -35,11 +35,10 @@
   MdePkg/MdePkg.dec
   MdeModulePkg/MdeModulePkg.dec
 
 
 [LibraryClasses]
-  TcpIoLib
   BaseLib
   DebugLib
   UefiBootServicesTableLib
   MemoryAllocationLib
   BaseMemoryLib
diff --git a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf b/MdeModulePkg/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/UDPv6 Protocols.
 #  
-#  Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
+#  Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.<BR>
 #  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
 #  http://opensource.org/licenses/bsd-license.php
 #
@@ -35,11 +35,10 @@
   MdePkg/MdePkg.dec
   MdeModulePkg/MdeModulePkg.dec
 
 
 [LibraryClasses]
-  UdpIoLib
   BaseLib
   DebugLib
   UefiBootServicesTableLib
   MemoryAllocationLib
   BaseMemoryLib
-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch] MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLib
Posted by Fu, Siyuan 6 years, 8 months ago
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>

-----Original Message-----
From: Wu, Jiaxin 
Sent: Friday, August 18, 2017 10:52 AM
To: edk2-devel@lists.01.org
Cc: Ye, Ting <ting.ye@intel.com>; Fu, Siyuan <siyuan.fu@intel.com>; Shao, Ming <ming.shao@intel.com>; Wu, Jiaxin <jiaxin.wu@intel.com>
Subject: [Patch] MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLib

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Shao Ming <ming.shao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
---
 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.<BR>
+#  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
 #  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
 #  http://opensource.org/licenses/bsd-license.php
 #
@@ -35,11 +35,10 @@
   MdePkg/MdePkg.dec
   MdeModulePkg/MdeModulePkg.dec
 
 
 [LibraryClasses]
-  IpIoLib
   BaseLib
   DebugLib
   UefiBootServicesTableLib
   MemoryAllocationLib
   BaseMemoryLib
diff --git a/MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf b/MdeModulePkg/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 Protocols.
 #  
-#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
+#  Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
 #  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
 #  http://opensource.org/licenses/bsd-license.php
 #
@@ -35,11 +35,10 @@
   MdePkg/MdePkg.dec
   MdeModulePkg/MdeModulePkg.dec
 
 
 [LibraryClasses]
-  TcpIoLib
   BaseLib
   DebugLib
   UefiBootServicesTableLib
   MemoryAllocationLib
   BaseMemoryLib
diff --git a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf b/MdeModulePkg/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/UDPv6 Protocols.
 #  
-#  Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
+#  Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.<BR>
 #  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
 #  http://opensource.org/licenses/bsd-license.php
 #
@@ -35,11 +35,10 @@
   MdePkg/MdePkg.dec
   MdeModulePkg/MdeModulePkg.dec
 
 
 [LibraryClasses]
-  UdpIoLib
   BaseLib
   DebugLib
   UefiBootServicesTableLib
   MemoryAllocationLib
   BaseMemoryLib
-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel