]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Network / ArpDxe / ArpDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This module produces EFI ARP Protocol and EFI ARP Service Binding Protocol.\r
772db4bb 3#\r
6036e94d
SZ
4# This module produces EFI ARP Protocol upon EFI MNP Protocol, to provide a generic\r
5# implementation of the Address Resolution Protocol that is described in RFCs 826\r
6# and 1122.\r
772db4bb 7#\r
d1102dba 8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
370856f9 10#\r
772db4bb 11#\r
6bfbb5f0 12##\r
772db4bb 13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = ArpDxe\r
6036e94d 17 MODULE_UNI_FILE = ArpDxe.uni\r
772db4bb 18 FILE_GUID = 529D3F93-E8E9-4e73-B1E1-BDF6A9D50113\r
d3f16117 19 MODULE_TYPE = UEFI_DRIVER\r
772db4bb 20 VERSION_STRING = 1.0\r
772db4bb 21 ENTRY_POINT = ArpDriverEntryPoint\r
da1d0201 22 UNLOAD_IMAGE = NetLibDefaultUnload\r
772db4bb 23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
de005223 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
772db4bb 27#\r
d1102dba 28# DRIVER_BINDING = gArpDriverBinding\r
d354ab7f 29# COMPONENT_NAME = gArpComponentName\r
30# COMPONENT_NAME2 = gArpComponentName2\r
31#\r
772db4bb 32\r
6bfbb5f0 33[Sources]\r
772db4bb 34 ArpMain.c\r
35 ArpDriver.h\r
36 ComponentName.c\r
37 ArpImpl.h\r
38 ArpImpl.c\r
772db4bb 39 ArpDriver.c\r
40\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46\r
47[LibraryClasses]\r
48 UefiLib\r
49 UefiBootServicesTableLib\r
50 UefiDriverEntryPoint\r
51 DebugLib\r
52 NetLib\r
d8d26fb2 53 DpcLib\r
772db4bb 54\r
55[Protocols]\r
6036e94d
SZ
56 gEfiArpServiceBindingProtocolGuid ## BY_START\r
57 gEfiManagedNetworkServiceBindingProtocolGuid ## TO_START\r
58 gEfiArpProtocolGuid ## BY_START\r
59 gEfiManagedNetworkProtocolGuid ## TO_START\r
60\r
61[UserExtensions.TianoCore."ExtraFiles"]\r
62 ArpDxeExtra.uni\r