]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
86c88a950686a199afeaae12a6b0708b113a423e
[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, 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 = DXE_DRIVER
23 VERSION_STRING = 1.0
24 EDK_RELEASE_VERSION = 0x00020000
25 EFI_SPECIFICATION_VERSION = 0x00020000
26
27 ENTRY_POINT = Tcp4DriverEntryPoint
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources.common]
36 SockImpl.c
37 SockInterface.c
38 Tcp4Proto.h
39 Tcp4Main.h
40 SockImpl.h
41 Tcp4Output.c
42 Tcp4Timer.c
43 Tcp4Option.h
44 Tcp4Dispatcher.c
45 Tcp4Input.c
46 Tcp4Misc.c
47 Tcp4Main.c
48 Socket.h
49 ComponentName.c
50 Tcp4Driver.h
51 Tcp4Io.c
52 Tcp4Driver.c
53 Tcp4Func.h
54 Tcp4Option.c
55
56
57 [Packages]
58 MdePkg/MdePkg.dec
59 MdeModulePkg/MdeModulePkg.dec
60
61
62 [LibraryClasses]
63 UefiLib
64 BaseLib
65 UefiBootServicesTableLib
66 UefiDriverEntryPoint
67 UefiRuntimeServicesTableLib
68 DebugLib
69 NetLib
70 IpIoLib
71 DevicePathLib
72
73 [Protocols]
74 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
75 gEfiTcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
76 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
77 gEfiTcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
78