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