]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
added the CpuLib
[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
306 [PcdsFeatureFlag.IA32]
307 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
308 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
309
310 [PcdsFixedAtBuild.common]
311 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
312 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
313 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
314 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
315 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
316 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
317 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
318 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
319 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
320 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
321 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
322 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
323 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
324 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
325 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
326 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0
327 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0
328 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0
329 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0
330 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0
331 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0
332 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
333 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
334 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
335 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003 # EFI_COMPUTING_UNIT_HOST_PROCESSOR | EFI_CU_HP_EC_TIMER_EXPIRED
336 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006 # EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_RS_PC_SET_VIRTUAL_ADDRESS_MAP
337 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_PC_TEST
338 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
339 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
340 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
341 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
342 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
343
344 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError|0x01020005 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INTERFACE_ERROR
345 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable|0x01020004 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_ENABLE
346 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable|0x01020002 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_DISABLE
347 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardEnable|0x01010004 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_ENABLE
348 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardPresenceDetect|0x01010003 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_PRESENCE_DETECT
349 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardDisable|0x01010002 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_DISABLE
350 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardReset|0x01010001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_RESET
351 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardClearBuffer|0x01011000 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_CLEAR_BUFFER
352 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardSelfTest|0x01011001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_SELF_TEST
353 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInterfaceError|0x01010005 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INTERFACE_ERROR
354 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInputError|0x01010007 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INPUT_ERROR
355 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError|0x01020007 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INPUT_ERROR
356 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset|0x01020001 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_RESET
357
358 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
359 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
360 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
361 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
362 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
363 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
364
365 [PcdsFixedAtBuild.IPF]
366 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
367
368 ################################################################################
369 #
370 # Components Section - list of all EDK II Modules needed by this Platform
371 #
372 ################################################################################
373
374 [Components.common]
375 MdeModulePkg/Core/Pei/PeiMain.inf
376 MdeModulePkg/Core/Dxe/DxeMain.inf
377 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
378 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
379 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
380 MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
381
382 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
383 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
384 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
385
386 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
387 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
388
389 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
390 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
391 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
392 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
393 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
394 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
395 MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf
396 MdeModulePkg/Universal/Network/PxeDhcp4Dxe/PxeDhcp4Dxe.inf
397 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
398 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
399 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
400
401 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
402
403 MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
404 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
405 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
406
407 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
408 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
409 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
410 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
411 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
412
413 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
414 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
415 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
416 MdeModulePkg/Universal/FirmwareVolume/Crc32SectionExtractDxe/Crc32SectionExtractDxe.inf
417 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
418
419 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
420 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
421 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
422 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
423 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
424 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
425 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
426 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
427 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
428 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
429 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
430 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
431 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
432 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
433 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
434 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
435 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
436
437 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
438 MdeModulePkg/Universal/Variable/Application/VariableInfo.inf
439
440 [Components.IA32]
441 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
442 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
443 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
444 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
445 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
446 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
447
448 [Components.X64]
449 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
450 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
451 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
452 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
453 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
454 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
455 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
456 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
457
458 [Components.IPF]
459 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
460 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
461 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
462
463 [Components.EBC]
464 #BugBug: Need DXE I/O library instance for EBC.
465 #MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
466 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
467