]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
5c57569da6862705d1f729c50c14afbfece9adc2
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dsc
1 #/** @file
2 # EFI/PI Reference Module Package for All Architectures
3 #
4 # Copyright (c) 2007, 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 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 PLATFORM_NAME = MdeModule
18 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
19 PLATFORM_VERSION = 0.1
20 DSC_SPECIFICATION = 0x00010005
21 OUTPUT_DIRECTORY = Build/MdeModule
22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
23 BUILD_TARGETS = DEBUG|RELEASE
24 SKUID_IDENTIFIER = DEFAULT
25
26
27
28 [LibraryClasses.common]
29 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
30 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
31 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
32 CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
33 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
34 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
35 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
36 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
37 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
38 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
39
40 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
41 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
42 PostCodeLib|MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
43 PostCodeLib|MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
44 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
45 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
46 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
47 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
48 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
49
50 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
51 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
52 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
53 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
54 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
55 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
56 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
57 PalCallLib|MdePkg/Library/BasePalCallLibNull/BasePalCallLibNull.inf
58 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
59 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
60 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
61 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
62 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
63 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
64 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
65 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
66 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
67 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
68 UsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
69 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
70 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
71 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
72 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
73 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
74 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
75
76 [LibraryClasses.IA32]
77 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
78
79 [LibraryClasses.X64]
80 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
81
82 [LibraryClasses.IPF]
83 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
84
85 [LibraryClasses.EBC.DXE_DRIVER]
86 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
87
88 [LibraryClasses.EBC.PEIM]
89 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
90
91 [LibraryClasses.common.PEI_CORE]
92 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
93 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
94 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
95
96 [LibraryClasses.common.PEIM]
97 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
98 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
99 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
100 SmBusLib|MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
101 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
102
103 [LibraryClasses.common.DXE_CORE]
104 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
105 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
106 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
107
108 [LibraryClasses.common.DXE_DRIVER]
109 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
110 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
111 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
112
113 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
114 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
115 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
116 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
117 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
118 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
119
120 [LibraryClasses.common.DXE_SAL_DRIVER]
121 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
122 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
123 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
124 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
125
126 [LibraryClasses.common.DXE_SMM_DRIVER]
127 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
128 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
129 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
130 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
131
132 [LibraryClasses.common.UEFI_DRIVER]
133 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
134 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
135 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
136
137 [LibraryClasses.common.UEFI_APPLICATION]
138 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
139 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
140 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
141
142 [PcdsFeatureFlag.common]
143 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
144 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
145 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
146 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
147 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
148 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
149 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
150 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
151 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
152 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
153 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
154 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
155 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
156 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
157 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
158 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
159 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|FALSE
160 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
161 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
162 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
163 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
164 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
165 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
166 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
167 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
168
169 [PcdsFeatureFlag.IA32]
170 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
171 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
172
173 [PcdsFixedAtBuild.common]
174 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
175 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
176 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
177 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
178 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
179 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
180 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
181 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
182 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
183 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
184 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
185 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
186 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
187 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
188 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
189 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0
190 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0
191 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0
192 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0
193 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0
194 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0
195 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
196 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
197 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
198 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003 # EFI_COMPUTING_UNIT_HOST_PROCESSOR | EFI_CU_HP_EC_TIMER_EXPIRED
199 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006 # EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_RS_PC_SET_VIRTUAL_ADDRESS_MAP
200 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_PC_TEST
201 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
202 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
203 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
204 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
205 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
206
207 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError|0x01020005 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INTERFACE_ERROR
208 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable|0x01020004 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_ENABLE
209 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable|0x01020002 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_DISABLE
210 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardEnable|0x01010004 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_ENABLE
211 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardPresenceDetect|0x01010003 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_PRESENCE_DETECT
212 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardDisable|0x01010002 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_DISABLE
213 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardReset|0x01010001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_RESET
214 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardClearBuffer|0x01011000 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_CLEAR_BUFFER
215 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardSelfTest|0x01011001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_SELF_TEST
216 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInterfaceError|0x01010005 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INTERFACE_ERROR
217 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInputError|0x01010007 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INPUT_ERROR
218 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError|0x01020007 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INPUT_ERROR
219 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset|0x01020001 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_RESET
220
221 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
222 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
223 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
224 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
225 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
226 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
227
228 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
229 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
230
231
232 [PcdsFixedAtBuild.IPF]
233 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
234
235 ################################################################################
236 #
237 # Components Section - list of all EDK II Modules needed by this Platform
238 #
239 ################################################################################
240
241 [Components.common]
242 MdeModulePkg/Core/Pei/PeiMain.inf
243 MdeModulePkg/Core/Dxe/DxeMain.inf {
244 <LibraryClasses>
245 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
246 }
247
248 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
249 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
250 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
251 MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
252
253 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
254 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
255 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
256 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
257
258 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
259 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
260
261 MdeModulePkg/Universal/iScsi/IScsi.inf
262
263 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
264 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
265 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
266 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
267 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
268 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
269 MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf
270 MdeModulePkg/Universal/Network/PxeDhcp4Dxe/PxeDhcp4Dxe.inf
271 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
272 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
273 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
274 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
275
276 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
277
278 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
279 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
280
281 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
282 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
283 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
284 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
285 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
286
287 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
288 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
289 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
290 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
291
292 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
293 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
294 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
295 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
296 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
297 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
298 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
299 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
300 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
301 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
302 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
303 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
304 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
305 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
306 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
307 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
308 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
309 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
310
311 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
312 MdeModulePkg/Universal/Variable/Application/VariableInfo.inf
313
314 [Components.IA32]
315 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
316 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
317 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
318 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
319 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
320 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
321
322 [Components.X64]
323 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
324 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
325 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
326 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
327 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
328 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
329 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
330 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
331
332 [Components.IPF]
333 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
334 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
335 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
336
337 [Components.EBC]
338 #BugBug: Need DXE I/O library instance for EBC.
339 #MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
340 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
341