]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
BaseTools:Change the path of the file that Binary Cache
[mirror_edk2.git] / MdeModulePkg / Library / DxeTcpIoLib / DxeTcpIoLib.inf
1 ## @file
2 # This library instance provides TCP services by EFI TCPv4/TCPv6 Protocols.
3 #
4 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = DxeTcpIoLib
13 MODULE_UNI_FILE = DxeTcpIoLib.uni
14 FILE_GUID = D4608509-1AB0-4cc7-827A-AB8E1E7BD3E6
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = TcpIoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 DxeTcpIoLib.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31
32
33 [LibraryClasses]
34 BaseLib
35 DebugLib
36 UefiBootServicesTableLib
37 MemoryAllocationLib
38 BaseMemoryLib
39
40 [Protocols]
41 gEfiTcp4ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
42 gEfiTcp4ProtocolGuid ## SOMETIMES_CONSUMES
43 gEfiTcp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
44 gEfiTcp6ProtocolGuid ## SOMETIMES_CONSUMES