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