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