blob: c99167b3daf2777198532a6d39d59dd6b01a6ca8 [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#
Randy Pawell35f910f2014-12-04 00:32:24 +00004# (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
Yao, Jiewen842b1242015-02-02 14:42:22 +00005# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
qhuang877269122009-08-24 15:31:04 +00006#
hhtiancd5ebaa2010-04-24 09:49:11 +00007# This program and the accompanying materials
qhuang877269122009-08-24 15:31:04 +00008# 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#
ljin6819aa7b2010-01-28 08:19:25 +000015##
qhuang877269122009-08-24 15:31:04 +000016
17[Defines]
18 PLATFORM_NAME = MdeModule
19 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
Feng Tiand9bb3e72015-08-20 08:45:01 +000020 PLATFORM_VERSION = 0.96
qhuang877269122009-08-24 15:31:04 +000021 DSC_SPECIFICATION = 0x00010005
22 OUTPUT_DIRECTORY = Build/MdeModule
Harry Liebel716e5072013-08-07 11:28:15 +000023 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
lgao4586b3992011-09-18 12:28:22 +000024 BUILD_TARGETS = DEBUG|RELEASE
qhuang877269122009-08-24 15:31:04 +000025 SKUID_IDENTIFIER = DEFAULT
26
lgao46bfbb5f2010-02-24 00:21:16 +000027[LibraryClasses]
lgao46a53bf12010-05-21 02:49:29 +000028 #
29 # Entry point
30 #
qhuang877269122009-08-24 15:31:04 +000031 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
32 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
33 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
34 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
35 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
lgao46a53bf12010-05-21 02:49:29 +000036 #
37 # Basic
38 #
39 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
40 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
41 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
42 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
43 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
44 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
45 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
46 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
47 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
48 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
Ruiyu Nia4b833e2015-05-11 04:51:38 +000049 SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
lgao46a53bf12010-05-21 02:49:29 +000050 #
51 # UEFI & PI
52 #
qhuang877269122009-08-24 15:31:04 +000053 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
qhuang877269122009-08-24 15:31:04 +000054 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
55 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
lgao46a53bf12010-05-21 02:49:29 +000056 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
57 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
58 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
59 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
60 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
61 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
62 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
63 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
64 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
Ruiyu Nif4cd24d2015-05-06 04:48:56 +000065 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
lgao46a53bf12010-05-21 02:49:29 +000066 #
67 # Generic Modules
68 #
qhuang877269122009-08-24 15:31:04 +000069 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
lgao46a53bf12010-05-21 02:49:29 +000070 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
qhuang877269122009-08-24 15:31:04 +000071 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
72 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
73 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
tye14bad9ad2010-12-14 03:19:21 +000074 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
qhuang877269122009-08-24 15:31:04 +000075 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
lgao4cd98f302009-11-26 01:31:48 +000076 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
lgao46a53bf12010-05-21 02:49:29 +000077 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
xli2423b0b372009-12-25 08:09:48 +000078 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
lgao46a53bf12010-05-21 02:49:29 +000079 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
80 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
lgao4ec7cb6a2010-05-24 01:35:52 +000081 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
Eric Dong7c6c0642013-08-12 02:19:56 +000082 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
lgao46a53bf12010-05-21 02:49:29 +000083 #
84 # Misc
85 #
86 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
mdkinney62a5bf62011-03-10 22:15:38 +000087 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
lgao46a53bf12010-05-21 02:49:29 +000088 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
89 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
90 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
vanjefffe92ab22010-02-26 05:38:04 +000091 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
mdkinney8e456a72010-12-29 18:28:38 +000092 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
jljusten51a0c5f2011-07-01 00:40:46 +000093 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
jljustenbe46cd52011-08-29 22:18:19 +000094 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
95 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
vanjeff1e172d62012-03-15 05:20:41 +000096 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
Ruiyu Nif4cd24d2015-05-06 04:48:56 +000097 PlatformBootManagerLib|MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
Star Zeng308521b2015-07-01 03:01:34 +000098 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
Star Zengb6477d82015-07-01 03:04:18 +000099 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
qhuang877269122009-08-24 15:31:04 +0000100
qhuang877269122009-08-24 15:31:04 +0000101[LibraryClasses.EBC.PEIM]
102 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
103
104[LibraryClasses.common.PEI_CORE]
105 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
106 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
107
108[LibraryClasses.common.PEIM]
109 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
110 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
111 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
jljusten993532d2011-08-02 21:06:13 +0000112 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
qhuang877269122009-08-24 15:31:04 +0000113
114[LibraryClasses.common.DXE_CORE]
115 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
116 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
117 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
118
119[LibraryClasses.common.DXE_DRIVER]
120 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
jljusten1c837cd2011-07-19 20:47:28 +0000121 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
qhuang877269122009-08-24 15:31:04 +0000122 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
Michael Kinneya402e122014-08-14 06:29:07 +0000123 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
qhuang877269122009-08-24 15:31:04 +0000124
125[LibraryClasses.common.DXE_RUNTIME_DRIVER]
126 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
127 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
qhuang877269122009-08-24 15:31:04 +0000128 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
jljusten1c837cd2011-07-19 20:47:28 +0000129 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
qhuang877269122009-08-24 15:31:04 +0000130
mdkinney4442c572010-02-25 23:42:27 +0000131[LibraryClasses.common.SMM_CORE]
Jeff Fanbeaec442014-12-10 02:24:50 +0000132 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
mdkinney4442c572010-02-25 23:42:27 +0000133 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
lgao46a53bf12010-05-21 02:49:29 +0000134 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
rsun3495797c2011-08-16 02:58:20 +0000135 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
Yao, Jiewen842b1242015-02-02 14:42:22 +0000136 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
rsun3495797c2011-08-16 02:58:20 +0000137
qhuang877269122009-08-24 15:31:04 +0000138[LibraryClasses.common.DXE_SMM_DRIVER]
139 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
qhuang877269122009-08-24 15:31:04 +0000140 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
lgao46a53bf12010-05-21 02:49:29 +0000141 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
davidhuang202c3272009-12-23 06:51:36 +0000142 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
jljusten1c837cd2011-07-19 20:47:28 +0000143 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
Yao, Jiewen842b1242015-02-02 14:42:22 +0000144 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
qhuang877269122009-08-24 15:31:04 +0000145
146[LibraryClasses.common.UEFI_DRIVER]
147 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
148 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
149 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
jljusten1c837cd2011-07-19 20:47:28 +0000150 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
qhuang877269122009-08-24 15:31:04 +0000151
152[LibraryClasses.common.UEFI_APPLICATION]
153 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
154 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
155 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
156
Randy Pawell35f910f2014-12-04 00:32:24 +0000157[LibraryClasses.ARM, LibraryClasses.AARCH64]
mdkinney62a5bf62011-03-10 22:15:38 +0000158 #
Randy Pawell35f910f2014-12-04 00:32:24 +0000159 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.
160 # This library provides the instrinsic functions generated by a given compiler.
mdkinney62a5bf62011-03-10 22:15:38 +0000161 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
162 #
163 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
andrewfish445404a2010-12-15 21:06:24 +0000164
lgao4cbcccd22013-05-13 02:36:09 +0000165[LibraryClasses.EBC]
166 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
andrewfish445404a2010-12-15 21:06:24 +0000167
lgao46bfbb5f2010-02-24 00:21:16 +0000168[PcdsFeatureFlag]
qhuang877269122009-08-24 15:31:04 +0000169 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
lgao46a53bf12010-05-21 02:49:29 +0000170 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
171 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
qhuang877269122009-08-24 15:31:04 +0000172 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
173 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
qhuang877269122009-08-24 15:31:04 +0000174
lgao46bfbb5f2010-02-24 00:21:16 +0000175[PcdsFixedAtBuild]
qhuang877269122009-08-24 15:31:04 +0000176 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
qhuang877269122009-08-24 15:31:04 +0000177 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
qhuang877269122009-08-24 15:31:04 +0000178 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
179 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
qhuang877269122009-08-24 15:31:04 +0000180 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
qhuang877269122009-08-24 15:31:04 +0000181
182[PcdsFixedAtBuild.IPF]
183 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
184
185###################################################################################################
186#
187# Components Section - list of the modules and components that will be processed by compilation
188# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
189#
190# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
191# into firmware volume images. This section is just a list of modules to compile from
192# source into UEFI-compliant binaries.
193# It is the FDF file that contains information on combining binary files into firmware
194# volume images, whose concept is beyond UEFI and is described in PI specification.
195# Binary modules do not need to be listed in this section, as they should be
196# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
197# Logo (Logo.bmp), and etc.
198# There may also be modules listed in this section that are not required in the FDF file,
199# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
200# generated for it, but the binary will not be put into any firmware volume.
201#
202###################################################################################################
203
lgao46bfbb5f2010-02-24 00:21:16 +0000204[Components]
qhuang877269122009-08-24 15:31:04 +0000205 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
Star Zeng84edd202014-11-12 03:27:48 +0000206 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf
qhuang877269122009-08-24 15:31:04 +0000207
davidhuang9060e3e2009-10-20 03:43:40 +0000208 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
209 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
Feng Tianeb290d02013-08-12 06:13:54 +0000210 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
Feng Tian05916962015-04-29 02:42:58 +0000211 MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf
212 MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
213 MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf
214 MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf
erictian92870c92011-08-23 14:36:33 +0000215 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
qhuang877269122009-08-24 15:31:04 +0000216 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
217 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
jljusten4b1bf812011-06-27 23:30:55 +0000218 MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
219 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
Star Zengd9874592014-07-02 03:20:49 +0000220 MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
jljustenea060cf2011-06-27 23:31:21 +0000221 MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
jljusten4b1bf812011-06-27 23:30:55 +0000222 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
223 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
qhuang8ad86a502009-12-22 07:35:49 +0000224 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
erictian80d38312010-10-12 02:28:34 +0000225 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
qhuang877269122009-08-24 15:31:04 +0000226 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
227 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
228 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
229 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
230 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
231 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
232 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
Elvin Li43e543b2013-08-14 01:16:06 +0000233 MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
234 MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
235 MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
Ruiyu Ni9834b6c2015-05-26 02:48:42 +0000236 MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
qhuang877269122009-08-24 15:31:04 +0000237
238 MdeModulePkg/Core/Dxe/DxeMain.inf {
239 <LibraryClasses>
240 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
241 }
242 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
243 MdeModulePkg/Core/Pei/PeiMain.inf
244 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
245
246 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
247 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
248 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
249 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
250 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
251 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
252 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
253 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
254 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
255 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
Michael Kinneya402e122014-08-14 06:29:07 +0000256 MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
qhuang877269122009-08-24 15:31:04 +0000257 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
258 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
259 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
260 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
261 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
lgao4cd98f302009-11-26 01:31:48 +0000262 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
xli24fd53b672009-12-29 07:50:42 +0000263 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
264 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
265 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
xli2430c8ee52009-12-29 08:50:51 +0000266 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
mdkinney467d15a2010-12-18 01:02:59 +0000267 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
268 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
mdkinney033b0062011-03-11 17:46:36 +0000269 MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
jljusten64d14ed2011-08-29 22:17:27 +0000270 MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
andrewfishd4a78452011-10-08 21:00:13 +0000271 MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
vanjeff1e172d62012-03-15 05:20:41 +0000272 MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
Gao, Liming883e23d2014-08-11 06:23:51 +0000273 MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
Liming Gao11ff2c72015-04-03 02:50:57 +0000274 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
275 MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
Ruiyu Nia4b833e2015-05-11 04:51:38 +0000276 MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
Ruiyu Nif4cd24d2015-05-06 04:48:56 +0000277 MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
Star Zeng308521b2015-07-01 03:01:34 +0000278 MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
Star Zengb6477d82015-07-01 03:04:18 +0000279 MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
qhuang877269122009-08-24 15:31:04 +0000280
Ruiyu Nif4cd24d2015-05-06 04:48:56 +0000281 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
Ruiyu Nia3829522015-05-06 04:49:30 +0000282 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
Eric Dong143f0b12015-07-30 03:41:35 +0000283 MdeModulePkg/Application/UiApp/UiApp.inf
Ruiyu Ni3bb5c812015-05-06 04:50:56 +0000284 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
Ruiyu Ni2e04a2f2015-05-11 06:34:53 +0000285 MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
jljustenda58b0d2011-07-12 20:35:46 +0000286 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
qhuang877269122009-08-24 15:31:04 +0000287 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
288 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
289 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
290 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
291 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
292 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
293 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
294 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
295 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
296 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
297 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
jljusten30c00a12011-07-12 20:36:05 +0000298 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
qhuang877269122009-08-24 15:31:04 +0000299 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
300 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
jljusten7c636bd2011-07-01 00:40:26 +0000301 MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
qhuang877269122009-08-24 15:31:04 +0000302 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
303 MdeModulePkg/Universal/Metronome/Metronome.inf
304 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
jljusten51a0c5f2011-07-01 00:40:46 +0000305 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
davidhuang310b04e2009-11-20 04:01:32 +0000306 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
qhuang877269122009-08-24 15:31:04 +0000307
308 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
309 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
310 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
qhuang877269122009-08-24 15:31:04 +0000311 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
312 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
313 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
xdu2779ae352009-12-30 13:47:55 +0000314 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
qhuang877269122009-08-24 15:31:04 +0000315 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
316 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
317 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
318 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
qhuang877269122009-08-24 15:31:04 +0000319
320 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
321 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
322 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
323 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
xli2425126a02009-11-03 02:39:10 +0000324
325 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
326 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
327
qhuang877269122009-08-24 15:31:04 +0000328 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
329 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Eric Dong7c6c0642013-08-12 02:19:56 +0000330 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
qhuang877269122009-08-24 15:31:04 +0000331 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
Star Zeng3e02ebb2013-07-03 09:08:40 +0000332 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
qhuang877269122009-08-24 15:31:04 +0000333 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
334 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
Shumin Qiu6a0d41c2013-09-29 05:51:12 +0000335 MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf
qhuang877269122009-08-24 15:31:04 +0000336 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
337
338 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
339 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
lgao4ae76fe72009-11-11 06:17:18 +0000340 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
xli2427198032009-11-25 08:31:37 +0000341 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
qhuang877269122009-08-24 15:31:04 +0000342
xli2410c56482009-12-25 07:26:06 +0000343 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
344 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
345
lgao40284e902011-12-01 01:57:27 +0000346 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
347 <LibraryClasses>
348 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
349 }
350 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
351 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
Michael Kinneya402e122014-08-14 06:29:07 +0000352 MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {
353 <LibraryClasses>
354 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
355 }
356 MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {
357 <LibraryClasses>
358 NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
359 }
Brendan Jackman9da91ae2014-12-23 03:18:04 +0000360
361 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
Chao Zhangacd32202015-05-13 08:30:45 +0000362 MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
Yao, Jiewen03d486b2015-06-05 12:08:12 +0000363
364 MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf
Brendan Jackman9da91ae2014-12-23 03:18:04 +0000365
366[Components.IA32, Components.X64, Components.IPF]
mdkinney4442c572010-02-25 23:42:27 +0000367 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
368 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
369 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
ljin6819aa7b2010-01-28 08:19:25 +0000370
mdkinney4442c572010-02-25 23:42:27 +0000371[Components.IA32, Components.X64, Components.Ebc]
372 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
373 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
374
qhuang877269122009-08-24 15:31:04 +0000375[Components.IA32, Components.X64]
mdkinney4442c572010-02-25 23:42:27 +0000376 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
377 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
gdong18a2d4992010-12-10 09:27:54 +0000378 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
379 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
xli24b25c0b62009-12-29 09:15:55 +0000380 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
xli2410c56482009-12-25 07:26:06 +0000381 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
mdkinney4442c572010-02-25 23:42:27 +0000382 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
jljusten1c837cd2011-07-19 20:47:28 +0000383 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
rsun3d042c6e2011-03-10 07:39:51 +0000384 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
385 MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
386 MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
jljustenb5827cb2011-08-10 00:02:58 +0000387 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
lgao4cbcccd22013-05-13 02:36:09 +0000388 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
389 MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
rsun3495797c2011-08-16 02:58:20 +0000390 MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
Liming Gao11ff2c72015-04-03 02:50:57 +0000391 MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
jljustenbe46cd52011-08-29 22:18:19 +0000392 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
jljustenbdfde462011-08-29 22:19:48 +0000393 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
394 MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
lgao40284e902011-12-01 01:57:27 +0000395 MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
Shumin Qiu52801682015-02-05 06:10:07 +0000396 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
397 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
Star Zengeb63c772015-07-29 05:58:20 +0000398
399[Components.X64]
400 MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
401