diff options
author | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-08-18 10:50:59 +0800 |
---|---|---|
committer | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-08-23 09:17:28 +0800 |
commit | 27ee96701a9495644aefae3690ca6849a79f7631 (patch) | |
tree | 610865fc8fdb5b135b58c9271dd5421812262230 /MdeModulePkg/Library/DxeTcpIoLib | |
parent | bb3d1a6198cc5a8f2672927295c9f8d5ede9187c (diff) | |
download | edk2-27ee96701a9495644aefae3690ca6849a79f7631.zip edk2-27ee96701a9495644aefae3690ca6849a79f7631.tar.gz edk2-27ee96701a9495644aefae3690ca6849a79f7631.tar.bz2 |
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>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/DxeTcpIoLib')
-rw-r--r-- | MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf | 3 |
1 files changed, 1 insertions, 2 deletions
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,7 +1,7 @@ ## @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
@@ -37,7 +37,6 @@ [LibraryClasses]
- TcpIoLib
BaseLib
DebugLib
UefiBootServicesTableLib
|