DxeTcpIoLib.inf revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
1488N/A## @file
1488N/A# Instance of TcpIoLib.
1488N/A#
1488N/A# This module provides TCP services by consuming EFI TCP Service Binding Protocol and
1488N/A# EFI TCP Protocol.
1488N/A#
1488N/A# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
1488N/A# This program and the accompanying materials
1488N/A# are licensed and made available under the terms and conditions of the BSD License
1488N/A# which accompanies this distribution. The full text of the license may be found at
1488N/A# http://opensource.org/licenses/bsd-license.php
1488N/A#
1488N/A# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
1488N/A# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
1488N/A#
1488N/A##
1488N/A
1488N/A
1488N/A[Defines]
1488N/A INF_VERSION = 0x00010005
1488N/A BASE_NAME = DxeTcpIoLib
1488N/A FILE_GUID = D4608509-1AB0-4cc7-827A-AB8E1E7BD3E6
1488N/A MODULE_TYPE = DXE_DRIVER
1488N/A VERSION_STRING = 1.0
5035N/A LIBRARY_CLASS = TcpIoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
5920N/A
1488N/A#
1488N/A# The following information is for reference only and not required by the build tools.
1488N/A#
1488N/A# VALID_ARCHITECTURES = IA32 X64 IPF EBC
2086N/A#
2892N/A
2892N/A[Sources]
2287N/A DxeTcpIoLib.c
2086N/A
1488N/A[Packages]
1488N/A MdePkg/MdePkg.dec
2847N/A MdeModulePkg/MdeModulePkg.dec
2847N/A
2892N/A
2892N/A[LibraryClasses]
2892N/A TcpIoLib
1488N/A BaseLib
1488N/A DebugLib
2847N/A UefiBootServicesTableLib
2847N/A MemoryAllocationLib
1488N/A BaseMemoryLib
1488N/A
1488N/A[Protocols]
1488N/A gEfiTcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
2847N/A gEfiTcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
1488N/A gEfiTcp6ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
2847N/A gEfiTcp6ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
2847N/A