]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[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
6036e94d
SZ
8# Copyright (c) 2006 - 2014, 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
772db4bb 13#\r
370856f9 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
772db4bb 17#\r
6bfbb5f0 18##\r
772db4bb 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = ArpDxe\r
6036e94d 23 MODULE_UNI_FILE = ArpDxe.uni\r
772db4bb 24 FILE_GUID = 529D3F93-E8E9-4e73-B1E1-BDF6A9D50113\r
d3f16117 25 MODULE_TYPE = UEFI_DRIVER\r
772db4bb 26 VERSION_STRING = 1.0\r
772db4bb 27 ENTRY_POINT = ArpDriverEntryPoint\r
da1d0201 28 UNLOAD_IMAGE = NetLibDefaultUnload\r
772db4bb 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 IPF EBC\r
33#\r
d354ab7f 34# DRIVER_BINDING = gArpDriverBinding \r
35# COMPONENT_NAME = gArpComponentName\r
36# COMPONENT_NAME2 = gArpComponentName2\r
37#\r
772db4bb 38\r
6bfbb5f0 39[Sources]\r
772db4bb 40 ArpMain.c\r
41 ArpDriver.h\r
42 ComponentName.c\r
43 ArpImpl.h\r
44 ArpImpl.c\r
772db4bb 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
d8d26fb2 59 DpcLib\r
772db4bb 60\r
61[Protocols]\r
6036e94d
SZ
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