]> 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 8a2266616b29393ef1fb2e2ce2df0ae23b217774..9dff604a94bf2a592f46ab9f5c314decb44d7fe1 100644 (file)
@@ -1,28 +1,29 @@
-#/** @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                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = ArpDriverEntryPoint\r
   UNLOAD_IMAGE                   = NetLibDefaultUnload\r
 #\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
+#  DRIVER_BINDING                =  gArpDriverBinding                       \r
+#  COMPONENT_NAME                =  gArpComponentName\r
+#  COMPONENT_NAME2               =  gArpComponentName2\r
+#\r
 \r
-[Sources.common]\r
+[Sources]\r
   ArpMain.c\r
   ArpDriver.h\r
   ComponentName.c\r
   UefiDriverEntryPoint\r
   DebugLib\r
   NetLib\r
-\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