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