]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
1. Enable Mtftp4Dxe in MdeModulePkg.dsc
[mirror_edk2.git] / MdeModulePkg / Universal / Network / ArpDxe / ArpDxe.inf
CommitLineData
772db4bb 1#/** @file\r
2# Component description file for ARP module\r
3#\r
4# Copyright (c) 2006, Intel Corporation\r
5#\r
6# All rights reserved. This program and the accompanying materials\r
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
11#\r
12#**/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = ArpDxe\r
17 FILE_GUID = 529D3F93-E8E9-4e73-B1E1-BDF6A9D50113\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20 EDK_RELEASE_VERSION = 0x00020000\r
21 EFI_SPECIFICATION_VERSION = 0x00020000\r
22\r
23 ENTRY_POINT = ArpDriverEntryPoint\r
24\r
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
30\r
31[Sources.common]\r
32 ArpMain.c\r
33 ArpDriver.h\r
34 ComponentName.c\r
35 ArpImpl.h\r
36 ArpImpl.c\r
37 ArpDebug.h\r
38 ArpDriver.c\r
39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 UefiLib\r
48 UefiBootServicesTableLib\r
49 UefiDriverEntryPoint\r
50 DebugLib\r
51 NetLib\r
52\r
53\r
54[Protocols]\r
55 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
56 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
57 gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
58 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
59\r