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