]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.dsc
Reviewed the description in the FatBinPkg .dec file.
[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 - 2008, 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
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.common]
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 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
64 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
65 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
66 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
67 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
68 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
69 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
70 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
71 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
72 PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
73 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
74 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
75 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
76 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
77
78 [LibraryClasses.common.USER_DEFINED]
79 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
80 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
81 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
82 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
83 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
84 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
85 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
86
87 [LibraryClasses.common.DXE_CORE]
88 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
89 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
90 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
91 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
92 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
93 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
94 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
95 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
96 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
97 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
98 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
99 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
100
101 [LibraryClasses.common.DXE_SMM_DRIVER]
102 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
103 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
104 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
105 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
106 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
107 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
108 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
109 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
110 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
111 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
112 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
113 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
114 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
115 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
116
117 [LibraryClasses.common.PEIM]
118 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
119 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
120 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
121 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
122 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
123 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
124 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
125 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
126 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
127 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
128 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
129 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
130 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
131 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
132
133 [LibraryClasses.common.PEI_CORE]
134 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
135 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
136 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
137 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
138 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
139 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
140 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
141 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
142 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
143 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
144 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
145 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
146 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
147
148 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
149 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
150 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
151 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
152 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
153 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
154 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
155 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
156 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
157 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
158 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
159 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
160 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
161 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
162 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
163 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
164 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
165
166 [LibraryClasses.common.UEFI_DRIVER]
167 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
168 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
169 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
170 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
171 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
172 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
173 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
174 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
175 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
176 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
177 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
178 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
179 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
180 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
181 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
182 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
183 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
184 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
185 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
186
187 [LibraryClasses.common.DXE_DRIVER]
188 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
189 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
190 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
191 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
192 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
193 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
194 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
195 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
196 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
197 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
198 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
199 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
200 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
201 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
202 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
203 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
204 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
205 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
206
207 [LibraryClasses.common.UEFI_APPLICATION]
208 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
209 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
210 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
211 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
212 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
213 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
214 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
215 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
216 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
217 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
218 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
219 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
220 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
221 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
222 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
223
224
225 ################################################################################
226 #
227 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
228 #
229 ################################################################################
230
231 [PcdsFeatureFlag.common]
232 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
233 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
234 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|TRUE
235 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate|FALSE
236 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE
237 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
238 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
239 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
240 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
241
242 [PcdsFixedAtBuild.IA32]
243 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
244 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"|VOID*|52
245 gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
246 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
247 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
248 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
249 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
250 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
251 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
252 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
253 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
254 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
255 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
256 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
257 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
258 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
259 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
260 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
261 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
262 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
263 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
264 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
265 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
266 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
267 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
268 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
269 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
270 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
271 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
272 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
273 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
274 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
275 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
276
277 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
278 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
279 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
280 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
281 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
282 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
283
284 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
285 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
286 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
287
288 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
289 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
290 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
291 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
292 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
293 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
294 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
295 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
296 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
297
298 [PcdsFeatureFlag.IA32]
299 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
300 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
301 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
302 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
303 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
304 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
305 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
306 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
307 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
308 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
309 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
310 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
311 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
312
313
314 ################################################################################
315 #
316 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
317 #
318 ################################################################################
319
320 [PcdsDynamicDefault.common.DEFAULT]
321 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
322 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\Ia32\Apps"|VOID*|106
323 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
324 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
325 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
326 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
327 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
328 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
329
330 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
331 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
332 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
333
334 [PcdsDynamicHii.common.DEFAULT]
335 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiWinNtSystemConfigGuid|0x0|80
336 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiWinNtSystemConfigGuid|0x4|25
337 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
338 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1
339
340 ###################################################################################################
341 #
342 # Components Section - list of the modules and components that will be processed by compilation
343 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
344 #
345 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
346 # into firmware volume images. This section is just a list of modules to compile from
347 # source into UEFI-compliant binaries.
348 # It is the FDF file that contains information on combining binary files into firmware
349 # volume images, whose concept is beyond UEFI and is described in PI specification.
350 # Binary modules do not need to be listed in this section, as they should be
351 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
352 # Logo (Logo.bmp), and etc.
353 # There may also be modules listed in this section that are not required in the FDF file,
354 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
355 # generated for it, but the binary will not be put into any firmware volume.
356 #
357 ###################################################################################################
358
359 [Components.IA32]
360 ##
361 # SEC Phase modules
362 ##
363 Nt32Pkg/Sec/SecMain.inf
364
365 ##
366 # PEI Phase modules
367 ##
368 MdeModulePkg/Core/Pei/PeiMain.inf
369 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
370 <LibraryClasses>
371 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
372 }
373 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
374 Nt32Pkg/BootModePei/BootModePei.inf
375 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
376 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
377 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
378 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
379 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
380 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
381 ##
382 # DXE Phase modules
383 ##
384 MdeModulePkg/Core/Dxe/DxeMain.inf {
385 <LibraryClasses>
386 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
387 <BuildOptions>
388 *_*_IA32_CC_FLAGS =
389 }
390
391 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
392 <LibraryClasses>
393 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
394 }
395 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
396 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
397 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
398 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
399 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
400 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
401 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
402 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
403 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
404 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
405 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
406 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
407 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
408 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
409 Nt32Pkg/TimerDxe/TimerDxe.inf
410 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
411 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
412 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
413 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
414 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
415 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
416 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
417 <LibraryClasses>
418 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
419 }
420 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
421 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
422 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
423 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
424 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
425 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
426 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
427 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
428 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
429 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
430 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {
431 <LibraryClasses>
432 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
433 }
434 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
435 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
436 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
437 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
438 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
439
440 #
441 # Network stack drivers
442 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
443 #
444 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
445 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
446 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
447 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
448 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
449 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
450 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
451 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
452 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
453 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
454
455 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
456
457 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
458 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
459 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
460 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
461 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
462 <LibraryClasses>
463 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
464 }
465 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
466
467 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
468
469 [BuildOptions]
470 DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /SUBSYSTEM:CONSOLE
471 RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096
472 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006
473
474
475
476
477 #############################################################################################################
478 # NOTE:
479 # The following [Libraries.IA32] section is for building R8 module under the R9 tool chain.
480 # If you want build R8 module for Nt32 platform, please uncomment [Libraries.IA32] section and
481 # libraries used by that R8 module.
482 # Currently, Nt32 platform do not has any R8 style module
483 #
484 #
485 #[Libraries.IA32]
486 #
487 # Libraries common to PEI and DXE
488 #
489 # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
490 # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
491 # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
492 # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
493 # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
494 # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
495 # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
496 # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
497 # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
498
499 #
500 # PEI libraries
501 #
502 # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
503 # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
504 # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
505 # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
506
507 #
508 # DXE libraries
509 #
510 # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
511 # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
512 # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
513 # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
514 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
515 # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
516 # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
517 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
518 # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
519 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
520 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
521
522 #
523 # Print/Graphics Library consume SetupBrowser Print Protocol
524 #
525 # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
526 # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
527