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