]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
Correct DSC to specify the new AtapiPassThru directory.
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dsc
1 #/** @file
2 # EFI/PI Reference Module Package for All Architectures
3 #
4 # This FPD file is used for Package Level build.
5 #
6 # Copyright (c) 2007, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #**/
17
18 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23 [Defines]
24 PLATFORM_NAME = MdeModuleAll
25 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
26 PLATFORM_VERSION = 0.1
27 DSC_SPECIFICATION = 0x00010005
28 OUTPUT_DIRECTORY = $(WORKSPACE)/Build/MdeModule
29 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
30 BUILD_TARGETS = DEBUG|RELEASE
31 SKUID_IDENTIFIER = DEFAULT
32
33
34
35 ################################################################################
36 #
37 # Library Class section - list of all Library Classes needed by this Platform.
38 #
39 ################################################################################
40
41 [LibraryClasses.common]
42 CacheMaintenanceLib|${WORKSPACE}/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
43 DebugLib|${WORKSPACE}/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
44 BaseLib|${WORKSPACE}/MdePkg/Library/BaseLib/BaseLib.inf
45 BaseMemoryLib|${WORKSPACE}/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
46 PciCf8Lib|${WORKSPACE}/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
47 PciExpressLib|${WORKSPACE}/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
48 PciLib|${WORKSPACE}/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
49 PeCoffGetEntryPoint|${WORKSPACE}/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
50 PeCoffLib|${WORKSPACE}/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
51 PerformanceLib|${WORKSPACE}/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
52 PostCodeLib|${WORKSPACE}/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
53 PostCodeLib|${WORKSPACE}/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
54 PrintLib|${WORKSPACE}/MdePkg/Library/BasePrintLib/BasePrintLib.inf
55 TimerLib|${WORKSPACE}/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
56 UefiDecompressLib|${WORKSPACE}/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
57
58 [LibraryClasses.IA32]
59 IoLib|${WORKSPACE}/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
60 BaseMemoryLib|${WORKSPACE}/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
61
62 [LibraryClasses.X64]
63 IoLib|${WORKSPACE}/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
64 BaseMemoryLib|${WORKSPACE}/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
65
66 [LibraryClasses.IPF]
67 IoLib|${WORKSPACE}/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
68
69 [LibraryClasses.EBC]
70
71
72 [LibraryClasses.common.PEI_CORE]
73 PeiCoreEntryPoint|${WORKSPACE}/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
74 HobLib|${WORKSPACE}/MdePkg/Library/PeiHobLib/PeiHobLib.inf
75 MemoryAllocationLib|${WORKSPACE}/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
76 PeimEntryPointLib|${WORKSPACE}/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
77 PcdLib|${WORKSPACE}/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
78 PeiServiceLib|${WORKSPACE}/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
79 PeiServicesTablePointerLib|${WORKSPACE}/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
80
81 [LibraryClasses.common.PEIM]
82 HobLib|${WORKSPACE}/MdePkg/Library/PeiHobLib/PeiHobLib.inf
83 MemoryAllocationLib|${WORKSPACE}/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
84 PeimEntryPoint|${WORKSPACE}/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
85 PcdLib|${WORKSPACE}/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
86 PeiServicesLib|${WORKSPACE}/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
87 PeiServicesTablePointerLib|${WORKSPACE}/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
88 SmBusLib|${WORKSPACE}/MdePkg/Library/PeiSmbusLib/PeiSmbusLib.inf
89 ReportStatusCodeLib|${WORKSPACE}/IntelFrameworkPkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
90
91 [LibraryClasses.common.DXE_CORE]
92 HobLib|${WORKSPACE}/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
93 DxeCoreEntryPoint|${WORKSPACE}/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
94 MemoryAllocationLib|${WORKSPACE}/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
95 UefiBootServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
96 DebugLib|${WORKSPACE}/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
97 DevicePathLib|${WORKSPACE}/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
98 UefiLib|${WORKSPACE}/MdePkg/Library/UefiLib/UefiLib.inf
99 DxeServicesTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
100 ReportStatusCodeLib|${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
101
102 [LibraryClasses.common.DXE_DRIVER]
103 HobLib|${WORKSPACE}/MdePkg/Library/DxeHobLib/DxeHobLib.inf
104 MemoryAllocationLib|${WORKSPACE}/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
105 PcdLib|${WORKSPACE}/MdePkg/Library/DxePcdLib/DxePcdLib.inf
106 DxeServiceTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
107 SmbusLib|${WORKSPACE}/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
108 UefiBootServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
109 DebugLib|${WORKSPACE}/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
110 DevicePathLib|${WORKSPACE}/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
111 UefiDriverEntryPoint|${WORKSPACE}/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
112 UefiLib|${WORKSPACE}/MdePkg/Library/UefiLib/UefiLib.inf
113 UefiRuntimeServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
114 DxeServicesTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
115 FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
116 ReportStatusCodeLib|${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
117 ScsiLib|$(WORKSPACE)/MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
118
119 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
120 HobLib|${WORKSPACE}/MdePkg/Library/DxeHobLib/DxeHobLib.inf
121 MemoryAllocationLib|${WORKSPACE}/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
122 PcdLib|${WORKSPACE}/MdePkg/Library/DxePcdLib/DxePcdLib.inf
123 DxeServiceTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
124 SmbusLib|${WORKSPACE}/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
125 UefiBootServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
126 DebugLib|${WORKSPACE}/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
127 DevicePathLib|${WORKSPACE}/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
128 UefiDriverEntryPoint|${WORKSPACE}/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
129 UefiLib|${WORKSPACE}/MdePkg/Library/UefiLib/UefiLib.inf
130 UefiRuntimeServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
131 DxeServicesTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
132 FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
133 ReportStatusCodeLib|${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
134 ScsiLib|$(WORKSPACE)/MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
135
136 [LibraryClasses.common.DXE_SAL_DRIVER]
137 HobLib|${WORKSPACE}/MdePkg/Library/DxeHobLib/DxeHobLib.inf
138 MemoryAllocationLib|${WORKSPACE}/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
139 PcdLib|${WORKSPACE}/MdePkg/Library/DxePcdLib/DxePcdLib.inf
140 DxeServiceTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
141 SmbusLib|${WORKSPACE}/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
142 HiiLib|${WORKSPACE}/MdePkg/Library/HiiLib/HiiLib.inf
143 UefiBootServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
144 DebugLib|${WORKSPACE}/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
145 DevicePathLib|${WORKSPACE}/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
146 UefiDriverEntryPoint|${WORKSPACE}/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
147 UefiLib|${WORKSPACE}/MdePkg/Library/UefiLib/UefiLib.inf
148 UefiRuntimeServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
149 FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
150 ReportStatusCodeLib|${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
151 ScsiLib|$(WORKSPACE)/MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
152
153 [LibraryClasses.common.DXE_SMM_DRIVER]
154 HobLib|${WORKSPACE}/MdePkg/Library/DxeHobLib/DxeHobLib.inf
155 MemoryAllocationLib|${WORKSPACE}/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
156 PcdLib|${WORKSPACE}/MdePkg/Library/DxePcdLib/DxePcdLib.inf
157 DxeServiceTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
158 SmbusLib|${WORKSPACE}/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
159 HiiLib|${WORKSPACE}/MdePkg/Library/HiiLib/HiiLib.inf
160 UefiBootServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
161 DebugLib|${WORKSPACE}/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
162 DevicePathLib|${WORKSPACE}/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
163 UefiLib|${WORKSPACE}/MdePkg/Library/UefiLib/UefiLib.inf
164 UefiRuntimeServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
165 FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
166 ReportStatusCodeLib|${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
167 ScsiLib|$(WORKSPACE)/MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
168
169 [LibraryClasses.common.UEFI_DRIVER]
170 HobLib|${WORKSPACE}/MdePkg/Library/DxeHobLib/DxeHobLib.inf
171 MemoryAllocationLib|${WORKSPACE}/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
172 PcdLib|${WORKSPACE}/MdePkg/Library/DxePcdLib/DxePcdLib.inf
173 DxeServiceTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
174 SmbusLib|${WORKSPACE}/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
175 HiiLib|${WORKSPACE}/MdePkg/Library/HiiLib/HiiLib.inf
176 UefiBootServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
177 DebugLib|${WORKSPACE}/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
178 DevicePathLib|${WORKSPACE}/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
179 UefiDriverEntryPoint|${WORKSPACE}/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
180 UefiLib|${WORKSPACE}/MdePkg/Library/UefiLib/UefiLib.inf
181 UefiRuntimeServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
182 FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
183 ReportStatusCodeLib|${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
184 ScsiLib|$(WORKSPACE)/MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
185
186 [LibraryClasses.common.UEFI_APPLICATION]
187 HobLib|${WORKSPACE}/MdePkg/Library/DxeHobLib/DxeHobLib.inf
188 MemoryAllocationLib|${WORKSPACE}/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
189 PcdLib|${WORKSPACE}/MdePkg/Library/DxePcdLib/DxePcdLib.inf
190 DxeServiceTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
191 HiiLib|${WORKSPACE}/MdePkg/Library/HiiLib/HiiLib.inf
192 UefiApplicationEntryPoint|${WORKSPACE}/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
193 UefiBootServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
194 DevicePathLib|${WORKSPACE}/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
195 UefiLib|${WORKSPACE}/MdePkg/Library/UefiLib/UefiLib.inf
196 UefiRuntimeServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
197 DebugLib|${WORKSPACE}/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
198 FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
199 ReportStatusCodeLib|${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
200 ScsiLib|$(WORKSPACE)/MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
201
202 [LibraryClasses.IA32.BASE]
203 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
204
205 [LibraryClasses.IA32.SEC]
206 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
207
208 [LibraryClasses.IA32.PEI_CORE]
209 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
210
211 [LibraryClasses.IA32.PEIM]
212 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
213
214 [LibraryClasses.IA32.DXE_DRIVER]
215 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
216
217 [LibraryClasses.IA32.DXE_SAL_DRIVER]
218 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
219
220 [LibraryClasses.IA32.UEFI_DRIVER]
221 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
222
223 [LibraryClasses.IA32.UEFI_APPLICATION]
224 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
225
226 [LibraryClasses.X64.BASE]
227 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
228
229 [LibraryClasses.X64.SEC]
230 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
231
232 [LibraryClasses.X64.PEI_CORE]
233 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
234
235 [LibraryClasses.X64.PEIM]
236 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
237
238 [LibraryClasses.X64.DXE_DRIVER]
239 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
240
241 [LibraryClasses.X64.DXE_SAL_DRIVER]
242 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
243
244 [LibraryClasses.X64.UEFI_DRIVER]
245 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
246
247 [LibraryClasses.X64.UEFI_APPLICATION]
248 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
249
250 [LibraryClasses.IPF.BASE]
251 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
252
253 [LibraryClasses.IPF.SEC]
254 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
255
256 [LibraryClasses.IPF.PEI_CORE]
257 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
258
259 [LibraryClasses.IPF.PEIM]
260 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
261
262 [LibraryClasses.IPF.DXE_DRIVER]
263 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
264
265 [LibraryClasses.IPF.DXE_SAL_DRIVER]
266 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
267
268 [LibraryClasses.IPF.UEFI_DRIVER]
269 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
270
271 [LibraryClasses.IPF.UEFI_APPLICATION]
272 TimerLib|${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
273
274 [LibraryClasses.IA32.DXE_RUNTIME_DRIVER]
275 UefiRuntimeLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
276
277 [LibraryClasses.X64.DXE_RUNTIME_DRIVER]
278 UefiRuntimeLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
279
280 [LibraryClasses.EBC.DXE_RUNTIME_DRIVER]
281 UefiRuntimeLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
282
283 ################################################################################
284 #
285 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
286 #
287 ################################################################################
288 [PcdsFeatureFlag.common]
289 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE
290 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE
291 PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
292 PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
293 PcdSupportUpdateCapsuleRest|gEfiEdkModulePkgTokenSpaceGuid|FALSE
294
295 # PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
296
297 [PcdsFixedAtBuild.common]
298 PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000
299 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
300 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
301 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
302 PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f
303 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
304 PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06
305 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
306 PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0
307 PcdPostCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0
308 PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
309 PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000
310 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
311 PcdMaxSizeNonPopulateCapsule|gEfiEdkModulePkgTokenSpaceGuid|0x0
312 PcdMaxSizePopulateCapsule|gEfiEdkModulePkgTokenSpaceGuid|0x0
313 PcdFlashNvStorageFtwSpareBase|gEfiGenericPlatformTokenSpaceGuid|0x0
314 PcdFlashNvStorageFtwSpareSize|gEfiGenericPlatformTokenSpaceGuid|0x0
315 PcdFlashNvStorageFtwWorkingBase|gEfiGenericPlatformTokenSpaceGuid|0x0
316 PcdFlashNvStorageFtwWorkingSize|gEfiGenericPlatformTokenSpaceGuid|0x0
317 PcdFlashNvStorageVariableBase|gEfiGenericPlatformTokenSpaceGuid|0x0
318 PcdFlashNvStorageVariableSize|gEfiGenericPlatformTokenSpaceGuid|0x0
319
320 [PcdsPatchableInModule.common]
321 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
322 PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
323 PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000
324
325
326 ################################################################################
327 #
328 # Components Section - list of all EDK II Modules needed by this Platform
329 #
330 ################################################################################
331
332
333 [Components.Ia32]
334 ${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
335 ${WORKSPACE}/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
336 ${WORKSPACE}/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf
337 ${WORKSPACE}/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf
338 ${WORKSPACE}/MdeModulePkg/Universal/Disk/UnicodeCollation/English/Dxe/English.inf
339 ${WORKSPACE}/MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.inf
340 ${WORKSPACE}/MdeModulePkg/Universal/Capsule/RuntimeDxe/CapsuleRuntime.inf
341 ${WORKSPACE}/MdeModulePkg/Universal/Ebc/Dxe/Ebc.inf
342 ${WORKSPACE}/MdeModulePkg/Universal/GenericMemoryTest/Dxe/NullMemoryTest.inf
343 ${WORKSPACE}/MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteLite/Dxe/FtwLite.inf
344 ${WORKSPACE}/MdeModulePkg/Universal/BaseMemoryTestPei/BaseMemoryTest.inf
345 ${WORKSPACE}/MdeModulePkg/Universal/FirmwareVolume/GuidedSectionExtraction/Crc32SectionExtract/Dxe/Crc32SectionExtract.inf
346 ${WORKSPACE}/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf
347 ${WORKSPACE}/MdeModulePkg/Universal/RuntimeDxe/Runtime.inf
348 $(WORKSPACE)/MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
349 ${WORKSPACE}/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
350 ${WORKSPACE}/MdeModulePkg/Universal/VariablePei/Variable.inf
351 ${WORKSPACE}/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf
352 ${WORKSPACE}/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.inf
353 ${WORKSPACE}/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.inf
354
355 [Components.X64]
356 ${WORKSPACE}/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
357
358 [Components.IPF]
359 ${WORKSPACE}/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
360
361 [Components.EBC]
362 ${WORKSPACE}/MdeModulePkg/Application/HelloWorld/HelloWorld.inf