]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.dsc
Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActio...
[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 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
66 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
67 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
68 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
69 ExtendedHiiLib|MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
70 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
71 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
72 IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
73 ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
74 IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
75 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
76 PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
77 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
78 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
79 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
80 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
81 PlatformDriverOverrideLib|MdeModulePkg/Library/DxePlatDriOverLib/DxePlatDriOverLib.inf
82
83 [LibraryClasses.common.USER_DEFINED]
84 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
85 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
86 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
87 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
88 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
89 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
90 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
91
92 [LibraryClasses.common.DXE_CORE]
93 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
94 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
95 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
96 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
97 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
98 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
99 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
100 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
101 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
102 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
103 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
104 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
105
106 [LibraryClasses.common.DXE_SMM_DRIVER]
107 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
108 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
109 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
110 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
111 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
112 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
113 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
114 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
115 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
116 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
117 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
118 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
119 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
120 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
121
122 [LibraryClasses.common.PEIM]
123 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
124 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
125 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
126 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
127 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
128 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
129 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
130 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
131 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
132 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
133 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
134 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
135 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
136 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
137
138 [LibraryClasses.common.PEI_CORE]
139 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
140 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
141 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
142 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
143 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
144 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
145 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
146 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
147 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
148 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
149 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
150 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
151 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
152
153 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
154 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
155 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
156 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
157 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
158 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
159 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
160 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
161 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
162 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
163 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
164 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
165 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
166 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
167 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
168 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
169 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
170
171 [LibraryClasses.common.UEFI_DRIVER]
172 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
173 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
174 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
175 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
176 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
177 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
178 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
179 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
180 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
181 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
182 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
183 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
184 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
185 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
186 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
187 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
188 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
189 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
190 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.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/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.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|TRUE
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 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
312 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
313 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
314 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
315 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
316 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
317 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
318 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
319 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
320 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
321 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
322 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
323 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
324 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
325 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
326 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
327 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
328 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
329 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
330 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
331 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
332 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
333 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
334 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
335
336
337 ################################################################################
338 #
339 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
340 #
341 ################################################################################
342
343 [PcdsDynamicDefault.common.DEFAULT]
344 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
345 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\\..\\..\\..\\EdkShellBinPkg\\Bin\\Ia32\\Apps"|VOID*|106
346 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
347 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
348 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
349 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
350 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
351 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
352
353 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
354 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
355 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
356
357 [PcdsDynamicHii.common.DEFAULT]
358 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0x0053 0x0065 0x0074 0x0075 0x0070|gEfiWinNtSystemConfigGuid|0x0|80 # Variable: L"Setup"
359 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0x0053 0x0065 0x0074 0x0075 0x0070|gEfiWinNtSystemConfigGuid|0x4|25 # Variable: L"Setup"
360 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0x0054 0x0069 0x006D 0x0065 0x006F 0x0075 0x0074|gEfiGlobalVariableGuid|0x0|10 # Variable: L"Timeout"
361 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|0x0048 0x0077 0x0045 0x0072 0x0072 0x0052 0x0065 0x0063 0x0053 0x0075 0x0070 0x0070 0x006F 0x0072 0x0074|gEfiGlobalVariableGuid|0x0|1 # Variable: L"HwErrRecSupport"
362
363 ###################################################################################################
364 #
365 # Components Section - list of the modules and components that will be processed by compilation
366 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
367 #
368 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
369 # into firmware volume images. This section is just a list of modules to compile from
370 # source into UEFI-compliant binaries.
371 # It is the FDF file that contains information on combining binary files into firmware
372 # volume images, whose concept is beyond UEFI and is described in PI specification.
373 # Binary modules do not need to be listed in this section, as they should be
374 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
375 # Logo (Logo.bmp), and etc.
376 # There may also be modules listed in this section that are not required in the FDF file,
377 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
378 # generated for it, but the binary will not be put into any firmware volume.
379 #
380 ###################################################################################################
381
382 [Components.IA32]
383 ##
384 # SEC Phase modules
385 ##
386 Nt32Pkg/Sec/SecMain.inf
387
388 ##
389 # PEI Phase modules
390 ##
391 MdeModulePkg/Core/Pei/PeiMain.inf
392 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
393 <LibraryClasses>
394 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
395 }
396 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
397 Nt32Pkg/BootModePei/BootModePei.inf
398 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
399 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
400 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
401 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
402 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
403 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
404 ##
405 # DXE Phase modules
406 ##
407 MdeModulePkg/Core/Dxe/DxeMain.inf {
408 <LibraryClasses>
409 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
410 }
411 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
412 <LibraryClasses>
413 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
414 }
415 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
416 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
417 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
418 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
419 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
420 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
421 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
422 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
423 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
424 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
425 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
426 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
427 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
428 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
429 Nt32Pkg/TimerDxe/TimerDxe.inf
430 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
431 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
432 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
433 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
434 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
435 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
436 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
437 <LibraryClasses>
438 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
439 }
440 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
441 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
442 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
443 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
444 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
445 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
446 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
447 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
448 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
449 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
450 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {
451 <LibraryClasses>
452 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
453 }
454 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
455 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
456 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
457 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
458 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
459
460 #
461 # Network stack drivers
462 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
463 #
464 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
465 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
466 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
467 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
468 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
469 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
470 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
471 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
472 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
473 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
474
475 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
476
477 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
478 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
479 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
480 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
481 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
482 <LibraryClasses>
483 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
484 }
485 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
486
487 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
488 MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.inf
489
490 [BuildOptions]
491 DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /SUBSYSTEM:CONSOLE
492 RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096
493 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006
494
495
496
497
498 #############################################################################################################
499 # NOTE:
500 # The following [Libraries.IA32] section is for building R8 module under the R9 tool chain.
501 # If you want build R8 module for Nt32 platform, please uncomment [Libraries.IA32] section and
502 # libraries used by that R8 module.
503 # Currently, Nt32 platform do not has any R8 style module
504 #
505 #
506 #[Libraries.IA32]
507 #
508 # Libraries common to PEI and DXE
509 #
510 # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
511 # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
512 # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
513 # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
514 # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
515 # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
516 # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
517 # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
518 # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
519
520 #
521 # PEI libraries
522 #
523 # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
524 # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
525 # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
526 # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
527
528 #
529 # DXE libraries
530 #
531 # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
532 # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
533 # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
534 # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
535 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
536 # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
537 # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
538 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
539 # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
540 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
541 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
542
543 #
544 # Print/Graphics Library consume SetupBrowser Print Protocol
545 #
546 # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
547 # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
548