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