]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
Put EOF (End of File) on its own line for all source files. This is required for...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / Tcp4Dxe.inf
CommitLineData
8a67d61d 1#/** @file\r
2# Component name for module Tcp4\r
3#\r
4# FIX ME!\r
e5e12de7 5# Copyright (c) 2006, Intel Corporation.\r
8a67d61d 6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = Tcp4Dxe\r
21 FILE_GUID = 6d6963ab-906d-4a65-a7ca-bd40e5d6af4d\r
d3f16117 22 MODULE_TYPE = UEFI_DRIVER\r
8a67d61d 23 VERSION_STRING = 1.0\r
8a67d61d 24 ENTRY_POINT = Tcp4DriverEntryPoint\r
da1d0201 25 UNLOAD_IMAGE = NetLibDefaultUnload\r
8a67d61d 26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
d354ab7f 31# DRIVER_BINDING = mTcp4DriverBinding \r
32# COMPONENT_NAME = gTcp4ComponentName\r
33# COMPONENT_NAME2 = gTcp4ComponentName2\r
34#\r
8a67d61d 35\r
36[Sources.common]\r
37 SockImpl.c\r
38 SockInterface.c\r
39 Tcp4Proto.h\r
40 Tcp4Main.h\r
41 SockImpl.h\r
42 Tcp4Output.c\r
43 Tcp4Timer.c\r
44 Tcp4Option.h\r
45 Tcp4Dispatcher.c\r
46 Tcp4Input.c\r
47 Tcp4Misc.c\r
48 Tcp4Main.c\r
49 Socket.h\r
50 ComponentName.c\r
51 Tcp4Driver.h\r
52 Tcp4Io.c\r
53 Tcp4Driver.c\r
54 Tcp4Func.h\r
55 Tcp4Option.c\r
56\r
57\r
58[Packages]\r
59 MdePkg/MdePkg.dec\r
60 MdeModulePkg/MdeModulePkg.dec\r
61\r
8a67d61d 62[LibraryClasses]\r
63 UefiLib\r
8a67d61d 64 UefiBootServicesTableLib\r
65 UefiDriverEntryPoint\r
66 UefiRuntimeServicesTableLib\r
cfb1461b 67 BaseMemoryLib\r
68 MemoryAllocationLib\r
8a67d61d 69 DebugLib\r
70 NetLib\r
71 IpIoLib\r
e5e12de7 72 DevicePathLib\r
8a67d61d 73\r
74[Protocols]\r
75 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
76 gEfiTcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
77 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
78 gEfiTcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
79\r