]> 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 a3b2427463b01866c6a15009ca1bb105b7f22c22..9dff604a94bf2a592f46ab9f5c314decb44d7fe1 100644 (file)
@@ -1,22 +1,26 @@
-#/** @file\r
-# Component description file for ARP module\r
+## @file\r
+#  This module produces EFI ARP Protocol and EFI ARP Service Binding Protocol.\r
 #\r
-# Copyright (c) 2006, Intel Corporation\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
-#   All rights reserved. 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
 #\r
 #\r
-#**/\r
+##\r
 \r
 [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
@@ -32,7 +36,7 @@
 #  COMPONENT_NAME2               =  gArpComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ArpMain.c\r
   ArpDriver.h\r
   ComponentName.c\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