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