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