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