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