2010-01-28 08:19:25 +00:00
|
|
|
## @file
|
2009-08-24 15:31:04 +00:00
|
|
|
# EFI/PI Reference Module Package for All Architectures
|
|
|
|
|
#
|
2014-12-04 00:32:24 +00:00
|
|
|
# (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
|
2016-01-18 04:49:54 +00:00
|
|
|
# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
|
2009-08-24 15:31:04 +00:00
|
|
|
#
|
2010-04-24 09:49:11 +00:00
|
|
|
# This program and the accompanying materials
|
2009-08-24 15:31:04 +00:00
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
|
#
|
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
|
#
|
2010-01-28 08:19:25 +00:00
|
|
|
##
|
2009-08-24 15:31:04 +00:00
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
|
PLATFORM_NAME = MdeModule
|
|
|
|
|
PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
|
2015-08-20 08:45:01 +00:00
|
|
|
PLATFORM_VERSION = 0.96
|
2009-08-24 15:31:04 +00:00
|
|
|
DSC_SPECIFICATION = 0x00010005
|
|
|
|
|
OUTPUT_DIRECTORY = Build/MdeModule
|
2013-08-07 11:28:15 +00:00
|
|
|
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
|
2016-01-19 04:05:51 +00:00
|
|
|
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
2009-08-24 15:31:04 +00:00
|
|
|
SKUID_IDENTIFIER = DEFAULT
|
|
|
|
|
|
2010-02-24 00:21:16 +00:00
|
|
|
[LibraryClasses]
|
2010-05-21 02:49:29 +00:00
|
|
|
#
|
|
|
|
|
# Entry point
|
|
|
|
|
#
|
2009-08-24 15:31:04 +00:00
|
|
|
PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
|
|
|
|
PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
|
|
|
|
DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
|
|
|
|
UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
|
|
|
|
UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
#
|
|
|
|
|
# Basic
|
|
|
|
|
#
|
|
|
|
|
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
|
|
|
|
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
|
|
|
|
SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
|
|
|
|
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
|
|
|
|
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
|
|
|
|
PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
|
|
|
|
PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
2016-01-18 04:50:18 +00:00
|
|
|
PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
|
|
|
|
PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
|
|
|
|
PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
2015-05-11 04:51:38 +00:00
|
|
|
SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
|
2015-11-12 05:21:38 +00:00
|
|
|
ImageDecoderLib|MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
#
|
|
|
|
|
# UEFI & PI
|
|
|
|
|
#
|
2009-08-24 15:31:04 +00:00
|
|
|
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
|
|
|
|
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
|
|
|
|
UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
|
|
|
|
UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
|
|
|
|
HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
|
|
|
|
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
|
|
|
|
UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
|
|
|
|
PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
|
|
|
|
PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
|
|
|
|
DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
|
|
|
|
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
2015-05-06 04:48:56 +00:00
|
|
|
UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
#
|
|
|
|
|
# Generic Modules
|
|
|
|
|
#
|
2009-08-24 15:31:04 +00:00
|
|
|
UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
|
|
|
|
IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
|
|
|
|
UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
2010-12-14 03:19:21 +00:00
|
|
|
TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
2009-11-26 01:31:48 +00:00
|
|
|
SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
2009-12-25 08:09:48 +00:00
|
|
|
SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
|
|
|
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
2010-05-24 01:35:52 +00:00
|
|
|
PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
|
2013-08-12 02:19:56 +00:00
|
|
|
CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
#
|
|
|
|
|
# Misc
|
|
|
|
|
#
|
|
|
|
|
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
2011-03-10 22:15:38 +00:00
|
|
|
DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
|
|
|
|
PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
|
|
|
|
PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
2010-02-26 05:38:04 +00:00
|
|
|
DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
2010-12-29 18:28:38 +00:00
|
|
|
PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
|
2011-07-01 00:40:46 +00:00
|
|
|
ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
|
2011-08-29 22:18:19 +00:00
|
|
|
SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
|
|
|
|
S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
|
2012-03-15 05:20:41 +00:00
|
|
|
CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
|
2015-05-06 04:48:56 +00:00
|
|
|
PlatformBootManagerLib|MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
|
2016-01-18 04:49:54 +00:00
|
|
|
PciHostBridgeLib|MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
|
2015-07-01 03:01:34 +00:00
|
|
|
TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
|
2015-07-01 03:04:18 +00:00
|
|
|
AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
|
2015-08-25 03:01:56 +00:00
|
|
|
VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
|
2015-11-23 05:41:28 +00:00
|
|
|
FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
|
|
|
|
|
[LibraryClasses.EBC.PEIM]
|
|
|
|
|
IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
|
|
|
|
|
|
|
|
|
[LibraryClasses.common.PEI_CORE]
|
|
|
|
|
HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
|
|
|
|
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
|
|
|
|
|
|
|
|
|
[LibraryClasses.common.PEIM]
|
|
|
|
|
HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
|
|
|
|
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
|
|
|
|
ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
2011-08-02 21:06:13 +00:00
|
|
|
LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
|
|
|
|
|
[LibraryClasses.common.DXE_CORE]
|
|
|
|
|
HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
|
|
|
|
MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
|
|
|
|
ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
|
|
|
|
|
|
|
|
|
[LibraryClasses.common.DXE_DRIVER]
|
|
|
|
|
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
2011-07-19 20:47:28 +00:00
|
|
|
LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
2014-08-14 06:29:07 +00:00
|
|
|
ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
|
|
|
|
|
[LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
|
|
|
|
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
|
|
|
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
|
|
|
|
DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
2011-07-19 20:47:28 +00:00
|
|
|
LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
|
2010-02-25 23:42:27 +00:00
|
|
|
[LibraryClasses.common.SMM_CORE]
|
2014-12-10 02:24:50 +00:00
|
|
|
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
2010-02-25 23:42:27 +00:00
|
|
|
MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
|
2011-08-16 02:58:20 +00:00
|
|
|
SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
|
2015-02-02 14:42:22 +00:00
|
|
|
SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
|
2011-08-16 02:58:20 +00:00
|
|
|
|
2009-08-24 15:31:04 +00:00
|
|
|
[LibraryClasses.common.DXE_SMM_DRIVER]
|
|
|
|
|
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
|
|
|
|
DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
2010-05-21 02:49:29 +00:00
|
|
|
MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
|
2009-12-23 06:51:36 +00:00
|
|
|
SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
|
2011-07-19 20:47:28 +00:00
|
|
|
LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
|
2015-02-02 14:42:22 +00:00
|
|
|
SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
|
|
|
|
|
[LibraryClasses.common.UEFI_DRIVER]
|
|
|
|
|
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
|
|
|
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
|
|
|
|
DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
2011-07-19 20:47:28 +00:00
|
|
|
LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
|
|
|
|
|
[LibraryClasses.common.UEFI_APPLICATION]
|
|
|
|
|
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
|
|
|
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
|
|
|
|
DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
|
|
|
|
|
|
2014-12-04 00:32:24 +00:00
|
|
|
[LibraryClasses.ARM, LibraryClasses.AARCH64]
|
2011-03-10 22:15:38 +00:00
|
|
|
#
|
2014-12-04 00:32:24 +00:00
|
|
|
# It is not possible to prevent ARM compiler calls to generic intrinsic functions.
|
|
|
|
|
# This library provides the instrinsic functions generated by a given compiler.
|
2011-03-10 22:15:38 +00:00
|
|
|
# [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
|
|
|
|
|
#
|
|
|
|
|
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
2010-12-15 21:06:24 +00:00
|
|
|
|
2013-05-13 02:36:09 +00:00
|
|
|
[LibraryClasses.EBC]
|
|
|
|
|
LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
|
2010-12-15 21:06:24 +00:00
|
|
|
|
2010-02-24 00:21:16 +00:00
|
|
|
[PcdsFeatureFlag]
|
2009-08-24 15:31:04 +00:00
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
|
2010-05-21 02:49:29 +00:00
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
|
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
|
2009-08-24 15:31:04 +00:00
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
|
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
|
|
|
|
|
|
2010-02-24 00:21:16 +00:00
|
|
|
[PcdsFixedAtBuild]
|
2009-08-24 15:31:04 +00:00
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
|
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
|
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
|
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
|
|
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
|
|
|
|
|
|
|
|
|
|
[PcdsFixedAtBuild.IPF]
|
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
|
|
|
|
|
|
|
|
|
|
###################################################################################################
|
|
|
|
|
#
|
|
|
|
|
# Components Section - list of the modules and components that will be processed by compilation
|
|
|
|
|
# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
|
|
|
|
#
|
|
|
|
|
# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
|
|
|
|
# into firmware volume images. This section is just a list of modules to compile from
|
|
|
|
|
# source into UEFI-compliant binaries.
|
|
|
|
|
# It is the FDF file that contains information on combining binary files into firmware
|
|
|
|
|
# volume images, whose concept is beyond UEFI and is described in PI specification.
|
|
|
|
|
# Binary modules do not need to be listed in this section, as they should be
|
|
|
|
|
# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
|
|
|
|
# Logo (Logo.bmp), and etc.
|
|
|
|
|
# There may also be modules listed in this section that are not required in the FDF file,
|
|
|
|
|
# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
|
|
|
|
# generated for it, but the binary will not be put into any firmware volume.
|
|
|
|
|
#
|
|
|
|
|
###################################################################################################
|
|
|
|
|
|
2010-02-24 00:21:16 +00:00
|
|
|
[Components]
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
2014-11-12 03:27:48 +00:00
|
|
|
MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
|
2016-01-18 04:50:18 +00:00
|
|
|
MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
2015-12-10 02:47:16 +00:00
|
|
|
MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
|
2009-10-20 03:43:40 +00:00
|
|
|
MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
|
2013-08-12 06:13:54 +00:00
|
|
|
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
|
2016-03-23 10:47:05 +08:00
|
|
|
MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.inf
|
|
|
|
|
MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.inf
|
|
|
|
|
MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.inf
|
|
|
|
|
MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
|
2015-04-29 02:42:58 +00:00
|
|
|
MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf
|
|
|
|
|
MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf
|
2011-08-23 14:36:33 +00:00
|
|
|
MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
|
2011-06-27 23:30:55 +00:00
|
|
|
MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
|
|
|
|
|
MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
|
2014-07-02 03:20:49 +00:00
|
|
|
MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
|
2011-06-27 23:31:21 +00:00
|
|
|
MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
|
2011-06-27 23:30:55 +00:00
|
|
|
MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
|
|
|
|
|
MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
|
2009-12-22 07:35:49 +00:00
|
|
|
MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
|
2010-10-12 02:28:34 +00:00
|
|
|
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
|
2013-08-14 01:16:06 +00:00
|
|
|
MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
|
|
|
|
|
MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
|
2015-05-26 02:48:42 +00:00
|
|
|
MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
|
2015-07-17 17:39:00 +08:00
|
|
|
MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
|
2015-07-17 17:40:15 +08:00
|
|
|
MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
|
|
|
|
|
MdeModulePkg/Core/Dxe/DxeMain.inf {
|
|
|
|
|
<LibraryClasses>
|
|
|
|
|
NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
|
|
|
|
}
|
|
|
|
|
MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
|
|
|
|
MdeModulePkg/Core/Pei/PeiMain.inf
|
|
|
|
|
MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
|
|
|
|
|
|
|
|
|
MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
|
|
|
|
MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
|
|
|
|
MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
|
|
|
|
|
MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
|
|
|
|
MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
|
|
|
|
MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
|
|
|
|
MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
|
|
|
|
MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
|
|
|
|
|
MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
|
|
|
|
MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
|
2014-08-14 06:29:07 +00:00
|
|
|
MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
|
|
|
|
|
MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
|
|
|
|
|
MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
|
|
|
|
|
MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
|
|
|
|
MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
|
2009-11-26 01:31:48 +00:00
|
|
|
MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
2009-12-29 07:50:42 +00:00
|
|
|
MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
|
|
|
|
MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
|
|
|
|
MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
2009-12-29 08:50:51 +00:00
|
|
|
MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
|
2010-12-18 01:02:59 +00:00
|
|
|
MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
|
|
|
|
|
MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
|
2011-03-11 17:46:36 +00:00
|
|
|
MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
|
2011-08-29 22:17:27 +00:00
|
|
|
MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
|
2011-10-08 21:00:13 +00:00
|
|
|
MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
|
2012-03-15 05:20:41 +00:00
|
|
|
MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
|
2014-08-11 06:23:51 +00:00
|
|
|
MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
|
2015-04-03 02:50:57 +00:00
|
|
|
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
|
|
|
|
MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
2015-05-11 04:51:38 +00:00
|
|
|
MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
|
2015-05-06 04:48:56 +00:00
|
|
|
MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
|
2015-11-12 05:21:38 +00:00
|
|
|
MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf
|
2015-11-12 05:23:25 +00:00
|
|
|
MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
|
2015-11-12 05:22:21 +00:00
|
|
|
MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf
|
2015-07-01 03:01:34 +00:00
|
|
|
MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
|
2015-07-01 03:04:18 +00:00
|
|
|
MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
|
2015-08-25 03:01:56 +00:00
|
|
|
MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
|
|
|
|
|
MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
|
2015-08-25 03:10:04 +00:00
|
|
|
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
|
2015-08-25 03:10:32 +00:00
|
|
|
MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
|
2015-08-25 03:11:06 +00:00
|
|
|
MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf
|
2015-11-23 05:41:28 +00:00
|
|
|
MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
|
2015-11-23 05:42:50 +00:00
|
|
|
MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.inf
|
2015-12-23 08:18:36 +00:00
|
|
|
MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf
|
|
|
|
|
MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf
|
|
|
|
|
MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf
|
|
|
|
|
MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
|
2015-05-06 04:48:56 +00:00
|
|
|
MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
|
2015-05-06 04:49:30 +00:00
|
|
|
MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
|
2015-11-23 09:37:24 +00:00
|
|
|
MdeModulePkg/Application/UiApp/UiApp.inf{
|
|
|
|
|
<LibraryClasses>
|
2016-01-19 03:31:15 +00:00
|
|
|
NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
|
|
|
|
|
NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
|
|
|
|
|
NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
|
2015-11-23 09:37:24 +00:00
|
|
|
}
|
2015-05-06 04:50:56 +00:00
|
|
|
MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
|
2015-05-11 06:34:53 +00:00
|
|
|
MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
|
2011-07-12 20:35:46 +00:00
|
|
|
MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
2011-07-12 20:36:05 +00:00
|
|
|
MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
|
2016-02-03 14:14:47 +08:00
|
|
|
MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
2011-07-01 00:40:26 +00:00
|
|
|
MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Metronome/Metronome.inf
|
|
|
|
|
MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
2011-07-01 00:40:46 +00:00
|
|
|
MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
|
2009-11-20 04:01:32 +00:00
|
|
|
MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
|
2015-10-27 04:46:50 +00:00
|
|
|
MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
|
|
|
|
|
MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
2009-12-30 13:47:55 +00:00
|
|
|
MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
|
|
|
|
|
|
|
|
|
MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
|
|
|
|
|
MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
|
|
|
|
|
MdeModulePkg/Universal/PCD/Pei/Pcd.inf
|
|
|
|
|
MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
|
2009-11-03 02:39:10 +00:00
|
|
|
|
|
|
|
|
MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
|
|
|
|
|
MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
|
|
|
|
|
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|
2013-08-12 02:19:56 +00:00
|
|
|
MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Application/VariableInfo/VariableInfo.inf
|
2013-07-03 09:08:40 +00:00
|
|
|
MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
|
|
|
|
|
MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
2013-09-29 05:51:12 +00:00
|
|
|
MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
|
|
|
|
|
|
|
|
|
|
MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
|
2009-11-11 06:17:18 +00:00
|
|
|
MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
|
2009-11-25 08:31:37 +00:00
|
|
|
MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
|
2009-08-24 15:31:04 +00:00
|
|
|
|
2009-12-25 07:26:06 +00:00
|
|
|
MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
|
|
|
|
|
MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
|
|
|
|
|
|
2011-12-01 01:57:27 +00:00
|
|
|
MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
|
|
|
|
|
<LibraryClasses>
|
|
|
|
|
LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
|
|
|
|
|
}
|
|
|
|
|
MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
|
2014-08-14 06:29:07 +00:00
|
|
|
MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {
|
|
|
|
|
<LibraryClasses>
|
|
|
|
|
NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
|
|
|
|
}
|
|
|
|
|
MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {
|
|
|
|
|
<LibraryClasses>
|
|
|
|
|
NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
|
|
|
|
|
}
|
2014-12-23 03:18:04 +00:00
|
|
|
|
|
|
|
|
MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
|
2015-05-13 08:30:45 +00:00
|
|
|
MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
|
2015-06-05 12:08:12 +00:00
|
|
|
|
|
|
|
|
MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf
|
2015-11-23 05:42:21 +00:00
|
|
|
MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.inf {
|
|
|
|
|
<LibraryClasses>
|
|
|
|
|
FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
|
|
|
|
|
}
|
2014-12-23 03:18:04 +00:00
|
|
|
|
2015-11-26 08:48:10 +00:00
|
|
|
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
|
|
|
|
|
|
2014-12-23 03:18:04 +00:00
|
|
|
[Components.IA32, Components.X64, Components.IPF]
|
2010-02-25 23:42:27 +00:00
|
|
|
MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
2010-01-28 08:19:25 +00:00
|
|
|
|
2010-02-25 23:42:27 +00:00
|
|
|
[Components.IA32, Components.X64, Components.Ebc]
|
2015-08-25 03:01:56 +00:00
|
|
|
MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
|
|
|
|
|
<LibraryClasses>
|
|
|
|
|
NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
|
2015-08-25 03:10:04 +00:00
|
|
|
NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
|
2015-08-25 03:10:32 +00:00
|
|
|
NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
|
2015-08-25 03:01:56 +00:00
|
|
|
}
|
2010-02-25 23:42:27 +00:00
|
|
|
MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
|
|
|
|
|
|
2009-08-24 15:31:04 +00:00
|
|
|
[Components.IA32, Components.X64]
|
2010-02-25 23:42:27 +00:00
|
|
|
MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
|
|
|
|
|
MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
|
2015-08-25 03:01:56 +00:00
|
|
|
MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
|
|
|
|
|
<LibraryClasses>
|
|
|
|
|
NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
|
2015-08-25 03:10:04 +00:00
|
|
|
NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
|
2015-08-25 03:10:32 +00:00
|
|
|
NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
|
2015-08-25 03:01:56 +00:00
|
|
|
}
|
2010-12-10 09:27:54 +00:00
|
|
|
MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
|
2009-12-29 09:15:55 +00:00
|
|
|
MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
|
2009-12-25 07:26:06 +00:00
|
|
|
MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
|
2010-02-25 23:42:27 +00:00
|
|
|
MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
|
2011-07-19 20:47:28 +00:00
|
|
|
MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
|
2011-03-10 07:39:51 +00:00
|
|
|
MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
|
|
|
|
|
MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
|
|
|
|
|
MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
|
2011-08-10 00:02:58 +00:00
|
|
|
MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
|
2013-05-13 02:36:09 +00:00
|
|
|
MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
|
|
|
|
MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
|
2011-08-16 02:58:20 +00:00
|
|
|
MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
|
2015-04-03 02:50:57 +00:00
|
|
|
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
|
2011-08-29 22:18:19 +00:00
|
|
|
MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
|
2011-08-29 22:19:48 +00:00
|
|
|
MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
|
|
|
|
|
MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
|
2011-12-01 01:57:27 +00:00
|
|
|
MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
|
2015-02-05 06:10:07 +00:00
|
|
|
MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
|
|
|
|
|
MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
|
2015-09-09 06:28:32 +00:00
|
|
|
MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
|
2015-07-29 05:58:20 +00:00
|
|
|
|
|
|
|
|
[Components.X64]
|
|
|
|
|
MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
|
|
|
|
|
|