]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Dhcp4Dxe / Dhcp4Dxe.inf
index f78d17347a02683cf501d320306cadc53e3da4e1..9b6c9c1dccb6df133abbb000ddab01c40899967d 100644 (file)
@@ -1,8 +1,11 @@
 ## @file\r
-# Component name for module Dhcp4\r
+#  This module produces EFI DHCPv4 Protocol and EFI DHCPv4 Service Binding Protocol.\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  This module produces EFI DHCPv4 Protocol upon EFI UDPv4 Protocol, to provide the\r
+#  capability to collect configuration information for the EFI IPv4 Protocol drivers\r
+#  and to provide DHCPv4 server and PXE boot server discovery services.\r
 #\r
+#  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
@@ -17,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Dhcp4Dxe\r
+  MODULE_UNI_FILE                = Dhcp4Dxe.uni\r
   FILE_GUID                      = 94734718-0BBC-47fb-96A5-EE7A5AE6A2AD\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
 \r
 \r
 [Protocols]\r
-  gEfiUdp4ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDhcp4ServiceBindingProtocolGuid           # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUdp4ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDhcp4ProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiDhcp4ServiceBindingProtocolGuid           ## BY_START\r
+  gEfiUdp4ServiceBindingProtocolGuid            ## TO_START\r
+  gEfiDhcp4ProtocolGuid                         ## BY_START\r
+  gEfiUdp4ProtocolGuid                          ## TO_START\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Dhcp4DxeExtra.uni\r