]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
MdePkg Acpi51.h:Correct the declaration of EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WATCHDOG_ST...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / ArpDxe / ArpDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
772db4bb 2# Component description file for ARP module\r
3#\r
e5eed7d3 4# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
772db4bb 5#\r
e5eed7d3 6# This program and the accompanying materials\r
772db4bb 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
370856f9 11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
772db4bb 14#\r
6bfbb5f0 15##\r
772db4bb 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = ArpDxe\r
20 FILE_GUID = 529D3F93-E8E9-4e73-B1E1-BDF6A9D50113\r
d3f16117 21 MODULE_TYPE = UEFI_DRIVER\r
772db4bb 22 VERSION_STRING = 1.0\r
772db4bb 23 ENTRY_POINT = ArpDriverEntryPoint\r
da1d0201 24 UNLOAD_IMAGE = NetLibDefaultUnload\r
772db4bb 25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
d354ab7f 30# DRIVER_BINDING = gArpDriverBinding \r
31# COMPONENT_NAME = gArpComponentName\r
32# COMPONENT_NAME2 = gArpComponentName2\r
33#\r
772db4bb 34\r
6bfbb5f0 35[Sources]\r
772db4bb 36 ArpMain.c\r
37 ArpDriver.h\r
38 ComponentName.c\r
39 ArpImpl.h\r
40 ArpImpl.c\r
772db4bb 41 ArpDriver.c\r
42\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
48\r
49[LibraryClasses]\r
50 UefiLib\r
51 UefiBootServicesTableLib\r
52 UefiDriverEntryPoint\r
53 DebugLib\r
54 NetLib\r
d8d26fb2 55 DpcLib\r
772db4bb 56\r
57[Protocols]\r
58 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
59 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
60 gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
61 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r