]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Nt32Pkg.dsc
add all the command libraries.
[mirror_edk2.git] / Nt32Pkg / Nt32Pkg.dsc
CommitLineData
7b202cb0 1## @file\r
5fd5fcd3 2# EFI/Framework Emulation Platform with UEFI HII interface supported.\r
25a201c6 3#\r
4# The Emulation Platform can be used to debug individual modules, prior to creating\r
d10385cd 5# a real platform. This also provides an example for how an DSC is created.\r
25a201c6 6#\r
48fff860 7# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
25a201c6 8#\r
8f2a5f80 9# This program and the accompanying materials\r
25a201c6 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
ef0028a2 12# http://opensource.org/licenses/bsd-license.php\r
4cf1c1b5 13#\r
25a201c6 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
7b202cb0 17##\r
25a201c6 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.3\r
28 DSC_SPECIFICATION = 0x00010005\r
409f6780 29 OUTPUT_DIRECTORY = Build/NT32\r
25a201c6 30 SUPPORTED_ARCHITECTURES = IA32\r
5fa30855 31 BUILD_TARGETS = DEBUG|RELEASE\r
25a201c6 32 SKUID_IDENTIFIER = DEFAULT\r
409f6780 33 FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf\r
53f79f86 34\r
25a201c6 35\r
2010c81b 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
25a201c6 44\r
45################################################################################\r
46#\r
47# Library Class section - list of all Library Classes needed by this Platform.\r
48#\r
49################################################################################\r
7b202cb0 50[LibraryClasses]\r
7cc9c452
LG
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
409f6780 62 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
4213ce84 63 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
7cc9c452 64 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
0a525ec0 65 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
409f6780 66 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
7cc9c452
LG
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
3f07728f 80 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
4797d4c7 81 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
008698ab 82 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
7cc9c452
LG
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
8273af4e 100 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
7cc9c452
LG
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
48fff860 112 DebugPrintErrorLevelLib|MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf\r
7cc9c452 113 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
53f79f86 114 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
115\r
fdcc2fdc 116[LibraryClasses.common.USER_DEFINED]\r
409f6780 117 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
8e8fcb0e 118 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
663ec9c0 119 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
5bc18fec 120 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r
5bc18fec 121 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
d4b7ad52 122 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
25a201c6 123\r
7cc9c452
LG
124[LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]\r
125 #\r
126 # PEI phase common\r
127 #\r
409f6780 128 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
409f6780 129 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
663ec9c0 130 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
d173d9c7 131 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
ba571110 132 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r
409f6780 133 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
409f6780 134 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf\r
ffdd18bb 135 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf\r
48fff860 136 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
25a201c6 137\r
7cc9c452
LG
138[LibraryClasses.common.PEI_CORE]\r
139 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
140 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
141\r
142[LibraryClasses.common.PEIM]\r
143 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
144 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r
145\r
146[LibraryClasses.common]\r
147 #\r
148 # DXE phase common\r
149 #\r
150 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
409f6780
A
151 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
152 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
0a525ec0 153 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
663ec9c0 154 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
409f6780 155 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
ffdd18bb 156 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf\r
7cc9c452
LG
157 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
158 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
25a201c6 159\r
7cc9c452
LG
160[LibraryClasses.common.DXE_CORE]\r
161 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
162 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
880cfb98 163 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
25a201c6 164\r
7cc9c452
LG
165[LibraryClasses.common.DXE_SMM_DRIVER]\r
166 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
167\r
168[LibraryClasses.common.UEFI_DRIVER]\r
169 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
25a201c6 170\r
869f8e34 171[LibraryClasses.common.UEFI_APPLICATION]\r
880cfb98 172 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
fcf24bad 173 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
4cf1c1b5 174\r
25a201c6 175################################################################################\r
176#\r
177# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
178#\r
179################################################################################\r
7b202cb0 180[PcdsFeatureFlag]\r
5fa30855
LG
181 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
182 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
183 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
842b46a4 184 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE\r
95276127 185\r
5fa30855 186[PcdsFixedAtBuild]\r
b3af5df6 187 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
188 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
5fa30855 189 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
b3af5df6 190 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000\r
5fa30855
LG
191 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
192 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"\r
b3af5df6 193 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000\r
5fa30855 194 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
963b62ee 195 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
25a201c6 196\r
197################################################################################\r
198#\r
199# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
200#\r
201################################################################################\r
2cb630b1 202[PcdsDynamicDefault.common.DEFAULT]\r
e527bd20 203 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|20\r
9c116440 204 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\Ia32\Apps"|VOID*|106\r
e527bd20 205 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|52\r
206 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|52\r
207 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|26\r
208 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|12\r
b3af5df6 209 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100\r
e527bd20 210 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|52\r
b3af5df6 211\r
212 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
213 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
214 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0\r
25a201c6 215\r
fcf24bad 216[PcdsDynamicHii.common.DEFAULT]\r
4d6c29ce 217 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiWinNtSystemConfigGuid|0x0|80\r
218 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiWinNtSystemConfigGuid|0x4|25\r
219 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
220 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1\r
53f79f86 221\r
dcbb35eb 222###################################################################################################\r
25a201c6 223#\r
dcbb35eb 224# Components Section - list of the modules and components that will be processed by compilation\r
225# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
25a201c6 226#\r
dcbb35eb 227# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
228# into firmware volume images. This section is just a list of modules to compile from\r
229# source into UEFI-compliant binaries.\r
230# It is the FDF file that contains information on combining binary files into firmware\r
231# volume images, whose concept is beyond UEFI and is described in PI specification.\r
232# Binary modules do not need to be listed in this section, as they should be\r
233# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
234# Logo (Logo.bmp), and etc.\r
235# There may also be modules listed in this section that are not required in the FDF file,\r
236# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
237# generated for it, but the binary will not be put into any firmware volume.\r
238#\r
239###################################################################################################\r
25a201c6 240[Components.IA32]\r
04eced5b 241 ##\r
242 # SEC Phase modules\r
243 ##\r
409f6780 244 Nt32Pkg/Sec/SecMain.inf\r
929e7bd1 245\r
04eced5b 246 ##\r
247 # PEI Phase modules\r
248 ##\r
409f6780 249 MdeModulePkg/Core/Pei/PeiMain.inf\r
7cc9c452
LG
250 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
251 <LibraryClasses>\r
76b0f6ab 252 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
253 }\r
25126a05 254 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
164393a0 255 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
25126a05 256 Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf\r
409f6780 257 Nt32Pkg/BootModePei/BootModePei.inf\r
ba82cb67 258 Nt32Pkg/StallPei/StallPei.inf\r
409f6780 259 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf\r
409f6780
A
260 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
261 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf\r
262 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf\r
263 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf\r
706e7534 264 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
04eced5b 265 ##\r
266 # DXE Phase modules\r
267 ##\r
899bc551
LG
268 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
269 <LibraryClasses>\r
46ffb9a4 270 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
97ef8cff 271 <BuildOptions>\r
53f79f86 272 *_*_IA32_CC_FLAGS =\r
899bc551 273 }\r
97ef8cff 274\r
409f6780 275 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
b3af5df6 276 <LibraryClasses>\r
cdebf6c6 277 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
cba9012a 278 }\r
409f6780 279 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf\r
593a8308 280 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
409f6780
A
281 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
282 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
283 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
284 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
1fdd39d3 285 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
409f6780
A
286 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
287 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
409f6780 288 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf\r
593a8308 289 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf\r
eba3ff4c 290 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
409f6780
A
291 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf\r
292 Nt32Pkg/TimerDxe/TimerDxe.inf\r
25126a05 293 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
164393a0 294 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
25126a05 295 Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf\r
409f6780 296 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
d5469f43 297 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
409f6780
A
298 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
299 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
300 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
fcf24bad 301 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {\r
302 <LibraryClasses>\r
303 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
304 }\r
9531873c 305 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {\r
306 <LibraryClasses>\r
307 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
308 }\r
409f6780
A
309 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
310 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
311 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
312 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
409f6780 313 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
061b1c20 314 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
409f6780
A
315 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition\r
316 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition\r
317 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
880cfb98 318 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {\r
319 <LibraryClasses>\r
320 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
321 }\r
409f6780 322 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf\r
409f6780
A
323 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf\r
324 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf\r
325 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf\r
ef0028a2 326 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
929e7bd1 327\r
593a8308 328 #\r
329 # Network stack drivers\r
330 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.\r
331 #\r
36ee91ca 332 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
593a8308 333 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
334 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
335 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
336 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
337 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
1b14ec40 338 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
593a8308 339 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
340 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
341 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
5276f667 342 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
593a8308 343 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf\r
344\r
34a2bb9a 345 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
346\r
53f79f86 347 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
5fd5fcd3 348 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
349 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
fcf24bad 350 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
5fd5fcd3 351 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
352 <LibraryClasses>\r
353 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
354 }\r
34a2bb9a 355 MdeModulePkg/Application/VariableInfo/VariableInfo.inf\r
53f79f86 356\r
27431725 357 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf\r
27431725 358\r
7cc9c452
LG
359###################################################################################################\r
360#\r
361# BuildOptions Section - Define the module specific tool chain flags that should be used as\r
362# the default flags for a module. These flags are appended to any \r
363# standard flags that are defined by the build process. They can be \r
364# applied for any modules or only those modules with the specific \r
365# module style (EDK or EDKII) specified in [Components] section.\r
366#\r
367###################################################################################################\r
2cb630b1 368[BuildOptions]\r
23565921 369 DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE\r
370 RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096\r
2529e5e1 371 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006\r
372\r
be0187bb 373#############################################################################################################\r
374# NOTE:\r
375# The following [Libraries.IA32] section is for building R8 module under the R9 tool chain.\r
376# If you want build R8 module for Nt32 platform, please uncomment [Libraries.IA32] section and\r
377# libraries used by that R8 module.\r
378# Currently, Nt32 platform do not has any R8 style module\r
53f79f86 379#\r
be0187bb 380#\r
381#[Libraries.IA32]\r
382 #\r
383 # Libraries common to PEI and DXE\r
384 #\r
fcf24bad 385 # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf\r
386 # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf\r
387 # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf\r
388 # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf\r
389 # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf\r
390 # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf\r
391 # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf\r
392 # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf\r
393 # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf\r
be0187bb 394\r
395 #\r
396 # PEI libraries\r
397 #\r
fcf24bad 398 # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf\r
399 # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf\r
400 # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf\r
401 # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf\r
be0187bb 402\r
403 #\r
404 # DXE libraries\r
405 #\r
fcf24bad 406 # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf\r
407 # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf\r
408 # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf\r
409 # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf\r
410 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf\r
411 # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf\r
412 # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf\r
413 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf\r
414 # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf\r
415 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf\r
416 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf\r
be0187bb 417\r
418 #\r
419 # Print/Graphics Library consume SetupBrowser Print Protocol\r
420 #\r
fcf24bad 421 # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf\r
422 # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf\r
423\r