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