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