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