blob: a2248697db38c0dd7bfb044f35ea9f3021e9f38c [file] [log] [blame]
ljin6819aa7b2010-01-28 08:19:25 +00001## @file
qhuang877269122009-08-24 15:31:04 +00002# EFI/PI Reference Module Package for All Architectures
3#
lgao4cbcccd22013-05-13 02:36:09 +00004# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>
qhuang877269122009-08-24 15:31:04 +00005#
hhtiancd5ebaa2010-04-24 09:49:11 +00006# This program and the accompanying materials
qhuang877269122009-08-24 15:31:04 +00007# 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#
ljin6819aa7b2010-01-28 08:19:25 +000014##
qhuang877269122009-08-24 15:31:04 +000015
16[Defines]
17 PLATFORM_NAME = MdeModule
18 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
rsun3048fc992011-12-14 01:42:15 +000019 PLATFORM_VERSION = 0.92
qhuang877269122009-08-24 15:31:04 +000020 DSC_SPECIFICATION = 0x00010005
21 OUTPUT_DIRECTORY = Build/MdeModule
Harry Liebel716e5072013-08-07 11:28:15 +000022 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
lgao4586b3992011-09-18 12:28:22 +000023 BUILD_TARGETS = DEBUG|RELEASE
qhuang877269122009-08-24 15:31:04 +000024 SKUID_IDENTIFIER = DEFAULT
25
lgao46bfbb5f2010-02-24 00:21:16 +000026[LibraryClasses]
lgao46a53bf12010-05-21 02:49:29 +000027 #
28 # Entry point
29 #
qhuang877269122009-08-24 15:31:04 +000030 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
31 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
32 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
33 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
34 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
lgao46a53bf12010-05-21 02:49:29 +000035 #
36 # Basic
37 #
38 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
39 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
40 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
41 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
42 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
43 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
44 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
45 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
46 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
47 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
48 #
49 # UEFI & PI
50 #
qhuang877269122009-08-24 15:31:04 +000051 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
qhuang877269122009-08-24 15:31:04 +000052 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
53 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
lgao46a53bf12010-05-21 02:49:29 +000054 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
55 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
56 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
57 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
58 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
59 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
60 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
61 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
62 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
63 #
64 # Generic Modules
65 #
qhuang877269122009-08-24 15:31:04 +000066 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
lgao46a53bf12010-05-21 02:49:29 +000067 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
qhuang877269122009-08-24 15:31:04 +000068 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
69 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
70 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
tye14bad9ad2010-12-14 03:19:21 +000071 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
qhuang877269122009-08-24 15:31:04 +000072 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
lgao4cd98f302009-11-26 01:31:48 +000073 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
lgao46a53bf12010-05-21 02:49:29 +000074 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
xli2423b0b372009-12-25 08:09:48 +000075 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
lgao46a53bf12010-05-21 02:49:29 +000076 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
77 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
lgao4ec7cb6a2010-05-24 01:35:52 +000078 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
Eric Dong7c6c0642013-08-12 02:19:56 +000079 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
lgao46a53bf12010-05-21 02:49:29 +000080 #
81 # Misc
82 #
83 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
mdkinney62a5bf62011-03-10 22:15:38 +000084 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
lgao46a53bf12010-05-21 02:49:29 +000085 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
86 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
87 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
vanjefffe92ab22010-02-26 05:38:04 +000088 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
mdkinney8e456a72010-12-29 18:28:38 +000089 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
jljusten51a0c5f2011-07-01 00:40:46 +000090 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
jljustenbe46cd52011-08-29 22:18:19 +000091 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
92 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
vanjeff1e172d62012-03-15 05:20:41 +000093 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
qhuang877269122009-08-24 15:31:04 +000094
qhuang877269122009-08-24 15:31:04 +000095[LibraryClasses.EBC.PEIM]
96 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
97
98[LibraryClasses.common.PEI_CORE]
99 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
100 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
101
102[LibraryClasses.common.PEIM]
103 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
104 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
105 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
jljusten993532d2011-08-02 21:06:13 +0000106 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
qhuang877269122009-08-24 15:31:04 +0000107
108[LibraryClasses.common.DXE_CORE]
109 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
110 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
111 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
112
113[LibraryClasses.common.DXE_DRIVER]
114 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
jljusten1c837cd2011-07-19 20:47:28 +0000115 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
qhuang877269122009-08-24 15:31:04 +0000116 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
117
118[LibraryClasses.common.DXE_RUNTIME_DRIVER]
119 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
120 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
qhuang877269122009-08-24 15:31:04 +0000121 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
jljusten1c837cd2011-07-19 20:47:28 +0000122 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
qhuang877269122009-08-24 15:31:04 +0000123
mdkinney4442c572010-02-25 23:42:27 +0000124[LibraryClasses.common.SMM_CORE]
125 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
lgao46a53bf12010-05-21 02:49:29 +0000126 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
rsun3495797c2011-08-16 02:58:20 +0000127 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
128
qhuang877269122009-08-24 15:31:04 +0000129[LibraryClasses.common.DXE_SMM_DRIVER]
130 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
qhuang877269122009-08-24 15:31:04 +0000131 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
lgao46a53bf12010-05-21 02:49:29 +0000132 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
davidhuang202c3272009-12-23 06:51:36 +0000133 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
jljusten1c837cd2011-07-19 20:47:28 +0000134 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
qhuang877269122009-08-24 15:31:04 +0000135
136[LibraryClasses.common.UEFI_DRIVER]
137 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
138 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
139 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
jljusten1c837cd2011-07-19 20:47:28 +0000140 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
qhuang877269122009-08-24 15:31:04 +0000141
142[LibraryClasses.common.UEFI_APPLICATION]
143 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
144 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
145 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
146
mdkinney62a5bf62011-03-10 22:15:38 +0000147[LibraryClasses.ARM]
148 #
149 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
150 # This library provides the instrinsic functions generate by a given compiler.
151 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
152 #
153 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
andrewfish445404a2010-12-15 21:06:24 +0000154
lgao4cbcccd22013-05-13 02:36:09 +0000155[LibraryClasses.EBC]
156 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
andrewfish445404a2010-12-15 21:06:24 +0000157
lgao46bfbb5f2010-02-24 00:21:16 +0000158[PcdsFeatureFlag]
qhuang877269122009-08-24 15:31:04 +0000159 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
lgao46a53bf12010-05-21 02:49:29 +0000160 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
161 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
qhuang877269122009-08-24 15:31:04 +0000162 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
163 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
qhuang877269122009-08-24 15:31:04 +0000164
lgao46bfbb5f2010-02-24 00:21:16 +0000165[PcdsFixedAtBuild]
qhuang877269122009-08-24 15:31:04 +0000166 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
qhuang877269122009-08-24 15:31:04 +0000167 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
qhuang877269122009-08-24 15:31:04 +0000168 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
169 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
qhuang877269122009-08-24 15:31:04 +0000170 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
qhuang877269122009-08-24 15:31:04 +0000171
172[PcdsFixedAtBuild.IPF]
173 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
174
175###################################################################################################
176#
177# Components Section - list of the modules and components that will be processed by compilation
178# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
179#
180# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
181# into firmware volume images. This section is just a list of modules to compile from
182# source into UEFI-compliant binaries.
183# It is the FDF file that contains information on combining binary files into firmware
184# volume images, whose concept is beyond UEFI and is described in PI specification.
185# Binary modules do not need to be listed in this section, as they should be
186# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
187# Logo (Logo.bmp), and etc.
188# There may also be modules listed in this section that are not required in the FDF file,
189# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
190# generated for it, but the binary will not be put into any firmware volume.
191#
192###################################################################################################
193
lgao46bfbb5f2010-02-24 00:21:16 +0000194[Components]
qhuang877269122009-08-24 15:31:04 +0000195 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
196
davidhuang9060e3e2009-10-20 03:43:40 +0000197 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
198 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
Feng Tianeb290d02013-08-12 06:13:54 +0000199 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
erictian92870c92011-08-23 14:36:33 +0000200 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
qhuang877269122009-08-24 15:31:04 +0000201 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
202 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
jljusten4b1bf812011-06-27 23:30:55 +0000203 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
204 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
jljustenea060cf2011-06-27 23:31:21 +0000205 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
jljusten4b1bf812011-06-27 23:30:55 +0000206 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
207 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
qhuang8ad86a502009-12-22 07:35:49 +0000208 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
erictian80d38312010-10-12 02:28:34 +0000209 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
qhuang877269122009-08-24 15:31:04 +0000210 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
211 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
212 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
213 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
214 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
215 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
216 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
Elvin Li43e543b2013-08-14 01:16:06 +0000217 MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
218 MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
219 MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
qhuang877269122009-08-24 15:31:04 +0000220
221 MdeModulePkg/Core/Dxe/DxeMain.inf {
222 <LibraryClasses>
223 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
224 }
225 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
226 MdeModulePkg/Core/Pei/PeiMain.inf
227 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
228
229 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
230 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
231 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
232 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
233 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
234 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
235 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
236 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
237 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
238 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
239 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
240 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
241 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
242 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
243 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
lgao4cd98f302009-11-26 01:31:48 +0000244 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
xli24fd53b672009-12-29 07:50:42 +0000245 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
246 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
247 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
xli2430c8ee52009-12-29 08:50:51 +0000248 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
mdkinney467d15a2010-12-18 01:02:59 +0000249 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
250 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
mdkinney033b0062011-03-11 17:46:36 +0000251 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
jljusten64d14ed2011-08-29 22:17:27 +0000252 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
andrewfishd4a78452011-10-08 21:00:13 +0000253 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
vanjeff1e172d62012-03-15 05:20:41 +0000254 MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
qhuang877269122009-08-24 15:31:04 +0000255
jljustenda58b0d2011-07-12 20:35:46 +0000256 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
qhuang877269122009-08-24 15:31:04 +0000257 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
258 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
259 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
260 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
261 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
262 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
263 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
264 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
265 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
266 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
267 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
jljusten30c00a12011-07-12 20:36:05 +0000268 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
qhuang877269122009-08-24 15:31:04 +0000269 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
270 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
jljusten7c636bd2011-07-01 00:40:26 +0000271 MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
qhuang877269122009-08-24 15:31:04 +0000272 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
273 MdeModulePkg/Universal/Metronome/Metronome.inf
274 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
jljusten51a0c5f2011-07-01 00:40:46 +0000275 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
davidhuang310b04e2009-11-20 04:01:32 +0000276 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
qhuang877269122009-08-24 15:31:04 +0000277
278 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
279 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
280 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
281 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
282 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
283 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
284 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
xdu2779ae352009-12-30 13:47:55 +0000285 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
qhuang877269122009-08-24 15:31:04 +0000286 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
287 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
288 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
289 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
qhuang877269122009-08-24 15:31:04 +0000290
291 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
292 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
293 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
294 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
xli2425126a02009-11-03 02:39:10 +0000295
296 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
297 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
298
qhuang877269122009-08-24 15:31:04 +0000299 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
300 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Eric Dong7c6c0642013-08-12 02:19:56 +0000301 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
qhuang877269122009-08-24 15:31:04 +0000302 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
Star Zeng3e02ebb2013-07-03 09:08:40 +0000303 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
qhuang877269122009-08-24 15:31:04 +0000304 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
305 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
306 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
gdong18a2d4992010-12-10 09:27:54 +0000307 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
qhuang877269122009-08-24 15:31:04 +0000308
309 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
310 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
lgao4ae76fe72009-11-11 06:17:18 +0000311 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
xli2427198032009-11-25 08:31:37 +0000312 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
qhuang877269122009-08-24 15:31:04 +0000313
xli2410c56482009-12-25 07:26:06 +0000314 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
315 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
316
lgao40284e902011-12-01 01:57:27 +0000317 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
318 <LibraryClasses>
319 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
320 }
321 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
322 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
323
mdkinney4442c572010-02-25 23:42:27 +0000324[Components.IA32, Components.X64, Components.IPF]
325 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
326 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
327 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
ljin6819aa7b2010-01-28 08:19:25 +0000328
mdkinney4442c572010-02-25 23:42:27 +0000329[Components.IA32, Components.X64, Components.Ebc]
330 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
331 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
332
qhuang877269122009-08-24 15:31:04 +0000333[Components.IA32, Components.X64]
mdkinney4442c572010-02-25 23:42:27 +0000334 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
335 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
gdong18a2d4992010-12-10 09:27:54 +0000336 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
337 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
xli24b25c0b62009-12-29 09:15:55 +0000338 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
xli2410c56482009-12-25 07:26:06 +0000339 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
mdkinney4442c572010-02-25 23:42:27 +0000340 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
jljusten1c837cd2011-07-19 20:47:28 +0000341 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
rsun3d042c6e2011-03-10 07:39:51 +0000342 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
343 MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
344 MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
jljustenb5827cb2011-08-10 00:02:58 +0000345 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
lgao4cbcccd22013-05-13 02:36:09 +0000346 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
347 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
rsun3495797c2011-08-16 02:58:20 +0000348 MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
jljustenbe46cd52011-08-29 22:18:19 +0000349 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
jljustenbdfde462011-08-29 22:19:48 +0000350 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
351 MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
lgao40284e902011-12-01 01:57:27 +0000352 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
rsun3d042c6e2011-03-10 07:39:51 +0000353