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