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