]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / Tcp4Dxe.inf
index 97cf90f460331bb1dd52a454df3df1f064d6afce..ba3c377b5ff8787fafc567c3f8d890f2310da9e9 100644 (file)
@@ -1,9 +1,10 @@
 ## @file\r
-# Component name for module Tcp4\r
+#  This module produces EFI TCPv4 Protocol and EFI TCPv4 Service Binding Protocol.\r
 #\r
-# FIX ME!\r
-# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\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
+#  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
@@ -18,6 +19,7 @@
 [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
   DpcLib\r
 \r
 [Protocols]\r
-  gEfiIp4ProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiTcp4ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiIp4ServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiTcp4ProtocolGuid                          # PROTOCOL SOMETIMES_PRODUCED\r
-  \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