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