summaryrefslogtreecommitdiff
path: root/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf')
-rw-r--r--NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf22
1 files changed, 15 insertions, 7 deletions
diff --git a/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf b/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
index 7c84397431..5c79237046 100644
--- a/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
+++ b/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
@@ -1,7 +1,10 @@
## @file
-# Component description file for Dhcp6 module.
+# Client-side DHCPv6 services.
+#
+# This driver produces EFI DHCPv6 Protocol which is used to get IPv6 addresses
+# and other configuration parameters from DHCPv6 servers.
#
-# Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -21,6 +24,8 @@
VERSION_STRING = 1.0
ENTRY_POINT = Dhcp6DriverEntryPoint
UNLOAD_IMAGE = NetLibDefaultUnload
+ MODULE_UNI_FILE = Dhcp6Dxe.uni
+
#
# The following information is for reference only and not required by the build tools.
#
@@ -62,8 +67,11 @@
[Protocols]
- gEfiUdp6ServiceBindingProtocolGuid
- gEfiUdp6ProtocolGuid
- gEfiDhcp6ServiceBindingProtocolGuid
- gEfiDhcp6ProtocolGuid
- gEfiIp6ConfigProtocolGuid
+ gEfiUdp6ServiceBindingProtocolGuid ## TO_START
+ gEfiUdp6ProtocolGuid ## TO_START
+ gEfiDhcp6ServiceBindingProtocolGuid ## BY_START
+ gEfiDhcp6ProtocolGuid ## BY_START
+ gEfiIp6ConfigProtocolGuid ## TO_START
+
+[UserExtensions.TianoCore."ExtraFiles"]
+ Dhcp6DxeExtra.uni