]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
Apply Crc32GuidedSectionExtract library instance to replace the original Crc32Section...
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dsc
1 #/** @file
2 # EFI/PI Reference Module Package for All Architectures
3 #
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
16 [Defines]
17 PLATFORM_NAME = MdeModule
18 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
19 PLATFORM_VERSION = 0.1
20 DSC_SPECIFICATION = 0x00010005
21 OUTPUT_DIRECTORY = Build/MdeModule
22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
23 BUILD_TARGETS = DEBUG|RELEASE
24 SKUID_IDENTIFIER = DEFAULT
25
26
27
28 [LibraryClasses.common]
29 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
30 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
31 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
32 CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
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
37 PeCoffGetEntryPoint|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
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
45 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
46 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
47
48 [LibraryClasses.IA32]
49 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
50 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
51
52 [LibraryClasses.X64]
53 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
54 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
55
56 [LibraryClasses.IPF]
57 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
58 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
59 PalCallLib|MdePkg/Library/BasePalCallLibNull/BasePalCallLibNull.inf
60
61 [LibraryClasses.EBC.DXE_DRIVER]
62 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
63
64 [LibraryClasses.EBC.PEIM]
65 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
66
67 [LibraryClasses.common.PEI_CORE]
68 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
69 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
70 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
71 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
72 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
73 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
74 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
75 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
76 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
77
78 [LibraryClasses.common.PEIM]
79 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
80 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
81 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
82 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
83 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
84 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
85 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
86 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
87 SmBusLib|MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
88 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
89 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
90
91 [LibraryClasses.common.DXE_CORE]
92 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
93 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
94 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
95 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
96 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
97 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
98 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
99 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
100 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
101
102 [LibraryClasses.common.DXE_DRIVER]
103 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
104 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
105 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
106 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
107 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
108 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
109 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
110 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
111 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
112 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
113 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
114 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
115 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
116 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
117 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
118 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
119 UsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
120 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
121 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
122 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
123
124 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
125 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
126 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
127 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
128 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
129 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
130 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
131 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
132 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
133 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
134 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
135 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
136 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
137 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
138 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
139 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
140
141 [LibraryClasses.common.DXE_SAL_DRIVER]
142 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
143 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
144 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
145 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
146 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
147 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
148 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
149 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
150 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
151 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
152 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
153 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
154 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
155
156 [LibraryClasses.common.DXE_SMM_DRIVER]
157 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
158 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
159 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
160 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
161 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
162 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
163 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
164 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
165 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
166 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
167 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
168 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
169
170 [LibraryClasses.common.UEFI_DRIVER]
171 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
172 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
173 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
174 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
175 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
176 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
177 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
178 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
179 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
180 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
181 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
182 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
183 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
184
185 [LibraryClasses.common.UEFI_APPLICATION]
186 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
187 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
188 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
189 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
190 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
191 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
192 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
193 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
194 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
195 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
196 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
197 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
198
199 [LibraryClasses.IA32.BASE]
200 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
201
202 [LibraryClasses.IA32.SEC]
203 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
204
205 [LibraryClasses.IA32.PEI_CORE]
206 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
207
208 [LibraryClasses.IA32.PEIM]
209 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
210
211 [LibraryClasses.IA32.DXE_DRIVER]
212 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
213
214 [LibraryClasses.IA32.DXE_SAL_DRIVER]
215 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
216
217 [LibraryClasses.IA32.UEFI_DRIVER]
218 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
219
220 [LibraryClasses.IA32.UEFI_APPLICATION]
221 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
222
223 [LibraryClasses.X64.BASE]
224 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
225
226 [LibraryClasses.X64.SEC]
227 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
228
229 [LibraryClasses.X64.PEI_CORE]
230 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
231
232 [LibraryClasses.X64.PEIM]
233 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
234
235 [LibraryClasses.X64.DXE_DRIVER]
236 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
237
238 [LibraryClasses.X64.DXE_SAL_DRIVER]
239 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
240
241 [LibraryClasses.X64.UEFI_DRIVER]
242 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
243
244 [LibraryClasses.X64.UEFI_APPLICATION]
245 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
246
247 [LibraryClasses.IA32.DXE_RUNTIME_DRIVER]
248 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
249
250 [LibraryClasses.X64.DXE_RUNTIME_DRIVER]
251 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
252
253 [LibraryClasses.EBC.DXE_RUNTIME_DRIVER]
254 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
255
256 [LibraryClasses.IPF.DXE_RUNTIME_DRIVER]
257 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
258
259 [LibraryClasses.EBC.PEI_CORE]
260 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
261
262 [PcdsFeatureFlag.common]
263 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
264 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
265 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
266 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
267 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
268 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
269 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
270 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
271 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
272 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
273 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
274 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
275 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
276 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
277 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
278 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
279 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|FALSE
280 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
281 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
282 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
283 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
284 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
285 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
286 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
287 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
288
289 [PcdsFeatureFlag.IA32]
290 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
291 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
292
293 [PcdsFixedAtBuild.common]
294 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
295 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
296 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
297 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
298 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
299 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
300 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
301 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
302 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
303 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
304 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
305 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
306 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
307 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
308 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
309 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0
310 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0
311 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0
312 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0
313 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0
314 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0
315 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
316 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
317 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
318 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003 # EFI_COMPUTING_UNIT_HOST_PROCESSOR | EFI_CU_HP_EC_TIMER_EXPIRED
319 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006 # EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_RS_PC_SET_VIRTUAL_ADDRESS_MAP
320 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_PC_TEST
321 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
322 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
323 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
324 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
325 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
326
327 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError|0x01020005 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INTERFACE_ERROR
328 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable|0x01020004 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_ENABLE
329 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable|0x01020002 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_DISABLE
330 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardEnable|0x01010004 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_ENABLE
331 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardPresenceDetect|0x01010003 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_PRESENCE_DETECT
332 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardDisable|0x01010002 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_DISABLE
333 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardReset|0x01010001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_RESET
334 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardClearBuffer|0x01011000 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_CLEAR_BUFFER
335 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardSelfTest|0x01011001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_SELF_TEST
336 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInterfaceError|0x01010005 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INTERFACE_ERROR
337 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInputError|0x01010007 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INPUT_ERROR
338 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError|0x01020007 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INPUT_ERROR
339 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset|0x01020001 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_RESET
340
341 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
342 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
343 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
344 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
345 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
346 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
347
348 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
349 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
350
351
352 [PcdsFixedAtBuild.IPF]
353 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
354
355 ################################################################################
356 #
357 # Components Section - list of all EDK II Modules needed by this Platform
358 #
359 ################################################################################
360
361 [Components.common]
362 MdeModulePkg/Core/Pei/PeiMain.inf
363 MdeModulePkg/Core/Dxe/DxeMain.inf {
364 <LibraryClasses>
365 NULL|MdeModulePkg/Library/Crc32GuidedSectionExtractLib/Crc32GuidedSectionExtractLib.inf
366 }
367
368 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
369 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
370 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
371 MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
372
373 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
374 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
375 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
376
377 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
378 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
379
380 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
381 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
382 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
383 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
384 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
385 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
386 MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf
387 MdeModulePkg/Universal/Network/PxeDhcp4Dxe/PxeDhcp4Dxe.inf
388 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
389 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
390 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
391
392 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
393
394 MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
395 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
396 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
397
398 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
399 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
400 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
401 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
402 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
403
404 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
405 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
406 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
407 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
408
409 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
410 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
411 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
412 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
413 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
414 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
415 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
416 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
417 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
418 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
419 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
420 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
421 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
422 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
423 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
424 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
425 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
426
427 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
428 MdeModulePkg/Universal/Variable/Application/VariableInfo.inf
429
430 [Components.IA32]
431 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
432 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
433 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
434 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
435 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
436 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
437
438 [Components.X64]
439 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
440 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
441 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
442 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
443 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
444 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
445 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
446 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
447
448 [Components.IPF]
449 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
450 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
451 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
452
453 [Components.EBC]
454 #BugBug: Need DXE I/O library instance for EBC.
455 #MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
456 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
457