vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 1 | #/** @file
|
| 2 | # EFI/PI Reference Module Package for All Architectures
|
| 3 | #
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 4 | # Copyright (c) 2007, Intel Corporation
|
| 5 | #
|
| 6 | # All rights reserved. This program and the accompanying materials
|
| 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 | #
|
| 14 | #**/
|
| 15 |
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 16 | [Defines]
|
AJFISH | 97a079e | 2007-07-09 23:39:54 +0000 | [diff] [blame] | 17 | PLATFORM_NAME = MdeModule
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 18 | PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
|
| 19 | PLATFORM_VERSION = 0.1
|
| 20 | DSC_SPECIFICATION = 0x00010005
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 21 | OUTPUT_DIRECTORY = Build/MdeModule
|
jwang36 | 7a7f7e4 | 2007-06-26 02:48:50 +0000 | [diff] [blame] | 22 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
|
| 23 | BUILD_TARGETS = DEBUG|RELEASE
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 24 | SKUID_IDENTIFIER = DEFAULT
|
| 25 |
|
| 26 |
|
| 27 |
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 28 | [LibraryClasses.common]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 29 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
| 30 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 31 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
vprabhal | c8ff964 | 2007-10-05 20:16:54 +0000 | [diff] [blame] | 32 | CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 33 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 34 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
| 35 | PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
|
| 36 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
yshang1 | 5053cf7 | 2007-11-08 03:40:50 +0000 | [diff] [blame] | 37 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 38 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
| 39 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
| 40 | PostCodeLib|MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
|
| 41 | PostCodeLib|MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
|
| 42 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 43 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 44 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
klu2 | 4fb31c2 | 2007-09-26 09:35:36 +0000 | [diff] [blame] | 45 | S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
|
| 46 | RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 47 |
|
yshang1 | 5053cf7 | 2007-11-08 03:40:50 +0000 | [diff] [blame] | 48 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
| 49 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
| 50 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 51 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 52 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 53 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 54 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 55 | PalCallLib|MdePkg/Library/BasePalCallLibNull/BasePalCallLibNull.inf
|
| 56 | PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
|
| 57 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 58 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 59 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 60 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 61 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 62 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 63 | FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 64 | ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
qwang12 | 93e3992 | 2008-01-21 14:39:56 +0000 | [diff] [blame] | 65 | HiiLib|MdePkg/Library/HiiLib/HiiLib.inf
|
qwang12 | 9226efe | 2008-02-02 13:15:44 +0000 | [diff] [blame] | 66 | ExtendedHiiLib|MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
|
yshang1 | 5053cf7 | 2007-11-08 03:40:50 +0000 | [diff] [blame] | 67 | UsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
| 68 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 69 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 70 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
vanjeff | 36ee91c | 2007-11-20 05:42:23 +0000 | [diff] [blame] | 71 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
yshang1 | 5053cf7 | 2007-11-08 03:40:50 +0000 | [diff] [blame] | 72 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
jljusten | 0e26c72 | 2008-02-11 22:22:47 +0000 | [diff] [blame] | 73 | GraphicsLib|MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf
|
qwang12 | 9226efe | 2008-02-02 13:15:44 +0000 | [diff] [blame] | 74 | IfrSupportLib|MdePkg/Library/IfrSupportLib/IfrSupportLib.inf
|
| 75 | ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
|
lgao4 | 6ee6572 | 2007-12-05 09:58:33 +0000 | [diff] [blame] | 76 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
qwang12 | 93e3992 | 2008-01-21 14:39:56 +0000 | [diff] [blame] | 77 | DxePiLib|MdePkg/Library/DxePiLib/DxePiLib.inf
|
| 78 | PlatformBdsLib|MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
|
| 79 | GenericBdsLib|MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
jljusten | 0e26c72 | 2008-02-11 22:22:47 +0000 | [diff] [blame] | 80 | GraphicsLib|MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf
|
qwang12 | 93e3992 | 2008-01-21 14:39:56 +0000 | [diff] [blame] | 81 | DxePiLib|MdePkg/Library/DxePiLib/DxePiLib.inf
|
| 82 | PlatformBdsLib|MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
|
| 83 | GenericBdsLib|MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
vanjeff | b290614 | 2008-01-16 09:04:43 +0000 | [diff] [blame] | 84 | PlatDriOverLib|MdeModulePkg/Library/DxePlatDriOverLib/DxePlatDriOverLib.inf
|
qwang12 | 71a6ebb | 2008-02-04 06:55:13 +0000 | [diff] [blame] | 85 | OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
| 86 |
|
yshang1 | 5053cf7 | 2007-11-08 03:40:50 +0000 | [diff] [blame] | 87 |
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 88 | [LibraryClasses.IA32]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 89 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 90 |
|
| 91 | [LibraryClasses.X64]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 92 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 93 |
|
| 94 | [LibraryClasses.IPF]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 95 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 96 |
|
yshang1 | 4083417 | 2007-08-07 08:49:37 +0000 | [diff] [blame] | 97 | [LibraryClasses.EBC.DXE_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 98 | IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 99 |
|
yshang1 | 4083417 | 2007-08-07 08:49:37 +0000 | [diff] [blame] | 100 | [LibraryClasses.EBC.PEIM]
|
| 101 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
| 102 |
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 103 | [LibraryClasses.common.PEI_CORE]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 104 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 105 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
klu2 | 87c96e3 | 2007-08-10 05:30:39 +0000 | [diff] [blame] | 106 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
vanjeff | 5b6cc33 | 2007-07-11 08:58:21 +0000 | [diff] [blame] | 107 |
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 108 | [LibraryClasses.common.PEIM]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 109 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 110 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
klu2 | 87c96e3 | 2007-08-10 05:30:39 +0000 | [diff] [blame] | 111 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
yshang1 | d8b61da | 2007-08-06 03:52:01 +0000 | [diff] [blame] | 112 | SmBusLib|MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
|
lgao4 | d173d9c | 2007-10-09 07:54:34 +0000 | [diff] [blame] | 113 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
vanjeff | d0c6472 | 2007-10-16 05:30:18 +0000 | [diff] [blame] | 114 |
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 115 | [LibraryClasses.common.DXE_CORE]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 116 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 117 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
lgao4 | d173d9c | 2007-10-09 07:54:34 +0000 | [diff] [blame] | 118 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 119 |
|
| 120 | [LibraryClasses.common.DXE_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 121 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 122 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
klu2 | 87c96e3 | 2007-08-10 05:30:39 +0000 | [diff] [blame] | 123 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
qhuang8 | f5bd465 | 2007-06-29 04:58:19 +0000 | [diff] [blame] | 124 |
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 125 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 126 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 127 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 128 | SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 129 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
klu2 | 87c96e3 | 2007-08-10 05:30:39 +0000 | [diff] [blame] | 130 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
qhuang8 | f5bd465 | 2007-06-29 04:58:19 +0000 | [diff] [blame] | 131 |
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 132 | [LibraryClasses.common.DXE_SAL_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 133 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 134 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 135 | SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 136 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 137 |
|
| 138 | [LibraryClasses.common.DXE_SMM_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 139 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 140 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 141 | SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 142 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 143 |
|
| 144 | [LibraryClasses.common.UEFI_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 145 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 146 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 147 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 148 |
|
| 149 | [LibraryClasses.common.UEFI_APPLICATION]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 150 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 151 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 152 | DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
|
mdkinney | 2d85ada | 2007-08-17 21:04:00 +0000 | [diff] [blame] | 153 |
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 154 | [PcdsFeatureFlag.common]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 155 | gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
|
| 156 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
|
| 157 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
|
| 158 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
|
| 159 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
|
| 160 | gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
|
| 161 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
|
| 162 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
|
| 163 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
|
| 164 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
|
| 165 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
|
| 166 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
|
| 167 | gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
|
| 168 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
|
| 169 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
|
| 170 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
|
| 171 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|FALSE
|
| 172 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
|
| 173 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
|
| 174 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
|
AJFISH | d4ef798 | 2007-10-04 22:49:21 +0000 | [diff] [blame] | 175 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
|
qhuang8 | da22267 | 2007-10-09 03:16:55 +0000 | [diff] [blame] | 176 | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
|
| 177 | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
|
vanjeff | d0c6472 | 2007-10-16 05:30:18 +0000 | [diff] [blame] | 178 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
|
| 179 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 180 |
|
xgu3 | 9527612 | 2007-07-05 07:05:28 +0000 | [diff] [blame] | 181 | [PcdsFeatureFlag.IA32]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 182 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
|
yshang1 | 5d58295 | 2007-09-28 08:22:33 +0000 | [diff] [blame] | 183 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
|
xgu3 | 9527612 | 2007-07-05 07:05:28 +0000 | [diff] [blame] | 184 |
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 185 | [PcdsFixedAtBuild.common]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 186 | gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
|
| 187 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
|
| 188 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
|
| 189 | gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
|
| 190 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
|
| 191 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
|
| 192 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
|
| 193 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
|
| 194 | gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
|
| 195 | gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
|
| 196 | gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
|
| 197 | gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
|
| 198 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
|
| 199 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
|
| 200 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
|
| 201 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0
|
| 202 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0
|
| 203 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0
|
| 204 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0
|
| 205 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0
|
| 206 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0
|
| 207 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
|
| 208 | gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
|
| 209 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
|
| 210 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003 # EFI_COMPUTING_UNIT_HOST_PROCESSOR | EFI_CU_HP_EC_TIMER_EXPIRED
|
| 211 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006 # EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_RS_PC_SET_VIRTUAL_ADDRESS_MAP
|
| 212 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_PC_TEST
|
| 213 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
|
| 214 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
|
| 215 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
|
| 216 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
|
| 217 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 218 |
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 219 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError|0x01020005 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INTERFACE_ERROR
|
| 220 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable|0x01020004 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_ENABLE
|
| 221 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable|0x01020002 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_DISABLE
|
| 222 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardEnable|0x01010004 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_ENABLE
|
| 223 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardPresenceDetect|0x01010003 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_PRESENCE_DETECT
|
| 224 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardDisable|0x01010002 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_DISABLE
|
| 225 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardReset|0x01010001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_RESET
|
| 226 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardClearBuffer|0x01011000 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_CLEAR_BUFFER
|
| 227 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardSelfTest|0x01011001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_SELF_TEST
|
| 228 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInterfaceError|0x01010005 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INTERFACE_ERROR
|
| 229 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInputError|0x01010007 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INPUT_ERROR
|
| 230 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError|0x01020007 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INPUT_ERROR
|
| 231 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset|0x01020001 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_RESET
|
vanjeff | ed838d0 | 2007-07-12 17:31:28 +0000 | [diff] [blame] | 232 |
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 233 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
|
| 234 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
|
| 235 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
|
| 236 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
|
| 237 | gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
|
lgao4 | 18fd8d6 | 2007-09-29 08:04:29 +0000 | [diff] [blame] | 238 | gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
|
mdkinney | 2d85ada | 2007-08-17 21:04:00 +0000 | [diff] [blame] | 239 |
|
qwang12 | 177aabe | 2007-10-15 11:15:39 +0000 | [diff] [blame] | 240 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
|
| 241 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
|
klu2 | 58dcdad | 2008-02-29 18:24:43 +0000 | [diff] [blame] | 242 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize|0x20000
|
qwang12 | 177aabe | 2007-10-15 11:15:39 +0000 | [diff] [blame] | 243 |
|
| 244 |
|
klu2 | 898d4ac | 2007-07-11 17:35:30 +0000 | [diff] [blame] | 245 | [PcdsFixedAtBuild.IPF]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 246 | gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
|
vanjeff | ed838d0 | 2007-07-12 17:31:28 +0000 | [diff] [blame] | 247 |
|
vanjeff | b7d286b | 2007-06-22 09:15:22 +0000 | [diff] [blame] | 248 | ################################################################################
|
| 249 | #
|
| 250 | # Components Section - list of all EDK II Modules needed by this Platform
|
| 251 | #
|
| 252 | ################################################################################
|
| 253 |
|
klu2 | 898d4ac | 2007-07-11 17:35:30 +0000 | [diff] [blame] | 254 | [Components.common]
|
vanjeff | c3f6b7b | 2008-01-17 05:58:14 +0000 | [diff] [blame] | 255 | MdeModulePkg/Core/Pei/PeiMain.inf
|
| 256 | MdeModulePkg/Core/Dxe/DxeMain.inf {
|
| 257 | <LibraryClasses>
|
| 258 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
| 259 | }
|
| 260 |
|
| 261 | MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
|
| 262 | MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
|
| 263 | MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
|
| 264 | MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
|
| 265 |
|
| 266 | MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
| 267 | MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 268 | MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 269 | MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
| 270 |
|
| 271 | MdeModulePkg/Library/DxePlatDriOverLib/DxePlatDriOverLib.inf
|
| 272 |
|
| 273 | MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
|
| 274 | MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
|
| 275 |
|
qwang12 | 93e3992 | 2008-01-21 14:39:56 +0000 | [diff] [blame] | 276 | MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
jljusten | 0e26c72 | 2008-02-11 22:22:47 +0000 | [diff] [blame] | 277 | MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf
|
qwang12 | 9226efe | 2008-02-02 13:15:44 +0000 | [diff] [blame] | 278 | MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
|
| 279 | MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
|
qwang12 | 93e3992 | 2008-01-21 14:39:56 +0000 | [diff] [blame] | 280 |
|
| 281 | MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
|
| 282 |
|
eric_tian | 7a44447 | 2008-01-22 08:07:35 +0000 | [diff] [blame] | 283 | MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
|
vanjeff | c3f6b7b | 2008-01-17 05:58:14 +0000 | [diff] [blame] | 284 |
|
| 285 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
qwang12 | 93e3992 | 2008-01-21 14:39:56 +0000 | [diff] [blame] | 286 | MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
|
vanjeff | c3f6b7b | 2008-01-17 05:58:14 +0000 | [diff] [blame] | 287 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
| 288 | MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
|
| 289 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
| 290 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
| 291 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
| 292 | MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf
|
| 293 | MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
|
| 294 | MdeModulePkg/Universal/Network/PxeDhcp4Dxe/PxeDhcp4Dxe.inf
|
| 295 | MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
|
| 296 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
|
| 297 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
| 298 | MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
|
| 299 |
|
| 300 | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
|
| 301 |
|
| 302 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
| 303 |
|
| 304 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
| 305 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
| 306 |
|
| 307 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
| 308 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
| 309 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
| 310 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
| 311 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
|
| 312 |
|
| 313 | MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
|
| 314 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
|
| 315 | MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
|
| 316 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
| 317 |
|
jljusten | 4dd60a1 | 2008-02-20 02:09:13 +0000 | [diff] [blame] | 318 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
vanjeff | c3f6b7b | 2008-01-17 05:58:14 +0000 | [diff] [blame] | 319 | MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
|
| 320 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
|
| 321 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 322 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
| 323 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
|
| 324 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
|
| 325 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
|
| 326 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
| 327 | MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
|
vanjeff | c3f6b7b | 2008-01-17 05:58:14 +0000 | [diff] [blame] | 328 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
| 329 | MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
| 330 | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
|
| 331 | MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
| 332 | MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
|
| 333 | MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
| 334 | MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
|
| 335 | MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
|
| 336 |
|
| 337 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
|
| 338 | MdeModulePkg/Universal/Variable/Application/VariableInfo.inf
|
| 339 |
|
qwang12 | 93e3992 | 2008-01-21 14:39:56 +0000 | [diff] [blame] | 340 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
| 341 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|
| 342 | MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
|
| 343 |
|
vanjeff | c3f6b7b | 2008-01-17 05:58:14 +0000 | [diff] [blame] | 344 | [Components.IA32]
|
| 345 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
| 346 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
| 347 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
| 348 | MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
|
| 349 | MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
| 350 | MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
|
jljusten | 0e26c72 | 2008-02-11 22:22:47 +0000 | [diff] [blame] | 351 | MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf
|
vanjeff | c3f6b7b | 2008-01-17 05:58:14 +0000 | [diff] [blame] | 352 |
|
| 353 | [Components.X64]
|
| 354 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
| 355 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
| 356 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
| 357 | MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
|
| 358 | MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
| 359 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
| 360 | MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
|
| 361 | MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
|
| 362 |
|
| 363 | [Components.IPF]
|
| 364 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
| 365 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
| 366 | MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
|
| 367 |
|
| 368 | [Components.EBC]
|
| 369 | #BugBug: Need DXE I/O library instance for EBC.
|
| 370 | #MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
| 371 | MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
|
| 372 |
|