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