]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Nt32Pkg/Nt32Pkg.dsc
SCR_EL3 is the control register for setting the security state
[mirror_edk2.git] / Nt32Pkg / Nt32Pkg.dsc
... / ...
CommitLineData
1## @file\r
2# EFI/Framework Emulation Platform with UEFI HII interface supported.\r
3#\r
4# The Emulation Platform can be used to debug individual modules, prior to creating\r
5# a real platform. This also provides an example for how an DSC is created.\r
6#\r
7# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19################################################################################\r
20#\r
21# Defines Section - statements that will be processed to create a Makefile.\r
22#\r
23################################################################################\r
24[Defines]\r
25 PLATFORM_NAME = NT32\r
26 PLATFORM_GUID = EB216561-961F-47EE-9EF9-CA426EF547C2\r
27 PLATFORM_VERSION = 0.4\r
28 DSC_SPECIFICATION = 0x00010005\r
29 OUTPUT_DIRECTORY = Build/NT32\r
30 SUPPORTED_ARCHITECTURES = IA32\r
31 BUILD_TARGETS = DEBUG|RELEASE\r
32 SKUID_IDENTIFIER = DEFAULT\r
33 FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf\r
34\r
35 #\r
36 # Defines for default states. These can be changed on the command line.\r
37 # -D FLAG=VALUE\r
38 #\r
39 DEFINE SECURE_BOOT_ENABLE = FALSE\r
40\r
41################################################################################\r
42#\r
43# SKU Identification section - list of all SKU IDs supported by this\r
44# Platform.\r
45#\r
46################################################################################\r
47[SkuIds]\r
48 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
49\r
50################################################################################\r
51#\r
52# Library Class section - list of all Library Classes needed by this Platform.\r
53#\r
54################################################################################\r
55[LibraryClasses]\r
56 #\r
57 # Entry point\r
58 #\r
59 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
60 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
61 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
62 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
63 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
64 #\r
65 # Basic\r
66 #\r
67 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
68 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
69 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
70 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
71 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
72 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
73 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
74 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
75 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
76 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
77 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
78 #\r
79 # UEFI & PI\r
80 #\r
81 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
82 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
83 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
84 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
85 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
86 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
87 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
88 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
89 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
90 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
91 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
92 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
93 \r
94 #\r
95 # Generic Modules\r
96 #\r
97 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
98 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
99 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
100 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
101 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
102 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
103 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
104 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
105 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
106 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
107 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
108 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
109 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
110 #\r
111 # Platform\r
112 #\r
113 PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf\r
114 #\r
115 # Misc\r
116 #\r
117 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
118 DebugPrintErrorLevelLib|MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf\r
119 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
120 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
121 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
122 \r
123!if $(SECURE_BOOT_ENABLE) == TRUE\r
124 PlatformSecureLib|Nt32Pkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
125 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
126 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
127!endif\r
128\r
129[LibraryClasses.common.USER_DEFINED]\r
130 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
131 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
132 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
133 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r
134 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
135 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
136\r
137[LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]\r
138 #\r
139 # PEI phase common\r
140 #\r
141 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
142 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
143 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
144 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
145 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r
146 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
147 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf\r
148 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf\r
149 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
150\r
151[LibraryClasses.common.PEI_CORE]\r
152 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
153 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
154\r
155[LibraryClasses.common.PEIM]\r
156 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
157 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r
158!if $(SECURE_BOOT_ENABLE) == TRUE \r
159 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
160!endif\r
161\r
162[LibraryClasses.common]\r
163 #\r
164 # DXE phase common\r
165 #\r
166 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
167 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
168 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
169 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
170 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
171 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
172 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf\r
173 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
174 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
175!if $(SECURE_BOOT_ENABLE) == TRUE\r
176 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
177!endif\r
178\r
179[LibraryClasses.common.DXE_CORE]\r
180 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
181 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
182 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
183\r
184[LibraryClasses.common.DXE_SMM_DRIVER]\r
185 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
186\r
187[LibraryClasses.common.UEFI_DRIVER]\r
188 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
189\r
190[LibraryClasses.common.UEFI_APPLICATION]\r
191 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
192 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
193 \r
194[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
195 #\r
196 # Runtime\r
197 #\r
198!if $(SECURE_BOOT_ENABLE) == TRUE\r
199 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
200!endif\r
201\r
202################################################################################\r
203#\r
204# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
205#\r
206################################################################################\r
207[PcdsFeatureFlag]\r
208 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
209 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
210 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
211 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE\r
212\r
213[PcdsFixedAtBuild]\r
214 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
215 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
216 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
217 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000\r
218 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
219 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"\r
220 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000\r
221 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
222 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
223!if $(SECURE_BOOT_ENABLE) == TRUE\r
224 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
225!endif\r
226\r
227!if $(SECURE_BOOT_ENABLE) == TRUE\r
228 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
229 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x05\r
230 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x05\r
231 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x05\r
232!endif\r
233\r
234################################################################################\r
235#\r
236# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
237#\r
238################################################################################\r
239[PcdsDynamicDefault.common.DEFAULT]\r
240 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|20\r
241 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\Ia32\Apps"|VOID*|106\r
242 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|52\r
243 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|52\r
244 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|26\r
245 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|12\r
246 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100\r
247 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|52\r
248\r
249 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
250 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
251 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0\r
252\r
253[PcdsDynamicHii.common.DEFAULT]\r
254 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutColumn|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x0|80\r
255 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutRow|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x4|25\r
256 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
257 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1\r
258\r
259###################################################################################################\r
260#\r
261# Components Section - list of the modules and components that will be processed by compilation\r
262# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
263#\r
264# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
265# into firmware volume images. This section is just a list of modules to compile from\r
266# source into UEFI-compliant binaries.\r
267# It is the FDF file that contains information on combining binary files into firmware\r
268# volume images, whose concept is beyond UEFI and is described in PI specification.\r
269# Binary modules do not need to be listed in this section, as they should be\r
270# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
271# Logo (Logo.bmp), and etc.\r
272# There may also be modules listed in this section that are not required in the FDF file,\r
273# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
274# generated for it, but the binary will not be put into any firmware volume.\r
275#\r
276###################################################################################################\r
277[Components.IA32]\r
278 ##\r
279 # SEC Phase modules\r
280 ##\r
281 Nt32Pkg/Sec/SecMain.inf\r
282\r
283 ##\r
284 # PEI Phase modules\r
285 ##\r
286 MdeModulePkg/Core/Pei/PeiMain.inf\r
287 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
288 <LibraryClasses>\r
289 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
290 }\r
291 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
292 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
293 Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf\r
294 Nt32Pkg/BootModePei/BootModePei.inf\r
295 Nt32Pkg/StallPei/StallPei.inf\r
296 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf\r
297 \r
298 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r
299!if $(SECURE_BOOT_ENABLE) == TRUE\r
300 SecurityPkg/VariableAuthenticated/Pei/VariablePei.inf\r
301!else\r
302 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
303!endif\r
304\r
305 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf\r
306 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf\r
307 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf\r
308 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
309 ##\r
310 # DXE Phase modules\r
311 ##\r
312 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
313 <LibraryClasses>\r
314 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
315 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
316 <BuildOptions>\r
317 *_*_IA32_CC_FLAGS =\r
318 }\r
319\r
320 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
321 <LibraryClasses>\r
322 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
323 }\r
324 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf\r
325 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
326 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
327 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
328 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
329 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
330 <LibraryClasses>\r
331!if $(SECURE_BOOT_ENABLE) == TRUE\r
332 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
333!endif \r
334 }\r
335 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
336 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
337 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
338 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf\r
339 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf\r
340 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
341 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf\r
342 Nt32Pkg/TimerDxe/TimerDxe.inf\r
343 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
344 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
345 Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf\r
346!if $(SECURE_BOOT_ENABLE) == TRUE\r
347 SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf \r
348 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
349!else\r
350 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
351!endif\r
352 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
353 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
354 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
355 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
356 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {\r
357 <LibraryClasses>\r
358 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
359 }\r
360 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {\r
361 <LibraryClasses>\r
362 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
363 }\r
364 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf {\r
365 <LibraryClasses>\r
366 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
367 }\r
368 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
369 <LibraryClasses>\r
370 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
371 }\r
372 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
373 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
374 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
375 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
376 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition\r
377 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition\r
378 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
379 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {\r
380 <LibraryClasses>\r
381 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
382 }\r
383 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf\r
384 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf\r
385 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf\r
386 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf\r
387 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
388\r
389 #\r
390 # Network stack drivers\r
391 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.\r
392 #\r
393 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
394 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
395 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
396 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
397 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
398 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
399 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
400 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
401 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
402 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
403 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
404 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf\r
405\r
406 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
407\r
408 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
409 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
410 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
411 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
412 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
413 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
414 <LibraryClasses>\r
415 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
416 }\r
417 MdeModulePkg/Application/VariableInfo/VariableInfo.inf\r
418\r
419 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf\r
420\r
421###################################################################################################\r
422#\r
423# BuildOptions Section - Define the module specific tool chain flags that should be used as\r
424# the default flags for a module. These flags are appended to any \r
425# standard flags that are defined by the build process. They can be \r
426# applied for any modules or only those modules with the specific \r
427# module style (EDK or EDKII) specified in [Components] section.\r
428#\r
429###################################################################################################\r
430[BuildOptions]\r
431 DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE\r
432 RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096\r
433 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006\r
434\r
435#############################################################################################################\r
436# NOTE:\r
437# The following [Libraries.IA32] section is for building EDK module under the EDKII tool chain.\r
438# If you want build EDK module for Nt32 platform, please uncomment [Libraries.IA32] section and\r
439# libraries used by that EDK module.\r
440# Currently, Nt32 platform do not has any EDK style module\r
441#\r
442#\r
443#[Libraries.IA32]\r
444 #\r
445 # Libraries common to PEI and DXE\r
446 #\r
447 # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf\r
448 # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf\r
449 # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf\r
450 # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf\r
451 # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf\r
452 # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf\r
453 # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf\r
454 # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf\r
455 # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf\r
456\r
457 #\r
458 # PEI libraries\r
459 #\r
460 # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf\r
461 # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf\r
462 # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf\r
463 # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf\r
464\r
465 #\r
466 # DXE libraries\r
467 #\r
468 # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf\r
469 # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf\r
470 # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf\r
471 # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf\r
472 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf\r
473 # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf\r
474 # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf\r
475 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf\r
476 # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf\r
477 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf\r
478 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf\r
479\r
480 #\r
481 # Print/Graphics Library consume SetupBrowser Print Protocol\r
482 #\r
483 # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf\r
484 # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf\r
485\r