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