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