]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Nt32Pkg/Nt32Pkg.dsc
Fix PCD bug in NT32Pkg DSC file.
[mirror_edk2.git] / Nt32Pkg / Nt32Pkg.dsc
... / ...
CommitLineData
1#/** @file\r
2# EFI/Framework Emulation Platform\r
3#\r
4# The Emulation Platform can be used to debug individual modules, prior to creating\r
5# a real platform. This also provides an example for how an DSC is created.\r
6#\r
7# Copyright (c) 2006 - 2007, Intel Corporation\r
8#\r
9# All rights reserved. This program and the accompanying materials\r
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
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
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
17#**/\r
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
29 OUTPUT_DIRECTORY = Build/NT32\r
30 SUPPORTED_ARCHITECTURES = IA32\r
31 BUILD_TARGETS = DEBUG\r
32 SKUID_IDENTIFIER = DEFAULT\r
33 FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf\r
34\r
35 DEBUG_ICC_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE\r
36 DEBUG_VS2003_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE\r
37 DEBUG_MYTOOLS_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE\r
38 DEBUG_WINDDK3790x1830_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE\r
39 DEBUG_VS2005PRO_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE\r
40 DEBUG_MIXED_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE\r
41 RELEASE_ICC_IA32_DLINK_FLAGS = /ALIGN:4096\r
42 RELEASE_VS2003_IA32_DLINK_FLAGS = /ALIGN:4096\r
43 RELEASE_MYTOOLS_IA32_DLINK_FLAGS = /ALIGN:4096\r
44 RELEASE_WINDDK3790x1830_IA32_DLINK_FLAGS = /ALIGN:4096\r
45 RELEASE_VS2005PRO_IA32_DLINK_FLAGS = /ALIGN:4096\r
46 RELEASE_MIXED_IA32_DLINK_FLAGS = /ALIGN:4096\r
47\r
48################################################################################\r
49#\r
50# SKU Identification section - list of all SKU IDs supported by this\r
51# Platform.\r
52#\r
53################################################################################\r
54[SkuIds]\r
55 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
56\r
57################################################################################\r
58#\r
59# Library Class section - list of all Library Classes needed by this Platform.\r
60#\r
61################################################################################\r
62\r
63[LibraryClasses.common]\r
64 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
65 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
66 SerialPortLib|MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf\r
67 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
68 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
69 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
70 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
71 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r
72 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
73 IfrSupportLibFramework|IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf\r
74 GraphicsLib|IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf\r
75 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf\r
76 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
77 CustomDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
78 HiiLib|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf\r
79\r
80[LibraryClasses.common.BASE]\r
81 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
82 ReportStatusCodeLib|IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf\r
83\r
84[LibraryClasses.common.USER_DEFINED]\r
85 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
86 ReportStatusCodeLib|IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf\r
87\r
88[LibraryClasses.common.SEC]\r
89 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
90 ReportStatusCodeLib|IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf\r
91\r
92[LibraryClasses.common.DXE_CORE]\r
93 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
94 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
95 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
96 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
97 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
98 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
99 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
100 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
101 PeCoffLoaderLib|MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/DxePeCoffLoaderFromHobLib.inf\r
102 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
103 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
104\r
105\r
106[LibraryClasses.common.DXE_SMM_DRIVER]\r
107 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
108 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
109 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf\r
110 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
111 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
112 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
113 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
114 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
115 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
116 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
117 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
118 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
119 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
120 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
121 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
122\r
123[LibraryClasses.common.PEIM]\r
124 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
125 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
126 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
127 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
128 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
129 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
130 ReportStatusCodeLib|IntelFrameworkPkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
131 PeCoffLoaderLib|Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf\r
132 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
133 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r
134 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf\r
135 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
136\r
137[LibraryClasses.common.PEI_CORE]\r
138 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
139 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
140 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
141 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
142 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
143 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
144 OldPeiCoreEntryPoint|MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf\r
145 ReportStatusCodeLib|IntelFrameworkPkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
146 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf\r
147 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
148 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
149\r
150[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
151 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
152 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
153 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
154 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
155 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
156 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
157 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
158 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
159 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf\r
160 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
161 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
162 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
163 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
164 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
165 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
166 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
167\r
168[LibraryClasses.common.UEFI_DRIVER]\r
169 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
170 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
171 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
172 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
173 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
174 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
175 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
176 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
177 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf\r
178 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
179 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
180 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
181 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
182 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
183 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
184\r
185[LibraryClasses.common.DXE_DRIVER]\r
186 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
187 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
188 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
189 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
190 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
191 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
192 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
193 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
194 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf\r
195 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
196 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
197 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
198 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
199 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
200 EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf\r
201 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
202\r
203[LibraryClasses.common.UEFI_APPLICATION]\r
204 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
205 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
206 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf\r
207 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
208 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
209 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
210 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
211 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
212 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
213 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
214 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
215 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
216 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
217 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
218 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
219\r
220\r
221################################################################################\r
222#\r
223# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
224#\r
225################################################################################\r
226\r
227[PcdsFeatureFlag.common]\r
228 PcdDevicePathSupportDevicePathFromText|gEfiMdeModulePkgTokenSpaceGuid|FALSE\r
229 PcdDevicePathSupportDevicePathToText|gEfiMdeModulePkgTokenSpaceGuid|FALSE\r
230 PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
231 PcdDxeIplBuildShareCodeHobs|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
232 PcdDxeIplSupportEfiDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
233 PcdDxeIplSupportTianoDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
234 PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
235 PcdUefiVariableDefaultLangDepricate|gEfiMdePkgTokenSpaceGuid|FALSE\r
236\r
237[PcdsPatchableInModule.IA32]\r
238 PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1\r
239 PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|128\r
240\r
241[PcdsFixedAtBuild.IA32]\r
242 PcdWinNtMemorySizeForSecMain|gEfiNt32PkgTokenSpaceGuid|L"64!64"|12\r
243 PcdWinNtFirmwareVolume|gEfiNt32PkgTokenSpaceGuid|L"..\\Fv\\Fv_Recovery.fd"|52\r
244 PcdWinNtBootMode|gEfiNt32PkgTokenSpaceGuid|1\r
245 PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000\r
246 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000\r
247 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000\r
248 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000\r
249 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000\r
250 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000\r
251 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000\r
252 PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f\r
253 PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x1f\r
254 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF\r
255 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000040\r
256 PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0\r
257 PcdMaxPeiPcdCallBackNumberPerPcdEntry|gEfiMdeModulePkgTokenSpaceGuid|0x08\r
258 PcdVpdBaseAddress|gEfiMdeModulePkgTokenSpaceGuid|0x0\r
259 PcdMaxSizeNonPopulateCapsule|gEfiMdeModulePkgTokenSpaceGuid|0x0\r
260 PcdMaxSizePopulateCapsule|gEfiMdeModulePkgTokenSpaceGuid|0x0\r
261 PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0\r
262 PcdStatusCodeValueUncorrectableMemoryError|gEfiMdePkgTokenSpaceGuid|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3\r
263 PcdStatusCodeValueRemoteConsoleError|gEfiMdePkgTokenSpaceGuid|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR\r
264 PcdStatusCodeValueRemoteConsoleReset|gEfiMdePkgTokenSpaceGuid|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET\r
265 PcdStatusCodeValueRemoteConsoleInputError|gEfiMdePkgTokenSpaceGuid|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR\r
266 PcdStatusCodeValueRemoteConsoleOutputError|gEfiMdePkgTokenSpaceGuid|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR\r
267 PcdUefiVariableDefaultTimeout|gEfiMdePkgTokenSpaceGuid|0x0008\r
268 PcdUefiVariableDefaultLangCodes|gEfiMdePkgTokenSpaceGuid|"engfra"|7\r
269 PcdUefiVariableDefaultLang|gEfiMdePkgTokenSpaceGuid|"eng"|4\r
270 PcdUefiVariableDefaultPlatformLangCodes|gEfiMdePkgTokenSpaceGuid|"en;fr"|6\r
271 PcdUefiVariableDefaultPlatformLang|gEfiMdePkgTokenSpaceGuid|"en"|2\r
272 PcdStatusCodeValueEfiWatchDogTimerExpired|gEfiMdePkgTokenSpaceGuid|0x00011003\r
273 PcdStatusCodeValueMemoryTestStarted|gEfiMdePkgTokenSpaceGuid|0x00051006\r
274 PcdStatusCodeValueSetVirtualAddressMap|gEfiMdePkgTokenSpaceGuid|0x03101004\r
275 PcdStatusCodeValueUncorrectableMemoryError|gEfiMdePkgTokenSpaceGuid|0x00051003\r
276 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320\r
277\r
278[PcdsFeatureFlag.IA32]\r
279 PcdPeiPcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
280 PcdPeiPcdDatabaseCallbackOnSetEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
281 PcdPeiPcdDatabaseExEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
282 PcdPeiPcdDatabaseGetSizeEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
283 PcdPeiPcdDatabaseSetEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
284 PcdStatusCodeUseSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
285 PcdStatusCodeUseMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
286 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE\r
287 PcdDxeIplSwitchToLongMode|gEfiMdeModulePkgTokenSpaceGuid|FALSE\r
288 PcdDxeIplSupportEfiDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
289 PcdDxeIplSupportTianoDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
290 PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
291 PcdDxeIplBuildShareCodeHobs|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
292 PcdDxePcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
293 PcdStatusCodeUseHardSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
294 PcdStatusCodeUseEfiSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
295 PcdStatusCodeUseRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
296 PcdStatusCodeUseDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
297 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE\r
298 PcdStatusCodeReplayInSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
299 PcdStatusCodeReplayInDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
300 PcdStatusCodeReplayInRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
301 PcdStatusCodeReplayInOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
302 PcdSupportUpdateCapsuleRest|gEfiMdeModulePkgTokenSpaceGuid|FALSE\r
303 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE\r
304 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE\r
305 PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid|FALSE\r
306 PcdDevicePathSupportDevicePathToText|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
307 PcdDevicePathSupportDevicePathFromText|gEfiMdeModulePkgTokenSpaceGuid|TRUE\r
308 PcdPciBusHotplugDeviceSupport|gEfiGenericPlatformTokenSpaceGuid|TRUE\r
309 PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|TRUE\r
310 PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|TRUE\r
311 PcdSupportUpdateCapsuleRest|gEfiMdeModulePkgTokenSpaceGuid|FALSE\r
312 PcdPciIsaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
313 PcdPciVgaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r
314 PcdPciBusHotplugDeviceSupport|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE\r
315\r
316\r
317\r
318################################################################################\r
319#\r
320# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
321#\r
322################################################################################\r
323\r
324[PcdsDynamicDefault.common.DEFAULT]\r
325 PcdWinNtSerialPort|gEfiNt32PkgTokenSpaceGuid|L"COM1!COM2"|18\r
326 PcdWinNtFileSystem|gEfiNt32PkgTokenSpaceGuid|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|106\r
327 PcdWinNtGop|gEfiNt32PkgTokenSpaceGuid|L"UGA Window 1!UGA Window 2"|50\r
328 PcdWinNtConsole|gEfiNt32PkgTokenSpaceGuid|L"Bus Driver Console Window"|50\r
329 PcdWinNtVirtualDisk|gEfiNt32PkgTokenSpaceGuid|L"FW;40960;512"|24\r
330 PcdWinNtCpuModel|gEfiNt32PkgTokenSpaceGuid|L"NT32 Processor Emulation"|52\r
331 PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid|L"1234"|8\r
332 PcdWinNtMemorySize|gEfiNt32PkgTokenSpaceGuid|L"64!64"|10\r
333 PcdWinNtPhysicalDisk|gEfiNt32PkgTokenSpaceGuid|L"a:RW;2880;512!e:RW;262144;512"|58\r
334 PcdWinNtUga|gEfiNt32PkgTokenSpaceGuid|L"UGA Window 1!UGA Window 2"|50\r
335 PcdFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid|0x0\r
336 PcdFlashNvStorageFtwSpareSize|gEfiMdeModulePkgTokenSpaceGuid|0x280000\r
337 PcdFlashNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid|0x28e000\r
338 PcdFlashNvStorageFtwWorkingSize|gEfiMdeModulePkgTokenSpaceGuid|0x2000\r
339 PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid|0x280000\r
340 PcdFlashNvStorageVariableSize|gEfiMdeModulePkgTokenSpaceGuid|0x00c000\r
341\r
342################################################################################\r
343#\r
344# Components Section - list of all EDK II Modules needed by this Platform\r
345#\r
346################################################################################\r
347\r
348[Components.IA32]\r
349 ##\r
350 # SEC Phase modules\r
351 ##\r
352 Nt32Pkg/Sec/SecMain.inf\r
353\r
354 ##\r
355 # PEI Phase modules\r
356 ##\r
357 MdeModulePkg/Core/Pei/PeiMain.inf\r
358 MdeModulePkg/Universal/PCD/Pei/Pcd.inf\r
359 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf\r
360 Nt32Pkg/BootModePei/BootModePei.inf\r
361 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf\r
362 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf\r
363 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
364 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf\r
365 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf\r
366 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf\r
367 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
368\r
369 ##\r
370 # DXE Phase modules\r
371 ##\r
372 MdeModulePkg/Core/Dxe/DxeMain.inf\r
373 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
374 <LibraryClass>\r
375 PcdLib|MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.inf\r
376 }\r
377 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf\r
378 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf \r
379 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
380 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
381 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
382 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
383 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r
384 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
385 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
386 IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf\r
387 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf\r
388 MdeModulePkg/Universal/FirmwareVolume/Crc32SectionExtractDxe/Crc32SectionExtractDxe.inf \r
389 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf \r
390 Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf \r
391 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf \r
392 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf\r
393 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf\r
394 Nt32Pkg/TimerDxe/TimerDxe.inf\r
395 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf\r
396 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
397 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf\r
398 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
399 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
400 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
401 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
402 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
403 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
404 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
405 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
406 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
407 IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf\r
408 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
409 MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf\r
410 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
411 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition\r
412 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition\r
413 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
414 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf\r
415 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf\r
416 Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf\r
417 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf\r
418 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf\r
419 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf\r
420 IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf\r
421 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
422\r
423[BuildOptions]\r
424 MSFT:DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE\r
425 MSFT:RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096\r