]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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 = 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
32 [Sources.common]
33 SockImpl.c
34 SockInterface.c
35 Tcp4Proto.h
36 Tcp4Main.h
37 SockImpl.h
38 Tcp4Output.c
39 Tcp4Timer.c
40 Tcp4Option.h
41 Tcp4Dispatcher.c
42 Tcp4Input.c
43 Tcp4Misc.c
44 Tcp4Main.c
45 Socket.h
46 ComponentName.c
47 Tcp4Driver.h
48 Tcp4Io.c
49 Tcp4Driver.c
50 Tcp4Func.h
51 Tcp4Option.c
52
53
54 [Packages]
55 MdePkg/MdePkg.dec
56 MdeModulePkg/MdeModulePkg.dec
57
58
59 [LibraryClasses]
60 UefiLib
61 BaseLib
62 UefiBootServicesTableLib
63 UefiDriverEntryPoint
64 UefiRuntimeServicesTableLib
65 DebugLib
66 NetLib
67 IpIoLib
68 DevicePathLib
69
70 [Protocols]
71 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
72 gEfiTcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
73 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
74 gEfiTcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
75