]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg
[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 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
33 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
34 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
35 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
36 PeCoffGetEntryPoint|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
37 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
38 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
39 PostCodeLib|MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
40 PostCodeLib|MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
41 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
42 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
43 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
44 PeCoffLoaderLib|MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoaderLib.inf
45 CustomDecompressLib|MdePkg/Library/BaseCustomDecompressLibNull/BaseCustomDecompressLibNull.inf
46 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
47 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.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 PeCoffLoaderLib|MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoaderLib.inf
77
78
79 [LibraryClasses.common.PEIM]
80 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
81 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
82 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
83 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
84 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
85 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
86 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
87 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
88 SmBusLib|MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
89
90 [LibraryClasses.common.DXE_CORE]
91 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
92 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
93 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
94 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
95 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
96 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
97 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
98 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
99 PeCoffLoaderLib|MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoaderLib.inf
100
101 [LibraryClasses.common.DXE_DRIVER]
102 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
103 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
104 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
105 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
106 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
107 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
108 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
109 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
110 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
111 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
112 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
113 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
114 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
115 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
116 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
117 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
118 UsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
119 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
120 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
121 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
122
123 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
124 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
125 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
126 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
127 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
128 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
129 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
130 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
131 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
132 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
133 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
134 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
135 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
136 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
137 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
138 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
139
140 [LibraryClasses.common.DXE_SAL_DRIVER]
141 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
142 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
143 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
144 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
145 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
146 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
147 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
148 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
149 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
150 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
151 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
152 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
153 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
154
155 [LibraryClasses.common.DXE_SMM_DRIVER]
156 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
157 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
158 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
159 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
160 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
161 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
162 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
163 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
164 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
165 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
166 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
167 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
168
169 [LibraryClasses.common.UEFI_DRIVER]
170 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
171 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
172 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
173 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
174 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
175 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
176 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
177 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
178 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
179 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
180 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
181 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
182 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
183
184 [LibraryClasses.common.UEFI_APPLICATION]
185 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
186 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
187 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
188 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
189 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
190 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
191 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
192 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
193 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
194 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
195 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
196 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
197
198 [LibraryClasses.IA32.BASE]
199 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
200
201 [LibraryClasses.IA32.SEC]
202 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
203
204 [LibraryClasses.IA32.PEI_CORE]
205 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
206
207 [LibraryClasses.IA32.PEIM]
208 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
209
210 [LibraryClasses.IA32.DXE_DRIVER]
211 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
212
213 [LibraryClasses.IA32.DXE_SAL_DRIVER]
214 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
215
216 [LibraryClasses.IA32.UEFI_DRIVER]
217 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
218
219 [LibraryClasses.IA32.UEFI_APPLICATION]
220 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
221
222 [LibraryClasses.X64.BASE]
223 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
224
225 [LibraryClasses.X64.SEC]
226 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
227
228 [LibraryClasses.X64.PEI_CORE]
229 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
230
231 [LibraryClasses.X64.PEIM]
232 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
233
234 [LibraryClasses.X64.DXE_DRIVER]
235 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
236
237 [LibraryClasses.X64.DXE_SAL_DRIVER]
238 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
239
240 [LibraryClasses.X64.UEFI_DRIVER]
241 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
242
243 [LibraryClasses.X64.UEFI_APPLICATION]
244 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
245
246 [LibraryClasses.IPF.BASE]
247 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
248
249 [LibraryClasses.IPF.SEC]
250 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
251
252 [LibraryClasses.IPF.PEI_CORE]
253 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
254
255 [LibraryClasses.IPF.PEIM]
256 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
257
258 [LibraryClasses.IPF.DXE_DRIVER]
259 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
260
261 [LibraryClasses.IPF.DXE_SAL_DRIVER]
262 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
263
264 [LibraryClasses.IPF.UEFI_DRIVER]
265 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
266
267 [LibraryClasses.IPF.UEFI_APPLICATION]
268 TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
269
270 [LibraryClasses.IA32.DXE_RUNTIME_DRIVER]
271 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
272
273 [LibraryClasses.X64.DXE_RUNTIME_DRIVER]
274 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
275
276 [LibraryClasses.EBC.DXE_RUNTIME_DRIVER]
277 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
278
279 [LibraryClasses.IPF.DXE_RUNTIME_DRIVER]
280 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
281
282 [LibraryClasses.EBC.PEI_CORE]
283 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
284
285 [PcdsFeatureFlag.common]
286 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
287 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
288 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
289 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
290 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
291 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
292 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
293 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
294 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
295 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
296 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
297 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
298 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
299 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
300 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
301 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
302 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|FALSE
303 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
304 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
305 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
306
307 [PcdsFeatureFlag.IA32]
308 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
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
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
439 [Components.IA32]
440 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
441 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
442 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
443 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
444 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
445 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
446
447 [Components.X64]
448 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
449 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
450 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
451 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
452 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
453 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
454 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
455 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
456
457 [Components.IPF]
458 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
459 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
460 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
461
462 [Components.EBC]
463 #BugBug: Need DXE I/O library instance for EBC.
464 #MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
465 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf
466