]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Library / DxeTcpIoLib / DxeTcpIoLib.inf
index 808b98bed5f254d1485d4d224608c82e25f19e92..fe437cbe1c92c320a7b3909f25d390c2cbe15df3 100644 (file)
@@ -1,17 +1,14 @@
 ## @file\r
-#  Instance of TcpIoLib.\r
+#  This library instance provides TCP services by EFI TCPv4/TCPv6 Protocols.\r
 #\r
-#  This module provides TCP services by consuming EFI TCP Service Binding Protocol and\r
-#  EFI TCP Protocol.\r
-#  \r
-# Copyright (c) 2010, 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
+#  Copyright (c) 2010 - 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
+#  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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeTcpIoLib\r
+  MODULE_UNI_FILE                = DxeTcpIoLib.uni\r
   FILE_GUID                      = D4608509-1AB0-4cc7-827A-AB8E1E7BD3E6\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = TcpIoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
+  LIBRARY_CLASS                  = TcpIoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
 \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
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
@@ -39,7 +37,6 @@
 \r
 \r
 [LibraryClasses]\r
-  TcpIoLib\r
   BaseLib\r
   DebugLib\r
   UefiBootServicesTableLib\r
@@ -47,7 +44,7 @@
   BaseMemoryLib\r
 \r
 [Protocols]\r
-  gEfiTcp4ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiTcp4ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiTcp6ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiTcp6ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiTcp4ServiceBindingProtocolGuid            ## SOMETIMES_CONSUMES\r
+  gEfiTcp4ProtocolGuid                          ## SOMETIMES_CONSUMES\r
+  gEfiTcp6ServiceBindingProtocolGuid            ## SOMETIMES_CONSUMES\r
+  gEfiTcp6ProtocolGuid                          ## SOMETIMES_CONSUMES\r