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