]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.dsc
remove member context from _EFI_MTFTP4_TOKEN structure.
[mirror_edk2.git] / Nt32Pkg / Nt32Pkg.dsc
1 #/** @file
2 # EFI/Framework Emulation Platform
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 - 2007, 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 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
54 SerialPortLib|MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf
55 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
56 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
57 CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
58 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
59 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
60 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
61 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
62 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
63 GraphicsLib|IntelFrameworkModulePkg/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 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
68 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
69 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
70
71 [LibraryClasses.common.BASE]
72 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
73 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
74
75 [LibraryClasses.common.USER_DEFINED]
76 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
77 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
78
79 [LibraryClasses.common.SEC]
80 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
81 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
82 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
83 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
84
85 [LibraryClasses.common.DXE_CORE]
86 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
87 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
88 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
89 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
90 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
91 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
92 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
93 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
94 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
95 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
96 PeCoffLib|Nt32Pkg/Library/DxeNT32PeCoffLib/DxeNT32PeCoffLib.inf
97 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
98
99 [LibraryClasses.common.DXE_SMM_DRIVER]
100 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
101 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
102 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.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/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
108 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
109 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/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|IntelFrameworkModulePkg/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 PeCoffLib|Nt32Pkg/Library/PeiNT32PeCoffLib/PeiNT32PeCoffLib.inf
130 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.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 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
143 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
144 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
145 PeCoffLib|Nt32Pkg/Library/PeiCoreNT32PeCoffLib/PeiCoreNT32PeCoffLib.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/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
152 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
153 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
154 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
155 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
156 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
157 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
158 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
159 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
160 ScsiLib|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
165 [LibraryClasses.common.UEFI_DRIVER]
166 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
167 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
168 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
169 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
170 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
171 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
172 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
173 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
174 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
175 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
176 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
177 ScsiLib|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
182 [LibraryClasses.common.DXE_DRIVER]
183 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
184 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
185 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
186 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
187 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
188 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
189 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
190 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
191 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
192 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
193 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
194 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
195 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
196 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
197 EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf
198 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
199 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
200 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
201 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
202 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
203
204 [LibraryClasses.common.UEFI_APPLICATION]
205 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
206 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
207 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
208 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
209 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
210 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
211 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
212 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
213 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
214 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
215 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
216 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
217 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
218 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
219 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
220 PrintLib|MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
221
222
223 ################################################################################
224 #
225 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
226 #
227 ################################################################################
228
229 [PcdsFeatureFlag.common]
230 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
231 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
232 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
233 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
234 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
235 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
236 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
237 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDepricate|FALSE
238 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
239 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
240 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
241 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
242 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
243
244 [PcdsFixedAtBuild.IA32]
245 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
246 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
247 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
248 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|52
249 gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
250 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
251 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
252 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
253 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
254 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
255 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
256 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
257 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
258 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
259 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
260 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
261 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
262 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
263 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
264 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
265 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
266 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
267 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
268 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
269 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
270 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
271 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
272 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
273 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes|"engfra"|VOID*|7
274 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang|"eng"|VOID*|4
275 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en;fr"|VOID*|6
276 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang|"en"|VOID*|3
277 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
278 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
279 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
280 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
281 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
282 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
283 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
284 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
285 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
286 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
287
288 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
289 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
290 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
291 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
292 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
293 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
294
295 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
296 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
297 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
298
299 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
300 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
301 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
302 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
303
304 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
305 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
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
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 # Components Section - list of all EDK II Modules needed by this Platform
370 #
371 ################################################################################
372
373 [Components.IA32]
374 ##
375 # SEC Phase modules
376 ##
377 Nt32Pkg/Sec/SecMain.inf
378
379 ##
380 # PEI Phase modules
381 ##
382 MdeModulePkg/Core/Pei/PeiMain.inf
383 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
384 <LibraryClasses>
385 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
386 }
387 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
388 Nt32Pkg/BootModePei/BootModePei.inf
389 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
390 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
391 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
392 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
393 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
394 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
395 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
396 ##
397 # DXE Phase modules
398 ##
399 MdeModulePkg/Core/Dxe/DxeMain.inf {
400 <LibraryClasses>
401 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
402 }
403 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
404 <LibraryClasses>
405 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
406 }
407 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
408 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
409 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
410 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
411 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
412 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
413 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
414 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
415 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
416 IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf
417 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
418 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
419 Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf
420 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
421 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
422 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
423 Nt32Pkg/TimerDxe/TimerDxe.inf
424 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
425 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
426 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
427 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
428 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
429 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
430 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
431 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
432 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
433 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
434 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
435 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
436 IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
437 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
438 MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
439 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
440 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
441 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
442 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
443 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
444 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
445 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
446 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
447 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
448 IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
449 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
450
451 #
452 # Network stack drivers
453 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
454 #
455 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
456 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
457 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
458 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
459 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
460 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
461 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
462 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
463 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
464 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
465
466 [BuildOptions]
467 DEBUG_ICC_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
468 DEBUG_VS2003_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
469 DEBUG_MYTOOLS_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
470 DEBUG_WINDDK3790x1830_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
471 DEBUG_VS2005PRO_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
472 DEBUG_MIXED_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
473 RELEASE_ICC_IA32_DLINK_FLAGS = /ALIGN:4096
474 RELEASE_VS2003_IA32_DLINK_FLAGS = /ALIGN:4096
475 RELEASE_MYTOOLS_IA32_DLINK_FLAGS = /ALIGN:4096
476 RELEASE_WINDDK3790x1830_IA32_DLINK_FLAGS = /ALIGN:4096
477 RELEASE_VS2005PRO_IA32_DLINK_FLAGS = /ALIGN:4096
478 RELEASE_MIXED_IA32_DLINK_FLAGS = /ALIGN:4096
479 MSFT:DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
480 MSFT:RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096