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