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