X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FArpDxe%2FArpDxe.inf;h=9dff604a94bf2a592f46ab9f5c314decb44d7fe1;hp=8a2266616b29393ef1fb2e2ce2df0ae23b217774;hb=6036e94dc9402827130875258e99e486e82e7904;hpb=e48e37fce2611df7a52aff271835ff72ee396d9b diff --git a/MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf b/MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf index 8a2266616b..9dff604a94 100644 --- a/MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf +++ b/MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf @@ -1,28 +1,29 @@ -#/** @file -# Component description file for ARP module +## @file +# This module produces EFI ARP Protocol and EFI ARP Service Binding Protocol. # -# Copyright (c) 2006, Intel Corporation +# This module produces EFI ARP Protocol upon EFI MNP Protocol, to provide a generic +# implementation of the Address Resolution Protocol that is described in RFCs 826 +# and 1122. # -# All rights reserved. This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php +# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+# This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php # # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = ArpDxe + MODULE_UNI_FILE = ArpDxe.uni FILE_GUID = 529D3F93-E8E9-4e73-B1E1-BDF6A9D50113 - MODULE_TYPE = DXE_DRIVER + MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = ArpDriverEntryPoint UNLOAD_IMAGE = NetLibDefaultUnload # @@ -30,8 +31,12 @@ # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # +# DRIVER_BINDING = gArpDriverBinding +# COMPONENT_NAME = gArpComponentName +# COMPONENT_NAME2 = gArpComponentName2 +# -[Sources.common] +[Sources] ArpMain.c ArpDriver.h ComponentName.c @@ -51,11 +56,13 @@ UefiDriverEntryPoint DebugLib NetLib - + DpcLib [Protocols] - gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiArpServiceBindingProtocolGuid ## BY_START + gEfiManagedNetworkServiceBindingProtocolGuid ## TO_START + gEfiArpProtocolGuid ## BY_START + gEfiManagedNetworkProtocolGuid ## TO_START +[UserExtensions.TianoCore."ExtraFiles"] + ArpDxeExtra.uni