2 # Component name for module Tcp4
\r
5 # Copyright (c) 2006, Intel Corporation.
\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
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
19 INF_VERSION = 0x00010005
\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
27 ENTRY_POINT = Tcp4DriverEntryPoint
\r
30 # The following information is for reference only and not required by the build tools.
\r
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
\r
59 MdeModulePkg/MdeModulePkg.dec
\r
65 UefiBootServicesTableLib
\r
66 UefiDriverEntryPoint
\r
67 UefiRuntimeServicesTableLib
\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