]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
Add a TcpIo library to facilitate usage of TCP service.
[mirror_edk2.git] / MdeModulePkg / Library / DxeTcpIoLib / DxeTcpIoLib.inf
1 ## @file
2 # Instance of TcpIoLib.
3 #
4 # This module provides TCP services by consuming EFI TCP Service Binding Protocol and
5 # EFI TCP Protocol.
6 #
7 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = DxeTcpIoLib
22 FILE_GUID = D4608509-1AB0-4cc7-827A-AB8E1E7BD3E6
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = TcpIoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources]
34 DxeTcpIoLib.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40
41 [LibraryClasses]
42 TcpIoLib
43 BaseLib
44 DebugLib
45 UefiBootServicesTableLib
46 MemoryAllocationLib
47 BaseMemoryLib
48
49 [Protocols]
50 gEfiTcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
51 gEfiTcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
52 gEfiTcp6ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
53 gEfiTcp6ProtocolGuid # PROTOCOL ALWAYS_CONSUMED