ljin6 | 819aa7b | 2010-01-28 08:19:25 +0000 | [diff] [blame] | 1 | ## @file
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 2 | # EFI/PI Reference Module Package for All Architectures
|
| 3 | #
|
Tian, Feng | 3a14083 | 2014-01-10 01:43:02 +0000 | [diff] [blame] | 4 | # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 5 | #
|
hhtian | cd5ebaa | 2010-04-24 09:49:11 +0000 | [diff] [blame] | 6 | # This program and the accompanying materials
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 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 | #
|
ljin6 | 819aa7b | 2010-01-28 08:19:25 +0000 | [diff] [blame] | 14 | ##
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 15 |
|
| 16 | [Defines]
|
| 17 | PLATFORM_NAME = MdeModule
|
| 18 | PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
|
Feng Tian | 76052fa | 2014-09-02 05:54:02 +0000 | [diff] [blame^] | 19 | PLATFORM_VERSION = 0.94
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 20 | DSC_SPECIFICATION = 0x00010005
|
| 21 | OUTPUT_DIRECTORY = Build/MdeModule
|
Harry Liebel | 716e507 | 2013-08-07 11:28:15 +0000 | [diff] [blame] | 22 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
|
lgao4 | 586b399 | 2011-09-18 12:28:22 +0000 | [diff] [blame] | 23 | BUILD_TARGETS = DEBUG|RELEASE
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 24 | SKUID_IDENTIFIER = DEFAULT
|
| 25 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 26 | [LibraryClasses]
|
lgao4 | 6a53bf1 | 2010-05-21 02:49:29 +0000 | [diff] [blame] | 27 | #
|
| 28 | # Entry point
|
| 29 | #
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 30 | 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
|
lgao4 | 6a53bf1 | 2010-05-21 02:49:29 +0000 | [diff] [blame] | 35 | #
|
| 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 | #
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 51 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 52 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 53 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
lgao4 | 6a53bf1 | 2010-05-21 02:49:29 +0000 | [diff] [blame] | 54 | 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 | #
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 66 | UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
lgao4 | 6a53bf1 | 2010-05-21 02:49:29 +0000 | [diff] [blame] | 67 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 68 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 69 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 70 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
tye1 | 4bad9ad | 2010-12-14 03:19:21 +0000 | [diff] [blame] | 71 | TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 72 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
lgao4 | cd98f30 | 2009-11-26 01:31:48 +0000 | [diff] [blame] | 73 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
lgao4 | 6a53bf1 | 2010-05-21 02:49:29 +0000 | [diff] [blame] | 74 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
xli24 | 23b0b37 | 2009-12-25 08:09:48 +0000 | [diff] [blame] | 75 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
lgao4 | 6a53bf1 | 2010-05-21 02:49:29 +0000 | [diff] [blame] | 76 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
| 77 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
lgao4 | ec7cb6a | 2010-05-24 01:35:52 +0000 | [diff] [blame] | 78 | PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
|
Eric Dong | 7c6c064 | 2013-08-12 02:19:56 +0000 | [diff] [blame] | 79 | CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
|
lgao4 | 6a53bf1 | 2010-05-21 02:49:29 +0000 | [diff] [blame] | 80 | #
|
| 81 | # Misc
|
| 82 | #
|
| 83 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
mdkinney | 62a5bf6 | 2011-03-10 22:15:38 +0000 | [diff] [blame] | 84 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
lgao4 | 6a53bf1 | 2010-05-21 02:49:29 +0000 | [diff] [blame] | 85 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
| 86 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
| 87 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
vanjeff | fe92ab2 | 2010-02-26 05:38:04 +0000 | [diff] [blame] | 88 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
mdkinney | 8e456a7 | 2010-12-29 18:28:38 +0000 | [diff] [blame] | 89 | PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
|
jljusten | 51a0c5f | 2011-07-01 00:40:46 +0000 | [diff] [blame] | 90 | ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
|
jljusten | be46cd5 | 2011-08-29 22:18:19 +0000 | [diff] [blame] | 91 | SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
| 92 | S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
|
vanjeff | 1e172d6 | 2012-03-15 05:20:41 +0000 | [diff] [blame] | 93 | CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 94 |
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 95 | [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
|
jljusten | 993532d | 2011-08-02 21:06:13 +0000 | [diff] [blame] | 106 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 107 |
|
| 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
|
jljusten | 1c837cd | 2011-07-19 20:47:28 +0000 | [diff] [blame] | 115 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 116 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
Michael Kinney | a402e12 | 2014-08-14 06:29:07 +0000 | [diff] [blame] | 117 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 118 |
|
| 119 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
| 120 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 121 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 122 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
jljusten | 1c837cd | 2011-07-19 20:47:28 +0000 | [diff] [blame] | 123 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 124 |
|
mdkinney | 4442c57 | 2010-02-25 23:42:27 +0000 | [diff] [blame] | 125 | [LibraryClasses.common.SMM_CORE]
|
| 126 | MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
|
lgao4 | 6a53bf1 | 2010-05-21 02:49:29 +0000 | [diff] [blame] | 127 | SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
|
rsun3 | 495797c | 2011-08-16 02:58:20 +0000 | [diff] [blame] | 128 | SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
|
| 129 |
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 130 | [LibraryClasses.common.DXE_SMM_DRIVER]
|
| 131 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 132 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
lgao4 | 6a53bf1 | 2010-05-21 02:49:29 +0000 | [diff] [blame] | 133 | MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
|
davidhuang | 202c327 | 2009-12-23 06:51:36 +0000 | [diff] [blame] | 134 | SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
|
jljusten | 1c837cd | 2011-07-19 20:47:28 +0000 | [diff] [blame] | 135 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 136 |
|
| 137 | [LibraryClasses.common.UEFI_DRIVER]
|
| 138 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 139 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 140 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
jljusten | 1c837cd | 2011-07-19 20:47:28 +0000 | [diff] [blame] | 141 | LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 142 |
|
| 143 | [LibraryClasses.common.UEFI_APPLICATION]
|
| 144 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 145 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 146 | DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
|
| 147 |
|
mdkinney | 62a5bf6 | 2011-03-10 22:15:38 +0000 | [diff] [blame] | 148 | [LibraryClasses.ARM]
|
| 149 | #
|
| 150 | # It is not possible to prevent the ARM compiler for generic intrinsic functions.
|
| 151 | # This library provides the instrinsic functions generate by a given compiler.
|
| 152 | # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
|
| 153 | #
|
| 154 | NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
andrewfish | 445404a | 2010-12-15 21:06:24 +0000 | [diff] [blame] | 155 |
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 156 | [LibraryClasses.EBC]
|
| 157 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
|
andrewfish | 445404a | 2010-12-15 21:06:24 +0000 | [diff] [blame] | 158 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 159 | [PcdsFeatureFlag]
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 160 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
|
lgao4 | 6a53bf1 | 2010-05-21 02:49:29 +0000 | [diff] [blame] | 161 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
|
| 162 | gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 163 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
|
| 164 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 165 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 166 | [PcdsFixedAtBuild]
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 167 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 168 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 169 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
|
| 170 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 171 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 172 |
|
| 173 | [PcdsFixedAtBuild.IPF]
|
| 174 | gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
|
| 175 |
|
| 176 | ###################################################################################################
|
| 177 | #
|
| 178 | # Components Section - list of the modules and components that will be processed by compilation
|
| 179 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
| 180 | #
|
| 181 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
| 182 | # into firmware volume images. This section is just a list of modules to compile from
|
| 183 | # source into UEFI-compliant binaries.
|
| 184 | # It is the FDF file that contains information on combining binary files into firmware
|
| 185 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
| 186 | # Binary modules do not need to be listed in this section, as they should be
|
| 187 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
| 188 | # Logo (Logo.bmp), and etc.
|
| 189 | # There may also be modules listed in this section that are not required in the FDF file,
|
| 190 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
| 191 | # generated for it, but the binary will not be put into any firmware volume.
|
| 192 | #
|
| 193 | ###################################################################################################
|
| 194 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 195 | [Components]
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 196 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
| 197 |
|
davidhuang | 9060e3e | 2009-10-20 03:43:40 +0000 | [diff] [blame] | 198 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
| 199 | MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
|
Feng Tian | eb290d0 | 2013-08-12 06:13:54 +0000 | [diff] [blame] | 200 | MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
|
erictian | 92870c9 | 2011-08-23 14:36:33 +0000 | [diff] [blame] | 201 | MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 202 | MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
| 203 | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
|
jljusten | 4b1bf81 | 2011-06-27 23:30:55 +0000 | [diff] [blame] | 204 | MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
|
| 205 | MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
|
Star Zeng | d987459 | 2014-07-02 03:20:49 +0000 | [diff] [blame] | 206 | MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
|
jljusten | ea060cf | 2011-06-27 23:31:21 +0000 | [diff] [blame] | 207 | MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
|
jljusten | 4b1bf81 | 2011-06-27 23:30:55 +0000 | [diff] [blame] | 208 | MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
|
| 209 | MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
|
qhuang8 | ad86a50 | 2009-12-22 07:35:49 +0000 | [diff] [blame] | 210 | MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
|
erictian | 80d3831 | 2010-10-12 02:28:34 +0000 | [diff] [blame] | 211 | MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 212 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
| 213 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
| 214 | MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
| 215 | MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
|
| 216 | MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
| 217 | MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
|
| 218 | MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
|
Elvin Li | 43e543b | 2013-08-14 01:16:06 +0000 | [diff] [blame] | 219 | MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
|
| 220 | MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
|
| 221 | MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 222 |
|
| 223 | MdeModulePkg/Core/Dxe/DxeMain.inf {
|
| 224 | <LibraryClasses>
|
| 225 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
| 226 | }
|
| 227 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
| 228 | MdeModulePkg/Core/Pei/PeiMain.inf
|
| 229 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
| 230 |
|
| 231 | MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
| 232 | MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
| 233 | MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
|
| 234 | MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
| 235 | MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
| 236 | MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 237 | MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 238 | MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
|
| 239 | MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
| 240 | MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
|
Michael Kinney | a402e12 | 2014-08-14 06:29:07 +0000 | [diff] [blame] | 241 | MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 242 | MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
|
| 243 | MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
|
| 244 | MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
|
| 245 | MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
| 246 | MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
|
lgao4 | cd98f30 | 2009-11-26 01:31:48 +0000 | [diff] [blame] | 247 | MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
xli24 | fd53b67 | 2009-12-29 07:50:42 +0000 | [diff] [blame] | 248 | MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
| 249 | MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
| 250 | MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
xli24 | 30c8ee5 | 2009-12-29 08:50:51 +0000 | [diff] [blame] | 251 | MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
|
mdkinney | 467d15a | 2010-12-18 01:02:59 +0000 | [diff] [blame] | 252 | MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
|
| 253 | MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
|
mdkinney | 033b006 | 2011-03-11 17:46:36 +0000 | [diff] [blame] | 254 | MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
|
jljusten | 64d14ed | 2011-08-29 22:17:27 +0000 | [diff] [blame] | 255 | MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
|
andrewfish | d4a7845 | 2011-10-08 21:00:13 +0000 | [diff] [blame] | 256 | MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
|
vanjeff | 1e172d6 | 2012-03-15 05:20:41 +0000 | [diff] [blame] | 257 | MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
|
Gao, Liming | 883e23d | 2014-08-11 06:23:51 +0000 | [diff] [blame] | 258 | MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 259 |
|
jljusten | da58b0d | 2011-07-12 20:35:46 +0000 | [diff] [blame] | 260 | MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 261 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
| 262 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
| 263 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
|
| 264 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
|
| 265 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
| 266 | MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
|
| 267 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
|
| 268 | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
|
| 269 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
| 270 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
| 271 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
jljusten | 30c00a1 | 2011-07-12 20:36:05 +0000 | [diff] [blame] | 272 | MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 273 | MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
|
| 274 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
jljusten | 7c636bd | 2011-07-01 00:40:26 +0000 | [diff] [blame] | 275 | MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 276 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
|
| 277 | MdeModulePkg/Universal/Metronome/Metronome.inf
|
| 278 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
jljusten | 51a0c5f | 2011-07-01 00:40:46 +0000 | [diff] [blame] | 279 | MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
|
davidhuang | 310b04e | 2009-11-20 04:01:32 +0000 | [diff] [blame] | 280 | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 281 |
|
| 282 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
| 283 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
| 284 | MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
|
| 285 | MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
|
| 286 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
| 287 | MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
|
| 288 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
xdu2 | 779ae35 | 2009-12-30 13:47:55 +0000 | [diff] [blame] | 289 | MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 290 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
| 291 | MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
|
| 292 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
|
| 293 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 294 |
|
| 295 | MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
|
| 296 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
|
| 297 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf
|
| 298 | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
|
xli24 | 25126a0 | 2009-11-03 02:39:10 +0000 | [diff] [blame] | 299 |
|
| 300 | MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
|
| 301 | MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
|
| 302 |
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 303 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
|
| 304 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|
Eric Dong | 7c6c064 | 2013-08-12 02:19:56 +0000 | [diff] [blame] | 305 | MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 306 | MdeModulePkg/Application/VariableInfo/VariableInfo.inf
|
Star Zeng | 3e02ebb | 2013-07-03 09:08:40 +0000 | [diff] [blame] | 307 | MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 308 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
|
| 309 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
Shumin Qiu | 6a0d41c | 2013-09-29 05:51:12 +0000 | [diff] [blame] | 310 | MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 311 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
|
gdong1 | 8a2d499 | 2010-12-10 09:27:54 +0000 | [diff] [blame] | 312 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 313 |
|
| 314 | MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
|
| 315 | MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
|
lgao4 | ae76fe7 | 2009-11-11 06:17:18 +0000 | [diff] [blame] | 316 | MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
|
xli24 | 2719803 | 2009-11-25 08:31:37 +0000 | [diff] [blame] | 317 | MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 318 |
|
xli24 | 10c5648 | 2009-12-25 07:26:06 +0000 | [diff] [blame] | 319 | MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
|
| 320 | MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
|
| 321 |
|
lgao4 | 0284e90 | 2011-12-01 01:57:27 +0000 | [diff] [blame] | 322 | MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
|
| 323 | <LibraryClasses>
|
| 324 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
|
| 325 | }
|
| 326 | MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
|
| 327 | MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
|
Michael Kinney | a402e12 | 2014-08-14 06:29:07 +0000 | [diff] [blame] | 328 | MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {
|
| 329 | <LibraryClasses>
|
| 330 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
| 331 | }
|
| 332 | MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {
|
| 333 | <LibraryClasses>
|
| 334 | NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
|
| 335 | }
|
| 336 |
|
mdkinney | 4442c57 | 2010-02-25 23:42:27 +0000 | [diff] [blame] | 337 | [Components.IA32, Components.X64, Components.IPF]
|
| 338 | MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
|
| 339 | MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
|
| 340 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
ljin6 | 819aa7b | 2010-01-28 08:19:25 +0000 | [diff] [blame] | 341 |
|
mdkinney | 4442c57 | 2010-02-25 23:42:27 +0000 | [diff] [blame] | 342 | [Components.IA32, Components.X64, Components.Ebc]
|
| 343 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
| 344 | MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
|
| 345 |
|
qhuang8 | 7726912 | 2009-08-24 15:31:04 +0000 | [diff] [blame] | 346 | [Components.IA32, Components.X64]
|
mdkinney | 4442c57 | 2010-02-25 23:42:27 +0000 | [diff] [blame] | 347 | MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
|
| 348 | MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
|
gdong1 | 8a2d499 | 2010-12-10 09:27:54 +0000 | [diff] [blame] | 349 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
|
| 350 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
|
xli24 | b25c0b6 | 2009-12-29 09:15:55 +0000 | [diff] [blame] | 351 | MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
|
xli24 | 10c5648 | 2009-12-25 07:26:06 +0000 | [diff] [blame] | 352 | MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
|
mdkinney | 4442c57 | 2010-02-25 23:42:27 +0000 | [diff] [blame] | 353 | MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
|
jljusten | 1c837cd | 2011-07-19 20:47:28 +0000 | [diff] [blame] | 354 | MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
|
rsun3 | d042c6e | 2011-03-10 07:39:51 +0000 | [diff] [blame] | 355 | MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
|
| 356 | MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
|
| 357 | MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
|
jljusten | b5827cb | 2011-08-10 00:02:58 +0000 | [diff] [blame] | 358 | MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 359 | MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
|
| 360 | MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
|
rsun3 | 495797c | 2011-08-16 02:58:20 +0000 | [diff] [blame] | 361 | MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
|
jljusten | be46cd5 | 2011-08-29 22:18:19 +0000 | [diff] [blame] | 362 | MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
|
jljusten | bdfde46 | 2011-08-29 22:19:48 +0000 | [diff] [blame] | 363 | MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
|
| 364 | MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
|
lgao4 | 0284e90 | 2011-12-01 01:57:27 +0000 | [diff] [blame] | 365 | MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
|
rsun3 | d042c6e | 2011-03-10 07:39:51 +0000 | [diff] [blame] | 366 |
|