]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Network / ArpDxe / ArpDxe.inf
index b6335e9ccd3f625b5233b6e77a6c414bbf6642a4..9dff604a94bf2a592f46ab9f5c314decb44d7fe1 100644 (file)
@@ -1,12 +1,15 @@
 ## @file\r
-# Component description file for ARP module\r
+#  This module produces EFI ARP Protocol and EFI ARP Service Binding Protocol.\r
 #\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  This module produces EFI ARP Protocol upon EFI MNP Protocol, to provide a generic\r
+#  implementation of the Address Resolution Protocol that is described in RFCs 826\r
+#  and 1122.\r
 #\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
-#   http://opensource.org/licenses/bsd-license.php\r
+#  Copyright (c) 2006 - 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
+#  http://opensource.org/licenses/bsd-license.php\r
 #\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -17,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = ArpDxe\r
+  MODULE_UNI_FILE                = ArpDxe.uni\r
   FILE_GUID                      = 529D3F93-E8E9-4e73-B1E1-BDF6A9D50113\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   DpcLib\r
 \r
 [Protocols]\r
-  gEfiManagedNetworkServiceBindingProtocolGuid  # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiArpServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiManagedNetworkProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiArpProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiArpServiceBindingProtocolGuid             ## BY_START\r
+  gEfiManagedNetworkServiceBindingProtocolGuid  ## TO_START\r
+  gEfiArpProtocolGuid                           ## BY_START\r
+  gEfiManagedNetworkProtocolGuid                ## TO_START\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  ArpDxeExtra.uni\r