]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
MdeModulePkg:TcpDriver need to use EFI_D_NET for DEBUG maessage.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / Tcp4Dxe.inf
index 44f3623695d5ffc7d5910a002848d825dbe097ed..ba3c377b5ff8787fafc567c3f8d890f2310da9e9 100644 (file)
@@ -1,10 +1,11 @@
-#/** @file\r
-# Component name for module Tcp4\r
+## @file\r
+#  This module produces EFI TCPv4 Protocol and EFI TCPv4 Service Binding Protocol.\r
 #\r
-# FIX ME!\r
-# Copyright (c) 2006, Intel Corporation. \r
+#  This module produces EFI TCPv4(Transmission Control Protocol version 4) Protocol\r
+#  upon EFI IPv4 Protocol, to provide basic TCPv4 I/O services.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2014, 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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\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                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = Tcp4DriverEntryPoint\r
-\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 IPF EBC\r
 #\r
+#  DRIVER_BINDING                =  mTcp4DriverBinding                        \r
+#  COMPONENT_NAME                =  gTcp4ComponentName\r
+#  COMPONENT_NAME2               =  gTcp4ComponentName2\r
+#\r
 \r
-[Sources.common]\r
+[Sources]\r
   SockImpl.c\r
   SockInterface.c\r
   Tcp4Proto.h\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
-\r
 [LibraryClasses]\r
   UefiLib\r
-  BaseLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
   UefiRuntimeServicesTableLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
   DebugLib\r
   NetLib\r
   IpIoLib\r
+  DevicePathLib\r
+  DpcLib\r
 \r
 [Protocols]\r
-  gEfiIp4ProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiTcp4ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiIp4ServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiTcp4ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED\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