]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
1. Enable Mtftp4Dxe in MdeModulePkg.dsc
[mirror_edk2.git] / MdeModulePkg / Universal / Network / ArpDxe / ArpDxe.inf
1 #/** @file
2 # Component description file for ARP module
3 #
4 # Copyright (c) 2006, Intel Corporation
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 #
12 #**/
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = ArpDxe
17 FILE_GUID = 529D3F93-E8E9-4e73-B1E1-BDF6A9D50113
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 EDK_RELEASE_VERSION = 0x00020000
21 EFI_SPECIFICATION_VERSION = 0x00020000
22
23 ENTRY_POINT = ArpDriverEntryPoint
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources.common]
32 ArpMain.c
33 ArpDriver.h
34 ComponentName.c
35 ArpImpl.h
36 ArpImpl.c
37 ArpDebug.h
38 ArpDriver.c
39
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44
45
46 [LibraryClasses]
47 UefiLib
48 UefiBootServicesTableLib
49 UefiDriverEntryPoint
50 DebugLib
51 NetLib
52
53
54 [Protocols]
55 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57 gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59