]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/Ip6Dxe/Ip6Dxe.inf
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6Dxe.inf
1 ## @file
2 # Component description file for Ip6 module.
3 #
4 # Copyright (c) 2009 - 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 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = Ip6Dxe
19 FILE_GUID = 5BEDB5CC-D830-4eb2-8742-2D4CC9B54F2C
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = Ip6DriverEntryPoint
23 UNLOAD_IMAGE = NetLibDefaultUnload
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30 # DRIVER_BINDING = gIp6DriverBinding
31 # COMPONENT_NAME = gIp6ComponentName
32 # COMPONENT_NAME2 = gIp6ComponentName2
33 #
34
35 [Sources]
36 Ip6Output.h
37 Ip6Option.h
38 Ip6Input.h
39 Ip6Nd.h
40 Ip6Mld.h
41 Ip6Impl.c
42 Ip6Driver.c
43 ComponentName.c
44 Ip6Nd.c
45 Ip6Input.c
46 Ip6ConfigImpl.c
47 Ip6ConfigImpl.h
48 Ip6Impl.h
49 Ip6Option.c
50 Ip6If.h
51 Ip6Icmp.h
52 Ip6Mld.c
53 Ip6Common.c
54 Ip6Route.c
55 Ip6If.c
56 Ip6Driver.h
57 Ip6Output.c
58 Ip6Icmp.c
59 Ip6Common.h
60 Ip6Route.h
61 Ip6DxeStrings.uni
62 Ip6NvData.h
63 Ip6ConfigNv.c
64 Ip6ConfigNv.h
65 Ip6Config.vfr
66
67 [Packages]
68 MdePkg/MdePkg.dec
69 MdeModulePkg/MdeModulePkg.dec
70 NetworkPkg/NetworkPkg.dec
71
72 [LibraryClasses]
73 BaseLib
74 BaseMemoryLib
75 DevicePathLib
76 HiiLib
77 UefiHiiServicesLib
78 PrintLib
79 MemoryAllocationLib
80 UefiBootServicesTableLib
81 UefiDriverEntryPoint
82 UefiRuntimeServicesTableLib
83 UefiLib
84 DebugLib
85 NetLib
86 DpcLib
87
88 [Protocols]
89 gEfiManagedNetworkServiceBindingProtocolGuid
90 gEfiManagedNetworkProtocolGuid
91 gEfiIp6ServiceBindingProtocolGuid
92 gEfiIp6ProtocolGuid
93 gEfiIp6ConfigProtocolGuid
94 gEfiDhcp6ServiceBindingProtocolGuid
95 gEfiDhcp6ProtocolGuid
96 gEfiIpSec2ProtocolGuid
97 gEfiHiiConfigAccessProtocolGuid
98
99 [Guids]
100 gEfiIfrTianoGuid ## CONSUMES ## GUID
101 gIp6ConfigNvDataGuid ## PRODUCES ## GUID