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