]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4Dxe / Ip4Dxe.inf
CommitLineData
6bfbb5f0 1## @file\r
772db4bb 2# Component name for module Ip4\r
3#\r
6bfbb5f0 4# Copyright (c) 2007 - 2010, Intel Corporation\r
772db4bb 5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
6bfbb5f0 15##\r
772db4bb 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = Ip4Dxe\r
20 FILE_GUID = 9FB1A1F3-3B71-4324-B39A-745CBB015FFF\r
d3f16117 21 MODULE_TYPE = UEFI_DRIVER\r
cfc8865f 22 VERSION_STRING = 1.0 \r
772db4bb 23 ENTRY_POINT = Ip4DriverEntryPoint\r
da1d0201 24 UNLOAD_IMAGE = NetLibDefaultUnload\r
772db4bb 25\r
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
d354ab7f 31# DRIVER_BINDING = gIp4DriverBinding \r
32# COMPONENT_NAME = gIp4ComponentName\r
33# COMPONENT_NAME2 = gIp4ComponentName2\r
34#\r
772db4bb 35\r
6bfbb5f0 36[Sources]\r
772db4bb 37 Ip4Driver.c\r
38 Ip4Option.h\r
39 Ip4Route.h\r
40 Ip4If.c\r
41 Ip4Igmp.h\r
42 Ip4Output.c\r
43 Ip4Icmp.c\r
44 Ip4Igmp.c\r
45 Ip4Impl.c\r
46 Ip4Common.h\r
47 Ip4Impl.h\r
48 Ip4Driver.h\r
49 Ip4Common.c\r
50 Ip4If.h\r
51 Ip4Option.c\r
52 Ip4Output.h\r
53 ComponentName.c\r
54 Ip4Input.h\r
55 Ip4Route.c\r
56 Ip4Icmp.h\r
57 Ip4Input.c\r
58\r
59\r
60[Packages]\r
61 MdePkg/MdePkg.dec\r
62 MdeModulePkg/MdeModulePkg.dec\r
63\r
64\r
65[LibraryClasses]\r
66 UefiLib\r
67 BaseLib\r
68 UefiBootServicesTableLib\r
69 UefiDriverEntryPoint\r
70 UefiRuntimeServicesTableLib\r
71 DebugLib\r
72 NetLib\r
d8d26fb2 73 DpcLib\r
772db4bb 74\r
75[Protocols]\r
76 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
77 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
78 gEfiIp4ConfigProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
79 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
80 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
81 gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
82 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
a1503a32 83 gEfiIpSecProtocolGuid\r
84