]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
Back the wrong check in for MdeModulePkg.dsc.
[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 PlatDriOverLib|MdeModulePkg/Library/DxePlatDriOverLib/DxePlatDriOverLib.inf
76
77 [LibraryClasses.IA32]
78 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
79
80 [LibraryClasses.X64]
81 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
82
83 [LibraryClasses.IPF]
84 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
85
86 [LibraryClasses.EBC.DXE_DRIVER]
87 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
88
89 [LibraryClasses.EBC.PEIM]
90 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
91
92 [LibraryClasses.common.PEI_CORE]
93 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
94 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
95 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
96
97 [LibraryClasses.common.PEIM]
98 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
99 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
100 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
101 SmBusLib|MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
102 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
103
104 [LibraryClasses.common.DXE_CORE]
105 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
106 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
107 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
108
109 [LibraryClasses.common.DXE_DRIVER]
110 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
111 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
112 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
113
114 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
115 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
116 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
117 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
118 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
119 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
120
121 [LibraryClasses.common.DXE_SAL_DRIVER]
122 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
123 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
124 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
125 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
126
127 [LibraryClasses.common.DXE_SMM_DRIVER]
128 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
129 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
130 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
131 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
132
133 [LibraryClasses.common.UEFI_DRIVER]
134 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
135 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
136 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
137
138 [LibraryClasses.common.UEFI_APPLICATION]
139 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
140 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
141 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
142
143 [PcdsFeatureFlag.common]
144 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
145 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
146 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
147 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
148 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
149 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
150 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
151 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
152 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
153 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
154 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
155 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
156 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
157 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
158 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
159 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
160 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|FALSE
161 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
162 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
163 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
164 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
165 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
166 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
167 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
168 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
169
170 [PcdsFeatureFlag.IA32]
171 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
172 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
173
174 [PcdsFixedAtBuild.common]
175 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
176 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
177 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
178 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
179 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
180 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
181 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
182 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
183 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
184 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
185 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
186 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
187 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
188 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
189 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
190 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0
191 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0
192 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0
193 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0
194 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0
195 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0
196 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
197 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
198 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
199 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003 # EFI_COMPUTING_UNIT_HOST_PROCESSOR | EFI_CU_HP_EC_TIMER_EXPIRED
200 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006 # EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_RS_PC_SET_VIRTUAL_ADDRESS_MAP
201 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_PC_TEST
202 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
203 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
204 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
205 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
206 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
207
208 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError|0x01020005 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INTERFACE_ERROR
209 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable|0x01020004 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_ENABLE
210 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable|0x01020002 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_DISABLE
211 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardEnable|0x01010004 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_ENABLE
212 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardPresenceDetect|0x01010003 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_PRESENCE_DETECT
213 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardDisable|0x01010002 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_DISABLE
214 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardReset|0x01010001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_RESET
215 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardClearBuffer|0x01011000 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_CLEAR_BUFFER
216 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardSelfTest|0x01011001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_SELF_TEST
217 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInterfaceError|0x01010005 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INTERFACE_ERROR
218 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInputError|0x01010007 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INPUT_ERROR
219 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError|0x01020007 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INPUT_ERROR
220 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset|0x01020001 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_RESET
221
222 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
223 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
224 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
225 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
226 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
227 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
228
229 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
230 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
231
232
233 [PcdsFixedAtBuild.IPF]
234 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
235
236 ################################################################################
237 #
238 # Components Section - list of all EDK II Modules needed by this Platform
239 #
240 ################################################################################
241
242 [Components.common]
243 MdeModulePkg/Core/Pei/PeiMain.inf
244 MdeModulePkg/Core/Dxe/DxeMain.inf {
245 <LibraryClasses>
246 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
247 }
248
249 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
250 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
251 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
252 MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
253
254 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
255 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
256 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
257 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
258
259 MdeModulePkg/Library/DxePlatDriOverLib/DxePlatDriOverLib.inf
260
261 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
262 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
263
264 MdeModulePkg/Universal/iScsi/IScsi.inf
265
266 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
267 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
268 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
269 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
270 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
271 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
272 MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf
273 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
274 MdeModulePkg/Universal/Network/PxeDhcp4Dxe/PxeDhcp4Dxe.inf
275 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
276 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
277 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
278 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
279
280 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
281
282 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
283
284 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
285 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
286
287 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
288 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
289 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
290 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
291 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
292
293 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
294 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
295 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
296 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
297
298 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
299 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
300 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
301 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
302 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
303 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
304 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
305 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
306 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
307 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
308 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
309 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
310 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
311 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
312 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
313 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
314 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
315 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
316
317 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
318 MdeModulePkg/Universal/Variable/Application/VariableInfo.inf
319
320 [Components.IA32]
321 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
322 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
323 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
324 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
325 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
326 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
327
328 [Components.X64]
329 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
330 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
331 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
332 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
333 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
334 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
335 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
336 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
337
338 [Components.IPF]
339 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
340 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
341 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
342
343 [Components.EBC]
344 #BugBug: Need DXE I/O library instance for EBC.
345 #MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
346 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
347