]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / NetworkPkg / Dhcp6Dxe / Dhcp6Dxe.inf
1 ## @file
2 # Component description file for Dhcp6 module.
3 #
4 # Copyright (c) 2009 - 2012, 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 = Dhcp6Dxe
19 FILE_GUID = 95E3669D-34BE-4775-A651-7EA41B69D89E
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = Dhcp6DriverEntryPoint
23 UNLOAD_IMAGE = NetLibDefaultUnload
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29 # DRIVER_BINDING = gDhcp6DriverBinding
30 # COMPONENT_NAME = gDhcp6ComponentName
31 # COMPONENT_NAME2 = gDhcp6ComponentName2
32 #
33
34 [Sources]
35 Dhcp6Driver.c
36 Dhcp6Driver.h
37 Dhcp6Impl.c
38 Dhcp6Impl.h
39 Dhcp6Io.c
40 Dhcp6Io.h
41 Dhcp6Utility.c
42 Dhcp6Utility.h
43 ComponentName.c
44
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49
50
51 [LibraryClasses]
52 UefiLib
53 BaseLib
54 BaseMemoryLib
55 MemoryAllocationLib
56 UefiDriverEntryPoint
57 UefiBootServicesTableLib
58 UefiRuntimeServicesTableLib
59 DebugLib
60 NetLib
61 UdpIoLib
62
63
64 [Protocols]
65 gEfiUdp6ServiceBindingProtocolGuid
66 gEfiUdp6ProtocolGuid
67 gEfiDhcp6ServiceBindingProtocolGuid
68 gEfiDhcp6ProtocolGuid
69 gEfiIp6ConfigProtocolGuid