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