]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLib
authorJiaxin Wu <jiaxin.wu@intel.com>
Fri, 18 Aug 2017 02:50:59 +0000 (10:50 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Wed, 23 Aug 2017 01:17:28 +0000 (09:17 +0800)
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>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf

index f62a36fd50a955fa7076a1107a81d15935a9df00..086c74d1f14e10b04993f063493b3bc5c74120ab 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  This library instance provides IP services upon EFI IPv4/IPv6 Protocols.\r
 #\r
-#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -37,7 +37,6 @@
 \r
 \r
 [LibraryClasses]\r
-  IpIoLib\r
   BaseLib\r
   DebugLib\r
   UefiBootServicesTableLib\r
index 4f11c6f0c8cf5eb7c5383071a3365dd0f409f346..1b29dcec48779cc191db9e1c94b9793407504cd1 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  This library instance provides TCP services by EFI TCPv4/TCPv6 Protocols.\r
 #  \r
-#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -37,7 +37,6 @@
 \r
 \r
 [LibraryClasses]\r
-  TcpIoLib\r
   BaseLib\r
   DebugLib\r
   UefiBootServicesTableLib\r
index a9683c9a746447b3c50445c4584ea6f587a530be..ce6e996a511360e0185612588270d4ac6ac468b8 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  This library instance provides UDP services by consuming EFI UDPv4/UDPv6 Protocols.\r
 #  \r
-#  Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -37,7 +37,6 @@
 \r
 \r
 [LibraryClasses]\r
-  UdpIoLib\r
   BaseLib\r
   DebugLib\r
   UefiBootServicesTableLib\r