]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
NetworkPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / NetworkPkg / Dhcp6Dxe / Dhcp6Dxe.inf
1 ## @file
2 # Client-side DHCPv6 services.
3 #
4 # This driver produces EFI DHCPv6 Protocol which is used to get IPv6 addresses
5 # and other configuration parameters from DHCPv6 servers.
6 #
7 # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php.
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = Dhcp6Dxe
22 FILE_GUID = 95E3669D-34BE-4775-A651-7EA41B69D89E
23 MODULE_TYPE = UEFI_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = Dhcp6DriverEntryPoint
26 UNLOAD_IMAGE = NetLibDefaultUnload
27 MODULE_UNI_FILE = Dhcp6Dxe.uni
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34 # DRIVER_BINDING = gDhcp6DriverBinding
35 # COMPONENT_NAME = gDhcp6ComponentName
36 # COMPONENT_NAME2 = gDhcp6ComponentName2
37 #
38
39 [Sources]
40 Dhcp6Driver.c
41 Dhcp6Driver.h
42 Dhcp6Impl.c
43 Dhcp6Impl.h
44 Dhcp6Io.c
45 Dhcp6Io.h
46 Dhcp6Utility.c
47 Dhcp6Utility.h
48 ComponentName.c
49
50
51 [Packages]
52 MdePkg/MdePkg.dec
53 MdeModulePkg/MdeModulePkg.dec
54
55
56 [LibraryClasses]
57 UefiLib
58 BaseLib
59 BaseMemoryLib
60 MemoryAllocationLib
61 UefiDriverEntryPoint
62 UefiBootServicesTableLib
63 UefiRuntimeServicesTableLib
64 DebugLib
65 NetLib
66 UdpIoLib
67
68
69 [Protocols]
70 gEfiUdp6ServiceBindingProtocolGuid ## TO_START
71 gEfiUdp6ProtocolGuid ## TO_START
72 gEfiDhcp6ServiceBindingProtocolGuid ## BY_START
73 gEfiDhcp6ProtocolGuid ## BY_START
74 gEfiIp6ConfigProtocolGuid ## TO_START
75
76 [UserExtensions.TianoCore."ExtraFiles"]
77 Dhcp6DxeExtra.uni