]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.dsc
Regenerate Fat binaries for the bug fix of LookupUnicodeString2() in UefiLib (r4655).
[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/SerialPortLibNull/SerialPortLibNull.inf
56 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
57 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
58 CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
59 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
60 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
61 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
62 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
63 GraphicsLib|MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf
64 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
65 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
66 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
67 HiiLib|MdePkg/Library/HiiLib/HiiLib.inf
68 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
69 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
70 IfrSupportLib|MdeModulePkg/Library/IfrSupportLib/IfrSupportLib.inf
71 GenericBdsLib|MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
72 PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
73 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
74 DxePiLib|MdePkg/Library/DxePiLib/DxePiLib.inf
75 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
76
77 [LibraryClasses.common.BASE]
78 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
79 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
80
81 [LibraryClasses.common.USER_DEFINED]
82 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
83 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
84
85 [LibraryClasses.common.SEC]
86 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
87 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
88 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
89 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
90
91 [LibraryClasses.common.DXE_CORE]
92 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
93 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
94 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
95 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
96 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
97 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
98 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
99 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
100 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
101 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
102 PeCoffLib|Nt32Pkg/Library/DxeNT32PeCoffLib/DxeNT32PeCoffLib.inf
103 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
104
105 [LibraryClasses.common.DXE_SMM_DRIVER]
106 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
107 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
108 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
109 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
110 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
111 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
112 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
113 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
114 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
115 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
116 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
117 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
118 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
119 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
120
121 [LibraryClasses.common.PEIM]
122 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
123 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
124 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
125 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
126 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
127 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
128 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
129 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
130 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
131 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
132 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
133 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
134 PeCoffLib|Nt32Pkg/Library/PeiNT32PeCoffLib/PeiNT32PeCoffLib.inf
135 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
136 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
137
138 [LibraryClasses.common.PEI_CORE]
139 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
140 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
141 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
142 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
143 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
144 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
145 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
146 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
147 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
148 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
149 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
150 PeCoffLib|Nt32Pkg/Library/PeiCoreNT32PeCoffLib/PeiCoreNT32PeCoffLib.inf
151 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
152
153 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
154 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
155 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
156 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
157 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
158 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
159 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
160 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
161 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
162 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
163 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
164 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
165 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
166 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
167 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
168 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
169
170 [LibraryClasses.common.UEFI_DRIVER]
171 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
172 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
173 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
174 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
175 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
176 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
177 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
178 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
179 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
180 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
181 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
182 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
183 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
184 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.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/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
191 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
192 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
193 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
194 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
195 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
196 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
197 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
198 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
199 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
200 EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.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 ScsiLib|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/DxePcdLib/DxePcdLib.inf
215 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.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/EdkDxePrintLib/EdkDxePrintLib.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.PcdDxeIplSupportCustomDecompress|TRUE
235 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
236 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
237 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
238 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
239 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDepricate|FALSE
240 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
241 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
242 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
243 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
244 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
245
246 [PcdsFixedAtBuild.IA32]
247 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
248 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
249 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
250 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|52
251 gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
252 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
253 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
254 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
255 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
256 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
257 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
258 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
259 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
260 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
261 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
262 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
263 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
264 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
265 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
266 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
267 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
268 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
269 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
270 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
271 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
272 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
273 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
274 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
275 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
276 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
277 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
278 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
279 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
280 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
281 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
282 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
283 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
284 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
285
286 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
287 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
288 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
289 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
290 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
291 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
292
293 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
294 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
295 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
296
297 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
298 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
299 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
300 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
301 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
302 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
303 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
304 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
305 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
306
307 [PcdsFeatureFlag.IA32]
308 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
309 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
310 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
311 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
312 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
313 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
314 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
315 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
316 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
317 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
318 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
319 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
320 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
321 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
322 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
323 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
324 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
325 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
326 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
327 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
328 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
329 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
330 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
331 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
332 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
333 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
334 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
335 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
336 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
337 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
338 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
339 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
340 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
341 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
342 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
343 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
344 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
345
346
347 ################################################################################
348 #
349 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
350 #
351 ################################################################################
352
353 [PcdsDynamicDefault.common.DEFAULT]
354 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
355 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|VOID*|106
356 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
357 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
358 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
359 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
360 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
361 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
362
363 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
364 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
365 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
366
367
368 ################################################################################
369 #
370 # Components Section - list of all EDK II Modules needed by this Platform
371 #
372 ################################################################################
373
374 [Components.IA32]
375 ##
376 # SEC Phase modules
377 ##
378 Nt32Pkg/Sec/SecMain.inf
379
380 ##
381 # PEI Phase modules
382 ##
383 MdeModulePkg/Core/Pei/PeiMain.inf
384 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
385 <LibraryClasses>
386 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
387 }
388 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
389 Nt32Pkg/BootModePei/BootModePei.inf
390 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
391 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
392 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
393 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
394 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
395 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
396 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
397 ##
398 # DXE Phase modules
399 ##
400 MdeModulePkg/Core/Dxe/DxeMain.inf {
401 <LibraryClasses>
402 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
403 }
404 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
405 <LibraryClasses>
406 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
407 }
408 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
409 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
410 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
411 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
412 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
413 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
414 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
415 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
416 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
417 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
418 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
419 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
420 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
421 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
422 Nt32Pkg/TimerDxe/TimerDxe.inf
423 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
424 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
425 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
426 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
427 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
428 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
429 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
430 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
431 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
432 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
433 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
434 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
435 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
436 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
437 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
438 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
439 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
440 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
441 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
442 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
443 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
444 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
445 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
446
447 #
448 # Network stack drivers
449 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
450 #
451 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
452 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
453 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
454 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
455 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
456 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
457 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
458 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
459 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
460 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
461
462 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
463 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
464 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
465 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
466 <LibraryClasses>
467 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
468 }
469
470 [BuildOptions]
471 DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /SUBSYSTEM:CONSOLE
472 RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096
473 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006
474
475
476
477
478 #############################################################################################################
479 # NOTE:
480 # The following [Libraries.IA32] section is for building R8 module under the R9 tool chain.
481 # If you want build R8 module for Nt32 platform, please uncomment [Libraries.IA32] section and
482 # libraries used by that R8 module.
483 # Currently, Nt32 platform do not has any R8 style module
484 #
485 #
486 #[Libraries.IA32]
487 #
488 # Libraries common to PEI and DXE
489 #
490 # EdkCompatibilityPkg\Foundation\Efi\Guid\EfiGuidLib.inf
491 # EdkCompatibilityPkg\Foundation\Framework\Guid\EdkFrameworkGuidLib.inf
492 # EdkCompatibilityPkg\Foundation\Guid\EdkGuidLib.inf
493 # EdkCompatibilityPkg\Foundation\Library\EfiCommonLib\EfiCommonLib.inf
494 # EdkCompatibilityPkg\Foundation\Cpu\Pentium\CpuIA32Lib\CpuIA32Lib.inf
495 # EdkCompatibilityPkg\Foundation\Cpu\Itanium\CpuIA64Lib\CpuIA64Lib.inf
496 # EdkCompatibilityPkg\Foundation\Library\CustomizedDecompress\CustomizedDecompress.inf
497 # EdkCompatibilityPkg\Foundation\Library\CompilerStub\CompilerStubLib.inf
498 # EdkCompatibilityPkg\Foundation\Library\Dxe\Hob\HobLib.inf
499
500 #
501 # PEI libraries
502 #
503 # EdkCompatibilityPkg\Foundation\Framework\Ppi\EdkFrameworkPpiLib.inf
504 # EdkCompatibilityPkg\Foundation\Ppi\EdkPpiLib.inf
505 # EdkCompatibilityPkg\Foundation\Library\Pei\PeiLib\PeiLib.inf
506 # EdkCompatibilityPkg\Foundation\Library\Pei\Hob\PeiHobLib.inf
507
508 #
509 # DXE libraries
510 #
511 # EdkCompatibilityPkg\Foundation\Core\Dxe\ArchProtocol\ArchProtocolLib.inf
512 # EdkCompatibilityPkg\Foundation\Efi\Protocol\EfiProtocolLib.inf
513 # EdkCompatibilityPkg\Foundation\Framework\Protocol\EdkFrameworkProtocolLib.inf
514 # EdkCompatibilityPkg\Foundation\Protocol\EdkProtocolLib.inf
515 # EdkCompatibilityPkg\Foundation\Library\Dxe\EfiDriverLib\EfiDriverLib.inf
516 # EdkCompatibilityPkg\Foundation\Library\RuntimeDxe\EfiRuntimeLib\EfiRuntimeLib.inf
517 # EdkCompatibilityPkg\Foundation\Library\Dxe\Graphics\Graphics.inf
518 # EdkCompatibilityPkg\Foundation\Library\Dxe\EfiIfrSupportLib\EfiIfrSupportLib.inf
519 # EdkCompatibilityPkg\Foundation\Library\Dxe\Print\PrintLib.inf
520 # EdkCompatibilityPkg\Foundation\Library\Dxe\EfiScriptLib\EfiScriptLib.inf
521 # EdkCompatibilityPkg\Foundation\Library\Dxe\EfiUiLib\EfiUiLib.inf
522
523 #
524 # Print/Graphics Library consume SetupBrowser Print Protocol
525 #
526 # EdkCompatibilityPkg\Foundation\Library\Dxe\PrintLite\PrintLib.inf
527 # EdkCompatibilityPkg\Foundation\Library\Dxe\GraphicsLite\Graphics.inf