]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.dsc
Nt32Pkg: Enable HTTPS boot feature for Nt32 platform
[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 - 2016, 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 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 #
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 #
19 ##
20
21 ################################################################################
22 #
23 # Defines Section - statements that will be processed to create a Makefile.
24 #
25 ################################################################################
26 [Defines]
27 PLATFORM_NAME = NT32
28 PLATFORM_GUID = EB216561-961F-47EE-9EF9-CA426EF547C2
29 PLATFORM_VERSION = 0.4
30 DSC_SPECIFICATION = 0x00010005
31 OUTPUT_DIRECTORY = Build/NT32$(ARCH)
32 SUPPORTED_ARCHITECTURES = IA32|X64
33 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
34 SKUID_IDENTIFIER = DEFAULT
35 FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf
36 #
37 # This flag is to control tool to generate PCD info for dynamic(ex) PCD,
38 # then enable or disable PCD info feature. TRUE is enable, and FLASE is disable.
39 # If the flag is absent, it will be same as FALSE.
40 #
41 PCD_INFO_GENERATION = TRUE
42
43 #
44 # Defines for default states. These can be changed on the command line.
45 # -D FLAG=VALUE
46 #
47 DEFINE SECURE_BOOT_ENABLE = FALSE
48
49 #
50 # This flag is to enable or disable TLS feature.
51 # These can be changed on the command line.
52 # -D FLAG=VALUE
53 #
54 DEFINE TLS_ENABLE = 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/BaseSortLib/BaseSortLib.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|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/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 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
118 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
119 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
120 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
121 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
122 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
123 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
124 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
125 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
126 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
127 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
128 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
129 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
130 #
131 # Platform
132 #
133 PlatformBootManagerLib|Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
134 #
135 # Misc
136 #
137 DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
138 DebugPrintErrorLevelLib|MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
139 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
140 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
141 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
142 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
143 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
144 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
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.PcdMaxSizeNonPopulateCapsule|0x0
238 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
239 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
240 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
241 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"
242 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
243 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
244 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
245 !if $(SECURE_BOOT_ENABLE) == TRUE || $(TLS_ENABLE) == TRUE
246 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
247 !endif
248
249 !ifndef $(USE_OLD_SHELL)
250 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
251 !endif
252
253 !if $(SECURE_BOOT_ENABLE) == TRUE
254 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
255 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
256 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
257 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
258 !endif
259
260 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
261
262
263 ################################################################################
264 #
265 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
266 #
267 ################################################################################
268 [PcdsDynamicDefault.common.DEFAULT]
269 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|20
270 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|52
271 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|52
272 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|26
273 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|12
274 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
275 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|52
276
277 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
278 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
279 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
280 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
281 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
282 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
283
284 [PcdsDynamicDefault.Ia32]
285 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\Ia32\Apps"|VOID*|106
286
287 [PcdsDynamicDefault.x64]
288 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\X64\Apps"|VOID*|106
289
290 [PcdsDynamicHii.common.DEFAULT]
291 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x0|80
292 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x4|25
293 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
294 gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1
295
296 ###################################################################################################
297 #
298 # Components Section - list of the modules and components that will be processed by compilation
299 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
300 #
301 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
302 # into firmware volume images. This section is just a list of modules to compile from
303 # source into UEFI-compliant binaries.
304 # It is the FDF file that contains information on combining binary files into firmware
305 # volume images, whose concept is beyond UEFI and is described in PI specification.
306 # Binary modules do not need to be listed in this section, as they should be
307 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
308 # Logo (Logo.bmp), and etc.
309 # There may also be modules listed in this section that are not required in the FDF file,
310 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
311 # generated for it, but the binary will not be put into any firmware volume.
312 #
313 ###################################################################################################
314 [Components]
315 ##
316 # SEC Phase modules
317 ##
318 Nt32Pkg/Sec/SecMain.inf {
319 <BuildOptions>
320 # Add override here, because default X64_CC_FLAGS is already overriden in DSC
321 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
322 }
323
324 ##
325 # PEI Phase modules
326 ##
327 MdeModulePkg/Core/Pei/PeiMain.inf
328 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
329 <LibraryClasses>
330 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
331 }
332 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
333 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
334 Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf
335 Nt32Pkg/BootModePei/BootModePei.inf
336 Nt32Pkg/StallPei/StallPei.inf
337 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
338
339 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
340 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
341
342 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
343 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
344 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
345 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
346 ##
347 # DXE Phase modules
348 ##
349 MdeModulePkg/Core/Dxe/DxeMain.inf {
350 <LibraryClasses>
351 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
352 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
353 <BuildOptions>
354 *_*_*_CC_FLAGS =
355 }
356
357 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
358 <LibraryClasses>
359 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
360 }
361 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
362 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
363 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
364 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
365 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
366 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
367 <LibraryClasses>
368 !if $(SECURE_BOOT_ENABLE) == TRUE
369 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
370 !endif
371 }
372 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
373 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
374 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
375 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
376 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
377 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
378 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
379 Nt32Pkg/TimerDxe/TimerDxe.inf
380 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
381 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
382 Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf
383 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
384 <LibraryClasses>
385 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
386 }
387 !if $(SECURE_BOOT_ENABLE) == TRUE
388 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
389 !endif
390 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
391 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
392 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
393 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
394 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
395 <LibraryClasses>
396 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
397 }
398 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
399 <LibraryClasses>
400 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
401 }
402 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf {
403 <LibraryClasses>
404 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
405 }
406 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
407 <LibraryClasses>
408 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
409 }
410 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
411 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
412 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
413 FatPkg/EnhancedFatDxe/Fat.inf
414 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
415 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
416 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
417 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
418 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {
419 <LibraryClasses>
420 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
421 }
422 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
423 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
424 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
425 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
426 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
427
428 #
429 # Network stack drivers
430 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
431 #
432 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
433 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
434 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
435 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
436 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
437 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
438 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
439 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
440 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
441 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
442 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
443
444 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
445
446 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
447 NetworkPkg/DnsDxe/DnsDxe.inf
448 NetworkPkg/HttpDxe/HttpDxe.inf
449 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
450
451 !if $(TLS_ENABLE) == TRUE
452 NetworkPkg/TlsDxe/TlsDxe.inf
453 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf
454 !endif
455
456 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
457 MdeModulePkg/Application/UiApp/UiApp.inf{
458 <LibraryClasses>
459 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
460 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
461 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
462 }
463 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
464 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
465 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
466 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
467 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
468 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
469 <LibraryClasses>
470 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
471 }
472 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
473
474 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
475 MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
476 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf {
477 <LibraryClasses>
478 NULL|IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf
479 }
480 MdeModulePkg/Logo/LogoDxe.inf
481
482 ###################################################################################################
483 #
484 # BuildOptions Section - Define the module specific tool chain flags that should be used as
485 # the default flags for a module. These flags are appended to any
486 # standard flags that are defined by the build process. They can be
487 # applied for any modules or only those modules with the specific
488 # module style (EDK or EDKII) specified in [Components] section.
489 #
490 ###################################################################################################
491 [BuildOptions]
492 DEBUG_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE
493 NOOPT_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE
494 RELEASE_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096
495
496 #############################################################################################################
497 # NOTE:
498 # The following [Libraries] section is for building EDK module under the EDKII tool chain.
499 # If you want build EDK module for Nt32 platform, please uncomment [Libraries] section and
500 # libraries used by that EDK module.
501 # Currently, Nt32 platform do not has any EDK style module
502 #
503 #
504 #[Libraries]
505 #
506 # Libraries common to PEI and DXE
507 #
508 # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
509 # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
510 # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
511 # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
512 # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
513 # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
514 # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
515 # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
516 # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
517
518 #
519 # PEI libraries
520 #
521 # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
522 # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
523 # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
524 # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
525
526 #
527 # DXE libraries
528 #
529 # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
530 # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
531 # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
532 # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
533 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
534 # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
535 # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
536 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
537 # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
538 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
539 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
540
541 #
542 # Print/Graphics Library consume SetupBrowser Print Protocol
543 #
544 # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
545 # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
546