]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
1. Impl PI 1.2 PCI part. Major changes include:
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dsc
1 #/** @file
2 # EFI/PI Reference Module Package for All Architectures
3 #
4 # Copyright (c) 2007 - 2009, 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.90
20 DSC_SPECIFICATION = 0x00010005
21 OUTPUT_DIRECTORY = Build/MdeModule
22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
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 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
33 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
34 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
35 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
36 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
37 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
38 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
39 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
40 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.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
48 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
49 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
50 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
51 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
52 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
53 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
54 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
55 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
56 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
57 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
58 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
59 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
60 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
61 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
62 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
63 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
64 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
65 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
66 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
67 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
68 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
69 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
70 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
71 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
72 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
73 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
74 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.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.ARM]
86 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.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
95 [LibraryClasses.common.PEIM]
96 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
97 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
98 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
99
100 [LibraryClasses.common.DXE_CORE]
101 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
102 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
103 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
104
105 [LibraryClasses.common.DXE_DRIVER]
106 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
107 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
108
109 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
110 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
111 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
112 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
113 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
114
115 [LibraryClasses.common.DXE_SAL_DRIVER]
116 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
117 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
118 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
119 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
120
121 [LibraryClasses.common.DXE_SMM_DRIVER]
122 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
123 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
124 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
125 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
126
127 [LibraryClasses.common.UEFI_DRIVER]
128 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
129 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
130 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
131
132 [LibraryClasses.common.UEFI_APPLICATION]
133 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
134 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
135 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
136
137 [PcdsFeatureFlag.common]
138 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
139 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
140 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
141 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
142 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
143 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
144 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
145 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
146 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
147 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
148 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
149
150 [PcdsFeatureFlag.IA32]
151 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
152
153 [PcdsFixedAtBuild.common]
154 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
155 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
156 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
157 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
158 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
159 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
160 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
161 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
162 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
163 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
164 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
165 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
166 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
167 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
168 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
169 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0
170 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0
171 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0
172 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0
173 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0
174 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0
175 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
176 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
177 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
178 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003 # EFI_COMPUTING_UNIT_HOST_PROCESSOR | EFI_CU_HP_EC_TIMER_EXPIRED
179 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006 # EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_RS_PC_SET_VIRTUAL_ADDRESS_MAP
180 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_PC_TEST
181 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
182 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
183 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
184 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
185 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
186
187 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError|0x01020005 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INTERFACE_ERROR
188 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable|0x01020004 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_ENABLE
189 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable|0x01020002 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_DISABLE
190 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardEnable|0x01010004 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_ENABLE
191 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardPresenceDetect|0x01010003 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_PRESENCE_DETECT
192 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardDisable|0x01010002 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_DISABLE
193 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardReset|0x01010001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_RESET
194 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardClearBuffer|0x01011000 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_CLEAR_BUFFER
195 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardSelfTest|0x01011001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_SELF_TEST
196 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInterfaceError|0x01010005 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INTERFACE_ERROR
197 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInputError|0x01010007 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INPUT_ERROR
198 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError|0x01020007 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INPUT_ERROR
199 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset|0x01020001 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_RESET
200
201 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
202 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
203 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
204 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
205 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
206 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
207
208 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
209 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
210 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize|0x20000
211
212
213 [PcdsFixedAtBuild.IPF]
214 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
215
216 ###################################################################################################
217 #
218 # Components Section - list of the modules and components that will be processed by compilation
219 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
220 #
221 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
222 # into firmware volume images. This section is just a list of modules to compile from
223 # source into UEFI-compliant binaries.
224 # It is the FDF file that contains information on combining binary files into firmware
225 # volume images, whose concept is beyond UEFI and is described in PI specification.
226 # Binary modules do not need to be listed in this section, as they should be
227 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
228 # Logo (Logo.bmp), and etc.
229 # There may also be modules listed in this section that are not required in the FDF file,
230 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
231 # generated for it, but the binary will not be put into any firmware volume.
232 #
233 ###################################################################################################
234
235 [Components.common]
236 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
237
238 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
239 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
240 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
241 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
242 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
243 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
244 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
245 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
246 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
247
248 MdeModulePkg/Core/Dxe/DxeMain.inf {
249 <LibraryClasses>
250 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
251 }
252 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
253 MdeModulePkg/Core/Pei/PeiMain.inf
254 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
255
256 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
257 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
258 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
259 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
260 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
261 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
262 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
263 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
264 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
265 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
266 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
267 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
268 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
269 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
270 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
271
272 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
273 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
274 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
275 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
276 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
277 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
278 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
279 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
280 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
281 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
282 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
283 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
284 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
285 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
286 MdeModulePkg/Universal/Metronome/Metronome.inf
287 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
288
289 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
290 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
291 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
292 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
293 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
294 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
295 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
296 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
297 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
298 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
299 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
300 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
301
302 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
303 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
304 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
305 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
306 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
307 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
308 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
309 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
310 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
311 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
312
313 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
314 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
315
316 [Components.IA32, Components.X64]
317 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
318 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
319 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
320 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
321
322
323 [Components.IPF]
324 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
325 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
326
327
328 [Components.EBC]
329 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
330 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf