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