]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
MdeModulePkg: Delete Tcp4Dxe in MdeModulePkg.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / Tcp4Dxe.inf
diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
deleted file mode 100644 (file)
index 7c05047..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-## @file\r
-#  This module produces EFI TCPv4 Protocol and EFI TCPv4 Service Binding Protocol.\r
-#\r
-#  This module produces EFI TCPv4(Transmission Control Protocol version 4) Protocol\r
-#  upon EFI IPv4 Protocol, to provide basic TCPv4 I/O services. This driver only\r
-#  supports IPv4 network stack.\r
-#\r
-#  Notes:\r
-#  1) This driver can't co-work with the TcpDxe driver in NetworkPkg.\r
-#  2) This driver might have some issues that have been fixed in the TcpDxe driver\r
-#     in NetworkPkg.\r
-#  3) This driver supports fewer features than the TcpDxe driver in NetworkPkg (e.g. IPv6,\r
-#     TCP Cancel function).\r
-#  4) TcpDxe driver in NetworkPkg is recommended for use instead of this one even though\r
-#     both of them can be used.\r
-#\r
-#  Copyright (c) 2006 - 2018, 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
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = Tcp4Dxe\r
-  MODULE_UNI_FILE                = Tcp4Dxe.uni\r
-  FILE_GUID                      = 6d6963ab-906d-4a65-a7ca-bd40e5d6af4d\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = Tcp4DriverEntryPoint\r
-  UNLOAD_IMAGE                   = NetLibDefaultUnload\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-#  DRIVER_BINDING                =  mTcp4DriverBinding\r
-#  COMPONENT_NAME                =  gTcp4ComponentName\r
-#  COMPONENT_NAME2               =  gTcp4ComponentName2\r
-#\r
-\r
-[Sources]\r
-  SockImpl.c\r
-  SockInterface.c\r
-  Tcp4Proto.h\r
-  Tcp4Main.h\r
-  SockImpl.h\r
-  Tcp4Output.c\r
-  Tcp4Timer.c\r
-  Tcp4Option.h\r
-  Tcp4Dispatcher.c\r
-  Tcp4Input.c\r
-  Tcp4Misc.c\r
-  Tcp4Main.c\r
-  Socket.h\r
-  ComponentName.c\r
-  Tcp4Driver.h\r
-  Tcp4Io.c\r
-  Tcp4Driver.c\r
-  Tcp4Func.h\r
-  Tcp4Option.c\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-\r
-[LibraryClasses]\r
-  UefiLib\r
-  UefiBootServicesTableLib\r
-  UefiDriverEntryPoint\r
-  UefiRuntimeServicesTableLib\r
-  BaseMemoryLib\r
-  MemoryAllocationLib\r
-  DebugLib\r
-  NetLib\r
-  IpIoLib\r
-  DevicePathLib\r
-  DpcLib\r
-\r
-[Protocols]\r
-  gEfiTcp4ServiceBindingProtocolGuid            ## BY_START\r
-  gEfiIp4ServiceBindingProtocolGuid             ## TO_START\r
-  gEfiTcp4ProtocolGuid                          ## BY_START\r
-  gEfiIp4ProtocolGuid                           ## TO_START\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  Tcp4DxeExtra.uni\r