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