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