]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
NetworkPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / NetworkPkg / Dhcp6Dxe / Dhcp6Dxe.inf
index 7c84397431a4580b42413f0288b496f9171edadd..5c792370462261286bc32cd25270693c8e6788b1 100644 (file)
@@ -1,7 +1,10 @@
 ## @file\r
-#  Component description file for Dhcp6 module.\r
+#  Client-side DHCPv6 services.\r
+#  \r
+#  This driver produces EFI DHCPv6 Protocol which is used to get IPv6 addresses\r
+#  and other configuration parameters from DHCPv6 servers.\r
 #\r
-#  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -21,6 +24,8 @@
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = Dhcp6DriverEntryPoint\r
   UNLOAD_IMAGE                   = NetLibDefaultUnload\r
+  MODULE_UNI_FILE                = Dhcp6Dxe.uni\r
+\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 \r
 \r
 [Protocols]\r
-  gEfiUdp6ServiceBindingProtocolGuid\r
-  gEfiUdp6ProtocolGuid\r
-  gEfiDhcp6ServiceBindingProtocolGuid\r
-  gEfiDhcp6ProtocolGuid\r
-  gEfiIp6ConfigProtocolGuid\r
+  gEfiUdp6ServiceBindingProtocolGuid                 ## TO_START\r
+  gEfiUdp6ProtocolGuid                               ## TO_START\r
+  gEfiDhcp6ServiceBindingProtocolGuid                ## BY_START\r
+  gEfiDhcp6ProtocolGuid                              ## BY_START\r
+  gEfiIp6ConfigProtocolGuid                          ## TO_START\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Dhcp6DxeExtra.uni\r