]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / ArpDxe / ArpDxe.inf
... / ...
CommitLineData
1## @file\r
2# This module produces EFI ARP Protocol and EFI ARP Service Binding Protocol.\r
3#\r
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
7#\r
8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = ArpDxe\r
23 MODULE_UNI_FILE = ArpDxe.uni\r
24 FILE_GUID = 529D3F93-E8E9-4e73-B1E1-BDF6A9D50113\r
25 MODULE_TYPE = UEFI_DRIVER\r
26 VERSION_STRING = 1.0\r
27 ENTRY_POINT = ArpDriverEntryPoint\r
28 UNLOAD_IMAGE = NetLibDefaultUnload\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 EBC\r
33#\r
34# DRIVER_BINDING = gArpDriverBinding\r
35# COMPONENT_NAME = gArpComponentName\r
36# COMPONENT_NAME2 = gArpComponentName2\r
37#\r
38\r
39[Sources]\r
40 ArpMain.c\r
41 ArpDriver.h\r
42 ComponentName.c\r
43 ArpImpl.h\r
44 ArpImpl.c\r
45 ArpDriver.c\r
46\r
47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51\r
52\r
53[LibraryClasses]\r
54 UefiLib\r
55 UefiBootServicesTableLib\r
56 UefiDriverEntryPoint\r
57 DebugLib\r
58 NetLib\r
59 DpcLib\r
60\r
61[Protocols]\r
62 gEfiArpServiceBindingProtocolGuid ## BY_START\r
63 gEfiManagedNetworkServiceBindingProtocolGuid ## TO_START\r
64 gEfiArpProtocolGuid ## BY_START\r
65 gEfiManagedNetworkProtocolGuid ## TO_START\r
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 ArpDxeExtra.uni\r