]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Library / DxeTcpIoLib / DxeTcpIoLib.inf
index 808b98bed5f254d1485d4d224608c82e25f19e92..4f11c6f0c8cf5eb7c5383071a3365dd0f409f346 100644 (file)
@@ -1,17 +1,14 @@
 ## @file\r
-#  Instance of TcpIoLib.\r
-#\r
-#  This module provides TCP services by consuming EFI TCP Service Binding Protocol and\r
-#  EFI TCP Protocol.\r
+#  This library instance provides TCP services by EFI TCPv4/TCPv6 Protocols.\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 - 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
 #\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
@@ -19,6 +16,7 @@
 [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
@@ -47,7 +45,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