]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.dsc
UefiCpuPkg: Remove double \r
[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 - 2018, Intel Corporation. All rights reserved.<BR>
8 # Copyright (c) 2015, Hewlett-Packard Development Company, L.P.<BR>
9 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 ##
14
15 ################################################################################
16 #
17 # Defines Section - statements that will be processed to create a Makefile.
18 #
19 ################################################################################
20 [Defines]
21 PLATFORM_NAME = NT32
22 PLATFORM_GUID = EB216561-961F-47EE-9EF9-CA426EF547C2
23 PLATFORM_VERSION = 0.4
24 DSC_SPECIFICATION = 0x00010005
25 OUTPUT_DIRECTORY = Build/NT32$(ARCH)
26 SUPPORTED_ARCHITECTURES = IA32|X64
27 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
28 SKUID_IDENTIFIER = DEFAULT
29 FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf
30 #
31 # This flag is to control tool to generate PCD info for dynamic(ex) PCD,
32 # then enable or disable PCD info feature. TRUE is enable, and FLASE is disable.
33 # If the flag is absent, it will be same as FALSE.
34 #
35 PCD_INFO_GENERATION = TRUE
36
37 #
38 # Defines for default states. These can be changed on the command line.
39 # -D FLAG=VALUE
40 #
41 # Note: Secure Boot feature highly depends on the OpenSSL building. To enable this
42 # feature, please follow the instructions found in the file "Patch-HOWTO.txt"
43 # located in CryptoPkg\Library\OpensslLib to enable the OpenSSL building first.
44 #
45 DEFINE SECURE_BOOT_ENABLE = FALSE
46
47 #
48 # Network definition
49 # SnpNt32Dxe.inf will be used.
50 #
51 DEFINE NETWORK_TLS_ENABLE = FALSE
52 DEFINE NETWORK_IP6_ENABLE = FALSE
53 DEFINE NETWORK_SNP_ENABLE = FALSE
54 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
55
56 ################################################################################
57 #
58 # SKU Identification section - list of all SKU IDs supported by this
59 # Platform.
60 #
61 ################################################################################
62 [SkuIds]
63 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
64
65 ################################################################################
66 #
67 # Library Class section - list of all Library Classes needed by this Platform.
68 #
69 ################################################################################
70 [LibraryClasses]
71 #
72 # Entry point
73 #
74 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
75 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
76 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
77 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
78 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
79 #
80 # Basic
81 #
82 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
83 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
84 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
85 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
86 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
87 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
88 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
89 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
90 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
91 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
92 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
93 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
94 #
95 # UEFI & PI
96 #
97 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
98 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
99 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
100 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
101 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
102 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
103 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
104 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.inf
105 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
106 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
107 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
108 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
109 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
110 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
111
112 #
113 # Generic Modules
114 #
115 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
116 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
117 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
118 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
119 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
120 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
121 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
122 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
123 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
124 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
125 #
126 # Platform
127 #
128 PlatformBootManagerLib|Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
129 #
130 # Misc
131 #
132 DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
133 DebugPrintErrorLevelLib|MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
134 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
135 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
136 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
137 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
138 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
139 ResetSystemLib|Nt32Pkg/Library/ResetSystemLib/ResetSystemLib.inf
140 !if $(NETWORK_TLS_ENABLE) == TRUE
141 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
142 !else
143 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
144 !endif
145
146 !if $(SECURE_BOOT_ENABLE) == TRUE
147 PlatformSecureLib|Nt32Pkg/Library/PlatformSecureLib/PlatformSecureLib.inf
148 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
149 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
150 !else
151 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
152 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
153 !endif
154 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
155
156 [LibraryClasses.common.USER_DEFINED]
157 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
158 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
159 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
160 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
161 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
162 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
163
164 [LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]
165 #
166 # PEI phase common
167 #
168 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
169 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
170 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
171 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
172 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
173 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
174 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
175 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
176 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
177
178 [LibraryClasses.common.PEI_CORE]
179 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
180 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
181
182 [LibraryClasses.common.PEIM]
183 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
184 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
185 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
186
187 [LibraryClasses.common]
188 #
189 # DXE phase common
190 #
191 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
192 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
193 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
194 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
195 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
196 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
197 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
198 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
199 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
200 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
201 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
202
203 [LibraryClasses.common.DXE_CORE]
204 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
205 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
206 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
207
208 [LibraryClasses.common.DXE_SMM_DRIVER]
209 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
210
211 [LibraryClasses.common.UEFI_DRIVER]
212 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
213
214 [LibraryClasses.common.UEFI_APPLICATION]
215 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
216 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
217
218 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
219 #
220 # Runtime
221 #
222 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
223
224 ################################################################################
225 #
226 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
227 #
228 ################################################################################
229 [PcdsFeatureFlag]
230 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
231 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
232 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables|FALSE
233 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
234 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE
235
236 [PcdsFixedAtBuild]
237 gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x00000000
238 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
239 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
240 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
241 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
242 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"
243 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
244 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
245 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
246 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
247
248 !if $(SECURE_BOOT_ENABLE) == TRUE
249 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
250 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
251 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
252 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
253 !endif
254
255 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
256
257
258 ################################################################################
259 #
260 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
261 #
262 ################################################################################
263 [PcdsDynamicDefault.common.DEFAULT]
264 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|20
265 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|52
266 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|52
267 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|26
268 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|12
269 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
270 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|52
271
272 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
273 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
274 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
275 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
276 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
277 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
278
279 [PcdsDynamicDefault.Ia32]
280 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L"."|VOID*|106
281
282 [PcdsDynamicDefault.x64]
283 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L"."|VOID*|106
284
285 [PcdsDynamicHii.common.DEFAULT]
286 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x0|80
287 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x4|25
288 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
289 gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1
290
291 ###################################################################################################
292 #
293 # Components Section - list of the modules and components that will be processed by compilation
294 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
295 #
296 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
297 # into firmware volume images. This section is just a list of modules to compile from
298 # source into UEFI-compliant binaries.
299 # It is the FDF file that contains information on combining binary files into firmware
300 # volume images, whose concept is beyond UEFI and is described in PI specification.
301 # Binary modules do not need to be listed in this section, as they should be
302 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
303 # Logo (Logo.bmp), and etc.
304 # There may also be modules listed in this section that are not required in the FDF file,
305 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
306 # generated for it, but the binary will not be put into any firmware volume.
307 #
308 ###################################################################################################
309 [Components]
310 ##
311 # SEC Phase modules
312 ##
313 Nt32Pkg/Sec/SecMain.inf
314
315 ##
316 # PEI Phase modules
317 ##
318 MdeModulePkg/Core/Pei/PeiMain.inf
319 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
320 <LibraryClasses>
321 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
322 }
323 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
324 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
325 Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf
326 Nt32Pkg/BootModePei/BootModePei.inf
327 Nt32Pkg/StallPei/StallPei.inf
328 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
329
330 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
331 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
332
333 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
334 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
335 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
336 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
337 ##
338 # DXE Phase modules
339 ##
340 MdeModulePkg/Core/Dxe/DxeMain.inf {
341 <LibraryClasses>
342 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
343 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
344 <BuildOptions>
345 *_*_*_CC_FLAGS =
346 }
347
348 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
349 <LibraryClasses>
350 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
351 }
352 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
353 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
354 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
355 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
356 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
357 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
358 <LibraryClasses>
359 !if $(SECURE_BOOT_ENABLE) == TRUE
360 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
361 !endif
362 }
363 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
364 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
365 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
366 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
367 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
368 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
369 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
370 Nt32Pkg/TimerDxe/TimerDxe.inf
371 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
372 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
373 Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf
374 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
375 <LibraryClasses>
376 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
377 }
378 !if $(SECURE_BOOT_ENABLE) == TRUE
379 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
380 !endif
381 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
382 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
383 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
384 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
385 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
386 <LibraryClasses>
387 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
388 }
389 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
390 <LibraryClasses>
391 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
392 }
393 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf {
394 <LibraryClasses>
395 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
396 }
397 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
398 <LibraryClasses>
399 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
400 }
401 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
402 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
403 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
404 FatPkg/EnhancedFatDxe/Fat.inf
405 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
406 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
407 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
408 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
409 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
410 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {
411 <LibraryClasses>
412 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
413 }
414 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
415 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
416 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
417 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
418 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
419
420 #
421 # Network SNP drivers
422 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
423 #
424 !include NetworkPkg/Network.dsc.inc
425 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
426 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
427 MdeModulePkg/Application/UiApp/UiApp.inf{
428 <LibraryClasses>
429 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
430 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
431 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
432 }
433 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
434 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
435 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
436 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
437 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
438 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
439 <LibraryClasses>
440 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
441 }
442 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
443
444 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
445 MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
446 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf {
447 <LibraryClasses>
448 NULL|IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf
449 }
450 MdeModulePkg/Logo/LogoDxe.inf
451 ShellPkg/Application/Shell/Shell.inf {
452 <PcdsFixedAtBuild>
453 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
454 <LibraryClasses>
455 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
456 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
457 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
458 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
459 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
460 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
461 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
462 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
463 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
464 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
465 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
466 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
467 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
468 }
469
470 ###################################################################################################
471 #
472 # BuildOptions Section - Define the module specific tool chain flags that should be used as
473 # the default flags for a module. These flags are appended to any
474 # standard flags that are defined by the build process. They can be
475 # applied for any modules or only those modules with the specific
476 # module style (EDK or EDKII) specified in [Components] section.
477 #
478 ###################################################################################################
479 [BuildOptions]
480 DEBUG_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE
481 NOOPT_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE
482 RELEASE_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096
483