blob: 2cd96fa2f24994943b38fd31a56d397aeff8e800 [file] [log] [blame]
lgao47b202cb2010-02-23 23:58:38 +00001## @file
qwang125fd5fcd2008-01-21 14:42:45 +00002# EFI/Framework Emulation Platform with UEFI HII interface supported.
klu225a201c2007-06-26 08:15:15 +00003#
4# The Emulation Platform can be used to debug individual modules, prior to creating
klu2d10385c2007-07-27 04:34:27 +00005# a real platform. This also provides an example for how an DSC is created.
klu225a201c2007-06-26 08:15:15 +00006#
Ruiyu Ni27909262014-11-25 08:53:33 +00007# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
klu225a201c2007-06-26 08:15:15 +00008#
hhtian8f2a5f82010-04-28 12:24:39 +00009# This program and the accompanying materials
klu225a201c2007-06-26 08:15:15 +000010# are licensed and made available under the terms and conditions of the BSD License
11# which accompanies this distribution. The full text of the license may be found at
klu2ef0028a2009-02-24 16:04:22 +000012# http://opensource.org/licenses/bsd-license.php
vanjeff4cf1c1b2007-06-28 15:16:51 +000013#
klu225a201c2007-06-26 08:15:15 +000014# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16#
lgao47b202cb2010-02-23 23:58:38 +000017##
klu225a201c2007-06-26 08:15:15 +000018
19################################################################################
20#
21# Defines Section - statements that will be processed to create a Makefile.
22#
23################################################################################
24[Defines]
25 PLATFORM_NAME = NT32
26 PLATFORM_GUID = EB216561-961F-47EE-9EF9-CA426EF547C2
niruiyubbd53f72011-12-13 08:33:04 +000027 PLATFORM_VERSION = 0.4
klu225a201c2007-06-26 08:15:15 +000028 DSC_SPECIFICATION = 0x00010005
Yao, Jiewenf3a86f72013-10-16 08:19:48 +000029 OUTPUT_DIRECTORY = Build/NT32$(ARCH)
Jiamin Maf66a43b2013-10-12 06:31:55 +000030 SUPPORTED_ARCHITECTURES = IA32|X64
lgao45fa30852010-03-14 09:53:45 +000031 BUILD_TARGETS = DEBUG|RELEASE
klu225a201c2007-06-26 08:15:15 +000032 SKUID_IDENTIFIER = DEFAULT
AJFISH409f6782007-07-27 19:07:27 +000033 FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf
Star Zeng3b9f94c2013-11-20 02:08:21 +000034 #
35 # This flag is to control tool to generate PCD info for dynamic(ex) PCD,
36 # then enable or disable PCD info feature. TRUE is enable, and FLASE is disable.
37 # If the flag is absent, it will be same as FALSE.
38 #
Star Zeng61d89892013-11-20 02:04:23 +000039 PCD_INFO_GENERATION = TRUE
vanjeff53f79f82010-02-26 05:48:07 +000040
leegrosenbaum0ff38cb2012-04-11 16:23:41 +000041 #
42 # Defines for default states. These can be changed on the command line.
43 # -D FLAG=VALUE
44 #
45 DEFINE SECURE_BOOT_ENABLE = FALSE
klu225a201c2007-06-26 08:15:15 +000046
vanjeff2010c812007-07-04 02:30:58 +000047################################################################################
48#
49# SKU Identification section - list of all SKU IDs supported by this
50# Platform.
51#
52################################################################################
53[SkuIds]
54 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
klu225a201c2007-06-26 08:15:15 +000055
56################################################################################
57#
58# Library Class section - list of all Library Classes needed by this Platform.
59#
60################################################################################
lgao47b202cb2010-02-23 23:58:38 +000061[LibraryClasses]
lgao47cc9c452010-03-21 13:14:27 +000062 #
63 # Entry point
64 #
65 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
66 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
67 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
68 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
69 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
70 #
71 # Basic
72 #
AJFISH409f6782007-07-27 19:07:27 +000073 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
mdkinney4213ce82009-01-30 00:32:33 +000074 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
lgao47cc9c452010-03-21 13:14:27 +000075 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
xli240a525ec2008-10-25 16:19:19 +000076 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
AJFISH409f6782007-07-27 19:07:27 +000077 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
lgao47cc9c452010-03-21 13:14:27 +000078 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
79 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
80 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
81 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
82 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
83 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
84 #
85 # UEFI & PI
86 #
87 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
88 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
89 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
90 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
lgao43f077282009-04-13 05:52:07 +000091 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
qhuang84797d4c2008-11-13 09:27:05 +000092 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
Ruiyu Ni863986b2013-07-26 03:14:08 +000093 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
lgao47cc9c452010-03-21 13:14:27 +000094 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
95 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
96 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
97 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
98 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
99
100 #
101 # Generic Modules
102 #
103 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
104 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
105 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
106 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
107 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
108 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
109 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
110 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Eric Dong6b1ac442013-08-12 02:25:59 +0000111 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
lgao48273af42009-11-26 01:33:07 +0000112 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
lgao47cc9c452010-03-21 13:14:27 +0000113 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
114 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
115 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
116 #
117 # Platform
118 #
119 PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
120 #
121 # Misc
122 #
123 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
mdkinney48fff862011-03-10 22:19:15 +0000124 DebugPrintErrorLevelLib|MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
lgao47cc9c452010-03-21 13:14:27 +0000125 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
vanjeff53f79f82010-02-26 05:48:07 +0000126 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
vanjeff55b17532012-03-15 05:54:00 +0000127 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
Jiamin Maf66a43b2013-10-12 06:31:55 +0000128 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000129
130!if $(SECURE_BOOT_ENABLE) == TRUE
131 PlatformSecureLib|Nt32Pkg/Library/PlatformSecureLib/PlatformSecureLib.inf
132 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
133 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
jyao19dc2c782013-09-22 02:15:16 +0000134 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000135!endif
vanjeff53f79f82010-02-26 05:48:07 +0000136
jwang36fdcc2fd2007-07-25 06:24:23 +0000137[LibraryClasses.common.USER_DEFINED]
AJFISH409f6782007-07-27 19:07:27 +0000138 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
qhuang88e8fcb02009-03-05 15:27:16 +0000139 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
xli24663ec9c2009-12-29 09:10:44 +0000140 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
qhuang85bc18fe2009-03-03 14:12:04 +0000141 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
qhuang85bc18fe2009-03-03 14:12:04 +0000142 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
klu2d4b7ad52007-09-17 03:04:55 +0000143 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu225a201c2007-06-26 08:15:15 +0000144
lgao47cc9c452010-03-21 13:14:27 +0000145[LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]
146 #
147 # PEI phase common
148 #
AJFISH409f6782007-07-27 19:07:27 +0000149 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000150 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
xli24663ec9c2009-12-29 09:10:44 +0000151 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
lgao4d173d9c2007-10-09 07:54:34 +0000152 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
lgao47cc9c452010-03-21 13:14:27 +0000153 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
154 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
155 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
156 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
mdkinney48fff862011-03-10 22:19:15 +0000157 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
vanjeffe6ef5302007-10-16 06:28:45 +0000158
klu2869f8e32007-06-26 09:35:19 +0000159[LibraryClasses.common.PEI_CORE]
klu2d4b7ad52007-09-17 03:04:55 +0000160 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
lgao47cc9c452010-03-21 13:14:27 +0000161 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
klu225a201c2007-06-26 08:15:15 +0000162
lgao47cc9c452010-03-21 13:14:27 +0000163[LibraryClasses.common.PEIM]
164 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
165 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000166!if $(SECURE_BOOT_ENABLE) == TRUE
167 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
168!endif
lgao47cc9c452010-03-21 13:14:27 +0000169
170[LibraryClasses.common]
171 #
172 # DXE phase common
173 #
174 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000175 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
176 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
xli240a525ec2008-10-25 16:19:19 +0000177 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
xli24663ec9c2009-12-29 09:10:44 +0000178 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000179 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
qhuang8ffdd18b2009-03-05 09:15:30 +0000180 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
lgao47cc9c452010-03-21 13:14:27 +0000181 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
182 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000183!if $(SECURE_BOOT_ENABLE) == TRUE
184 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
185!endif
lgao47cc9c452010-03-21 13:14:27 +0000186
187[LibraryClasses.common.DXE_CORE]
188 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
189 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
190 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
191
192[LibraryClasses.common.DXE_SMM_DRIVER]
193 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu225a201c2007-06-26 08:15:15 +0000194
klu2869f8e32007-06-26 09:35:19 +0000195[LibraryClasses.common.UEFI_DRIVER]
qhuang8880cfb92008-09-02 07:20:24 +0000196 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu225a201c2007-06-26 08:15:15 +0000197
klu2869f8e32007-06-26 09:35:19 +0000198[LibraryClasses.common.UEFI_APPLICATION]
qhuang8880cfb92008-09-02 07:20:24 +0000199 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
qhuang8fcf24ba2009-02-23 03:20:29 +0000200 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000201
202[LibraryClasses.common.DXE_RUNTIME_DRIVER]
203 #
204 # Runtime
205 #
hhtiancbc6b5e2012-04-16 01:31:17 +0000206!if $(SECURE_BOOT_ENABLE) == TRUE
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000207 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
hhtiancbc6b5e2012-04-16 01:31:17 +0000208!endif
vanjeff4cf1c1b2007-06-28 15:16:51 +0000209
klu225a201c2007-06-26 08:15:15 +0000210################################################################################
211#
212# Pcd Section - list of all EDK II PCD Entries defined by this Platform
213#
214################################################################################
lgao47b202cb2010-02-23 23:58:38 +0000215[PcdsFeatureFlag]
lgao45fa30852010-03-14 09:53:45 +0000216 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
217 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
Jiamin Maf66a43b2013-10-12 06:31:55 +0000218 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables|FALSE
lgao45fa30852010-03-14 09:53:45 +0000219 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
lgao4842b46a2009-02-23 14:36:37 +0000220 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE
xgu395276122007-07-05 07:05:28 +0000221
lgao45fa30852010-03-14 09:53:45 +0000222[PcdsFixedAtBuild]
qhuang8b3af5df2007-08-30 09:11:54 +0000223 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
224 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
lgao45fa30852010-03-14 09:53:45 +0000225 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
qhuang8b3af5df2007-08-30 09:11:54 +0000226 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
lgao45fa30852010-03-14 09:53:45 +0000227 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
228 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"
qhuang8b3af5df2007-08-30 09:11:54 +0000229 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
lgao45fa30852010-03-14 09:53:45 +0000230 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
niruiyu963b62e2010-11-25 02:00:29 +0000231 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000232!if $(SECURE_BOOT_ENABLE) == TRUE
233 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
234!endif
235
Ruiyu Ni27909262014-11-25 08:53:33 +0000236!ifndef $(USE_OLD_SHELL)
237 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
238!endif
239
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000240!if $(SECURE_BOOT_ENABLE) == TRUE
241 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
Fu Siyuandb44ea62013-08-28 09:06:40 +0000242 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
243 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
244 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000245!endif
klu225a201c2007-06-26 08:15:15 +0000246
247################################################################################
248#
249# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
250#
251################################################################################
jwang362cb630b2007-07-06 07:41:51 +0000252[PcdsDynamicDefault.common.DEFAULT]
qhuang8e527bd22010-08-31 00:37:16 +0000253 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|20
qhuang8e527bd22010-08-31 00:37:16 +0000254 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|52
255 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|52
256 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|26
257 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|12
qhuang8b3af5df2007-08-30 09:11:54 +0000258 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
qhuang8e527bd22010-08-31 00:37:16 +0000259 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|52
yshang16d3aa332007-08-03 08:52:48 +0000260
qhuang8b3af5df2007-08-30 09:11:54 +0000261 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
262 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
263 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
klu225a201c2007-06-26 08:15:15 +0000264
Jiamin Maf66a43b2013-10-12 06:31:55 +0000265[PcdsDynamicDefault.Ia32]
266 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\Ia32\Apps"|VOID*|106
267
268[PcdsDynamicDefault.x64]
269 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\X64\Apps"|VOID*|106
270
qhuang8fcf24ba2009-02-23 03:20:29 +0000271[PcdsDynamicHii.common.DEFAULT]
Star Zeng99736b32013-08-19 04:28:15 +0000272 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutColumn|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x0|80
273 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutRow|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x4|25
eric_tian4d6c29c2009-03-17 05:50:48 +0000274 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
275 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1
vanjeff53f79f82010-02-26 05:48:07 +0000276
xli24dcbb35e2009-02-10 08:58:47 +0000277###################################################################################################
klu225a201c2007-06-26 08:15:15 +0000278#
xli24dcbb35e2009-02-10 08:58:47 +0000279# Components Section - list of the modules and components that will be processed by compilation
280# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
klu225a201c2007-06-26 08:15:15 +0000281#
xli24dcbb35e2009-02-10 08:58:47 +0000282# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
283# into firmware volume images. This section is just a list of modules to compile from
284# source into UEFI-compliant binaries.
285# It is the FDF file that contains information on combining binary files into firmware
286# volume images, whose concept is beyond UEFI and is described in PI specification.
287# Binary modules do not need to be listed in this section, as they should be
288# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
289# Logo (Logo.bmp), and etc.
290# There may also be modules listed in this section that are not required in the FDF file,
291# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
292# generated for it, but the binary will not be put into any firmware volume.
293#
294###################################################################################################
Jiamin Maf66a43b2013-10-12 06:31:55 +0000295[Components]
klu204eced52007-07-06 14:56:41 +0000296 ##
297 # SEC Phase modules
298 ##
Jiamin Maf66a43b2013-10-12 06:31:55 +0000299 Nt32Pkg/Sec/SecMain.inf {
300 <BuildOptions>
301 # Add override here, because default X64_CC_FLAGS is already overriden in DSC
302 MSFT:*_*_X64_CC_FLAGS == /nologo /W4 /WX /Gy /c /D UNICODE /Od /FIAutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE
303 }
vanjeff929e7bd2007-07-16 05:55:31 +0000304
klu204eced52007-07-06 14:56:41 +0000305 ##
306 # PEI Phase modules
307 ##
AJFISH409f6782007-07-27 19:07:27 +0000308 MdeModulePkg/Core/Pei/PeiMain.inf
lgao47cc9c452010-03-21 13:14:27 +0000309 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
310 <LibraryClasses>
qhuang876b0f6a2007-08-03 06:02:26 +0000311 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
312 }
xli2425126a02009-11-03 02:39:10 +0000313 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
xli24164393a2009-12-25 07:29:33 +0000314 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
xli2425126a02009-11-03 02:39:10 +0000315 Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000316 Nt32Pkg/BootModePei/BootModePei.inf
klu2ba82cb62010-01-04 04:45:44 +0000317 Nt32Pkg/StallPei/StallPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000318 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000319
Star Zeng71e9d092013-07-03 09:19:47 +0000320 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000321!if $(SECURE_BOOT_ENABLE) == TRUE
322 SecurityPkg/VariableAuthenticated/Pei/VariablePei.inf
323!else
AJFISH409f6782007-07-27 19:07:27 +0000324 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000325!endif
326
AJFISH409f6782007-07-27 19:07:27 +0000327 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
328 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
329 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
lgao4706e7532007-11-30 09:18:29 +0000330 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
klu204eced52007-07-06 14:56:41 +0000331 ##
332 # DXE Phase modules
333 ##
lgao4899bc552007-10-17 07:30:14 +0000334 MdeModulePkg/Core/Dxe/DxeMain.inf {
335 <LibraryClasses>
lgao446ffb9a2007-10-17 07:54:42 +0000336 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
Ruiyu Ni863986b2013-07-26 03:14:08 +0000337 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
lgao497ef8cf2009-03-11 03:06:25 +0000338 <BuildOptions>
Jiamin Maf66a43b2013-10-12 06:31:55 +0000339 *_*_*_CC_FLAGS =
lgao4899bc552007-10-17 07:30:14 +0000340 }
lgao497ef8cf2009-03-11 03:06:25 +0000341
AJFISH409f6782007-07-27 19:07:27 +0000342 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
qhuang8b3af5df2007-08-30 09:11:54 +0000343 <LibraryClasses>
yshang1cdebf6c2007-08-15 06:17:29 +0000344 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu2cba90122007-07-10 08:57:25 +0000345 }
AJFISH409f6782007-07-27 19:07:27 +0000346 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000347 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000348 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
349 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
350 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000351 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
352 <LibraryClasses>
353!if $(SECURE_BOOT_ENABLE) == TRUE
354 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
355!endif
356 }
davidhuang1fdd39d2009-11-20 04:02:03 +0000357 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000358 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
359 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000360 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000361 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
lgao4eba3ff42009-03-04 01:31:34 +0000362 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000363 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
364 Nt32Pkg/TimerDxe/TimerDxe.inf
xli2425126a02009-11-03 02:39:10 +0000365 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
xli24164393a2009-12-25 07:29:33 +0000366 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
xli2425126a02009-11-03 02:39:10 +0000367 Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000368!if $(SECURE_BOOT_ENABLE) == TRUE
369 SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf
370 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
371!else
AJFISH409f6782007-07-27 19:07:27 +0000372 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
leegrosenbaum0ff38cb2012-04-11 16:23:41 +0000373!endif
jwang36d5469f42009-02-06 08:54:41 +0000374 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
AJFISH409f6782007-07-27 19:07:27 +0000375 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
376 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
377 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
qhuang8fcf24ba2009-02-23 03:20:29 +0000378 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
379 <LibraryClasses>
380 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
381 }
rsun395318732011-03-24 11:05:27 +0000382 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
383 <LibraryClasses>
384 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
385 }
hhtian0929b782011-03-26 05:53:59 +0000386 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf {
387 <LibraryClasses>
388 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
389 }
Ruiyu Ni863986b2013-07-26 03:14:08 +0000390 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
391 <LibraryClasses>
392 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
393 }
AJFISH409f6782007-07-27 19:07:27 +0000394 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
395 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000396 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
davidhuang061b1c22009-10-20 03:44:03 +0000397 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000398 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
399 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
400 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
qhuang8880cfb92008-09-02 07:20:24 +0000401 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {
402 <LibraryClasses>
403 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
404 }
AJFISH409f6782007-07-27 19:07:27 +0000405 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000406 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
407 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
408 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
klu2ef0028a2009-02-24 16:04:22 +0000409 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
vanjeff929e7bd2007-07-16 05:55:31 +0000410
vanjeff593a8302007-09-04 08:42:53 +0000411 #
412 # Network stack drivers
413 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
414 #
vanjeff36ee91c2007-11-20 05:42:23 +0000415 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000416 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
417 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
418 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
419 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
420 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
xdu21b14ec42010-03-03 10:47:27 +0000421 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000422 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
423 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
424 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
vanjeff5276f662009-09-03 09:08:43 +0000425 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000426 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
427
eric_tian34a2bb92009-02-26 08:05:22 +0000428 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
429
vanjeff53f79f82010-02-26 05:48:07 +0000430 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000431 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
Eric Dong6b1ac442013-08-12 02:25:59 +0000432 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000433 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
qhuang8fcf24ba2009-02-23 03:20:29 +0000434 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000435 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
436 <LibraryClasses>
437 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
438 }
eric_tian34a2bb92009-02-26 08:05:22 +0000439 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
vanjeff53f79f82010-02-26 05:48:07 +0000440
lgao427431722009-02-24 15:37:53 +0000441 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
lgao427431722009-02-24 15:37:53 +0000442
lgao47cc9c452010-03-21 13:14:27 +0000443###################################################################################################
444#
445# BuildOptions Section - Define the module specific tool chain flags that should be used as
446# the default flags for a module. These flags are appended to any
447# standard flags that are defined by the build process. They can be
448# applied for any modules or only those modules with the specific
449# module style (EDK or EDKII) specified in [Components] section.
450#
451###################################################################################################
jwang362cb630b2007-07-06 07:41:51 +0000452[BuildOptions]
Jiamin Maf66a43b2013-10-12 06:31:55 +0000453 DEBUG_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE
454 RELEASE_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096
jwang362529e5e2007-12-23 15:13:39 +0000455
Jiamin Maf66a43b2013-10-12 06:31:55 +0000456# Add override here, because default X64_CC_FLAGS add /X
Shumin Qiu78322c82013-11-26 07:36:29 +0000457 DEBUG_*_X64_CC_FLAGS == /nologo /c /WX /GS- /W4 /Gs32768 /D UNICODE /O1ib2s /GL /Gy /FIAutoGen.h /EHs-c- /GR- /GF /Zi /Gm
458 RELEASE_*_X64_CC_FLAGS == /nologo /c /WX /GS- /W4 /Gs32768 /D UNICODE /O1ib2s /GL /Gy /FIAutoGen.h /EHs-c- /GR- /GF
459 NOOPT_*_X64_CC_FLAGS == /nologo /c /WX /GS- /W4 /Gs32768 /D UNICODE /Gy /FIAutoGen.h /EHs-c- /GR- /GF /Zi /Gm /Od
Jiamin Maf66a43b2013-10-12 06:31:55 +0000460
klu2be0187b2007-12-26 04:51:23 +0000461#############################################################################################################
462# NOTE:
Jiamin Maf66a43b2013-10-12 06:31:55 +0000463# The following [Libraries] section is for building EDK module under the EDKII tool chain.
464# If you want build EDK module for Nt32 platform, please uncomment [Libraries] section and
niruiyubb9f4ea2011-10-19 05:37:48 +0000465# libraries used by that EDK module.
466# Currently, Nt32 platform do not has any EDK style module
vanjeff53f79f82010-02-26 05:48:07 +0000467#
klu2be0187b2007-12-26 04:51:23 +0000468#
Jiamin Maf66a43b2013-10-12 06:31:55 +0000469#[Libraries]
klu2be0187b2007-12-26 04:51:23 +0000470 #
471 # Libraries common to PEI and DXE
472 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000473 # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
474 # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
475 # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
476 # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
477 # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
478 # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
479 # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
480 # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
481 # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
klu2be0187b2007-12-26 04:51:23 +0000482
483 #
484 # PEI libraries
485 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000486 # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
487 # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
488 # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
489 # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
klu2be0187b2007-12-26 04:51:23 +0000490
491 #
492 # DXE libraries
493 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000494 # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
495 # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
496 # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
497 # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
498 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
499 # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
500 # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
501 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
502 # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
503 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
504 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
klu2be0187b2007-12-26 04:51:23 +0000505
506 #
507 # Print/Graphics Library consume SetupBrowser Print Protocol
508 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000509 # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
510 # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
511