]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
sync alignment issue on IPF.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / UefiPxeBcDxe.inf
1 #/** @file
2 # Component name for module UefiPxeBc
3 #
4 # FIX ME!
5 # Copyright (c) 2007, Intel Corporation. All rights reserved.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = UefiPxeBcDxe
22 FILE_GUID = 3B1DEAB5-C75D-442e-9238-8E2FFB62B0BB
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = PxeBcDriverEntryPoint
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF
34 #
35
36
37 [Sources.common]
38 PxeBcMtftp.c
39 PxeBcSupport.h
40 PxeBcSupport.c
41 PxeBcDriver.c
42 PxeBcDhcp.h
43 ComponentName.c
44 PxeBcImpl.c
45 PxeBcImpl.h
46 PxeBcDhcp.c
47 PxeBcMtftp.h
48 PxeBcDriver.h
49
50 [Sources.IA32]
51 Ia32/PxeArch.h
52
53 [Sources.X64]
54 X64/PxeArch.h
55
56 [Sources.IPF]
57 Ipf/PxeArch.h
58
59
60 [Packages]
61 MdePkg/MdePkg.dec
62 MdeModulePkg/MdeModulePkg.dec
63
64
65
66 [LibraryClasses]
67 BaseLib
68 UefiLib
69 UefiBootServicesTableLib
70 UefiDriverEntryPoint
71 BaseMemoryLib
72 DebugLib
73 NetLib
74
75
76 [Guids]
77 gEfiSmbiosTableGuid # ALWAYS_CONSUMED
78
79
80
81 [Protocols]
82 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
83 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED
84 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
85 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
86 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
87 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
88 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_PRODUCED
89 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_PRODUCED
90 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_PRODUCED
91 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
92 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
93 gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED
94 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
95 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
96