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