blob: 52b9b4e63b3ffa3278ac39bb5f04563903dcb352 [file] [log] [blame]
klu225a201c2007-06-26 08:15:15 +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#
qwang125fd5fcd2008-01-21 14:42:45 +00007# Copyright (c) 2006 - 2008, Intel Corporation
klu225a201c2007-06-26 08:15:15 +00008#
9# All rights reserved. This program and the accompanying materials
10# 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
12# 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#
17#**/
18
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
27 PLATFORM_VERSION = 0.3
28 DSC_SPECIFICATION = 0x00010005
AJFISH409f6782007-07-27 19:07:27 +000029 OUTPUT_DIRECTORY = Build/NT32
klu225a201c2007-06-26 08:15:15 +000030 SUPPORTED_ARCHITECTURES = IA32
31 BUILD_TARGETS = DEBUG
32 SKUID_IDENTIFIER = DEFAULT
AJFISH409f6782007-07-27 19:07:27 +000033 FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf
klu2be0187b2007-12-26 04:51:23 +000034
klu225a201c2007-06-26 08:15:15 +000035
vanjeff2010c812007-07-04 02:30:58 +000036################################################################################
37#
38# SKU Identification section - list of all SKU IDs supported by this
39# Platform.
40#
41################################################################################
42[SkuIds]
43 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
klu225a201c2007-06-26 08:15:15 +000044
45################################################################################
46#
47# Library Class section - list of all Library Classes needed by this Platform.
48#
49################################################################################
50
klu2869f8e32007-06-26 09:35:19 +000051[LibraryClasses.common]
klu22b642e52007-11-22 06:55:30 +000052 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000053 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
54 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
xli240a525ec2008-10-25 16:19:19 +000055 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
mdkinneyba571112007-10-06 23:25:57 +000056 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
AJFISH409f6782007-07-27 19:07:27 +000057 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
mdkinney4213ce82009-01-30 00:32:33 +000058 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
xli240a525ec2008-10-25 16:19:19 +000059 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
jwang36db9c4232008-01-22 03:18:50 +000060 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000061 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
62 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
63 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
xli24a7e883d2008-10-29 09:36:06 +000064 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
AJFISH409f6782007-07-27 19:07:27 +000065 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
lgao439a4d282007-08-08 14:54:14 +000066 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
qhuang84797d4c2008-11-13 09:27:05 +000067 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
qwang122a5726b2008-02-02 13:44:43 +000068 ExtendedHiiLib|MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
klu24fb31c22007-09-26 09:35:36 +000069 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
70 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
qhuang84797d4c2008-11-13 09:27:05 +000071 IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
qwang122a5726b2008-02-02 13:44:43 +000072 ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
qhuang84797d4c2008-11-13 09:27:05 +000073 IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
klu25c5a2ca2009-01-23 07:26:59 +000074 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
qwang125fd5fcd2008-01-21 14:42:45 +000075 PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
lgao495be2c92007-12-05 09:50:31 +000076 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
qhuang84797d4c2008-11-13 09:27:05 +000077 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
qwang125fd5fcd2008-01-21 14:42:45 +000078 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
klu2008698a2008-11-11 15:45:34 +000079 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
80
AJFISHd6955582007-07-05 22:17:00 +000081[LibraryClasses.common.BASE]
AJFISH409f6782007-07-27 19:07:27 +000082 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu22f053c92007-08-10 05:29:46 +000083 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
AJFISHd6955582007-07-05 22:17:00 +000084
jwang36fdcc2fd2007-07-25 06:24:23 +000085[LibraryClasses.common.USER_DEFINED]
AJFISH409f6782007-07-27 19:07:27 +000086 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu22f053c92007-08-10 05:29:46 +000087 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
jwang36fdcc2fd2007-07-25 06:24:23 +000088
AJFISHd6955582007-07-05 22:17:00 +000089[LibraryClasses.common.SEC]
mdkinneyba571112007-10-06 23:25:57 +000090 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +000091 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu22f053c92007-08-10 05:29:46 +000092 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
lgao43d7b0992007-09-28 08:14:30 +000093 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
AJFISHd6955582007-07-05 22:17:00 +000094
vanjeff6d2b4f22007-07-03 05:30:36 +000095[LibraryClasses.common.DXE_CORE]
AJFISH409f6782007-07-27 19:07:27 +000096 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
AJFISH409f6782007-07-27 19:07:27 +000097 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
98 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
99 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
qhuang8fb53e6c2008-08-27 13:52:36 +0000100 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000101 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000102 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000103 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
klu22f053c92007-08-10 05:29:46 +0000104 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
klu2d4b7ad52007-09-17 03:04:55 +0000105 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
ywangd37be742008-08-18 18:00:26 +0000106 PeCoffLib|Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.inf
lgao4d173d9c2007-10-09 07:54:34 +0000107 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
klu225a201c2007-06-26 08:15:15 +0000108
klu2869f8e32007-06-26 09:35:19 +0000109[LibraryClasses.common.DXE_SMM_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000110 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
qhuang84797d4c2008-11-13 09:27:05 +0000111 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000112 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
113 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
114 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
115 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
xli240a525ec2008-10-25 16:19:19 +0000116 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000117 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000118 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000119 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
120 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
121 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
122 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
123 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu225a201c2007-06-26 08:15:15 +0000124
klu2869f8e32007-06-26 09:35:19 +0000125[LibraryClasses.common.PEIM]
mdkinneyba571112007-10-06 23:25:57 +0000126 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000127 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
128 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
129 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
130 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
131 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
132 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
klu22f053c92007-08-10 05:29:46 +0000133 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000134 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
135 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
136 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
klu22f053c92007-08-10 05:29:46 +0000137 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
jwang36d5469f42009-02-06 08:54:41 +0000138 PeCoffLib|Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.inf
lgao4d173d9c2007-10-09 07:54:34 +0000139 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
vanjeffe6ef5302007-10-16 06:28:45 +0000140
klu2869f8e32007-06-26 09:35:19 +0000141[LibraryClasses.common.PEI_CORE]
mdkinneyba571112007-10-06 23:25:57 +0000142 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000143 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
144 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
145 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
146 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
147 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
148 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000149 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
yshang1ff8ff132008-02-03 03:53:58 +0000150 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +0000151 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
klu2d4b7ad52007-09-17 03:04:55 +0000152 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu22f053c92007-08-10 05:29:46 +0000153 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
jwang36d5469f42009-02-06 08:54:41 +0000154 PeCoffLib|Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.inf
klu225a201c2007-06-26 08:15:15 +0000155
klu2869f8e32007-06-26 09:35:19 +0000156[LibraryClasses.common.DXE_RUNTIME_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000157 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
158 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
159 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
xli240a525ec2008-10-25 16:19:19 +0000160 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000161 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
162 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000163 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000164 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000165 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
166 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
167 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
qhuang84797d4c2008-11-13 09:27:05 +0000168 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000169 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
170 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000171 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
klu225a201c2007-06-26 08:15:15 +0000172
klu2869f8e32007-06-26 09:35:19 +0000173[LibraryClasses.common.UEFI_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000174 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
175 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
qhuang8880cfb92008-09-02 07:20:24 +0000176 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
xli240a525ec2008-10-25 16:19:19 +0000177 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000178 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
179 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000180 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000181 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000182 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
183 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
qhuang84797d4c2008-11-13 09:27:05 +0000184 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000185 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
186 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000187 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang87f4d2102008-08-18 09:19:13 +0000188 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
189 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
190 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
191 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
klu225a201c2007-06-26 08:15:15 +0000192
klu2869f8e32007-06-26 09:35:19 +0000193[LibraryClasses.common.DXE_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000194 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
195 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
196 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
xli240a525ec2008-10-25 16:19:19 +0000197 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000198 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
199 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000200 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000201 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000202 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
203 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
qhuang84797d4c2008-11-13 09:27:05 +0000204 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000205 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
206 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000207 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
vanjeff593a8302007-09-04 08:42:53 +0000208 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
209 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
210 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
vanjeff36ee91c2007-11-20 05:42:23 +0000211 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
klu225a201c2007-06-26 08:15:15 +0000212
klu2869f8e32007-06-26 09:35:19 +0000213[LibraryClasses.common.UEFI_APPLICATION]
AJFISH409f6782007-07-27 19:07:27 +0000214 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
qhuang84797d4c2008-11-13 09:27:05 +0000215 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000216 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
217 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
218 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
219 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
qhuang8880cfb92008-09-02 07:20:24 +0000220 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
xli240a525ec2008-10-25 16:19:19 +0000221 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000222 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000223 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000224 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
225 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
226 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000227 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang8fcf24ba2009-02-23 03:20:29 +0000228 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
vanjeff4cf1c1b2007-06-28 15:16:51 +0000229
klu225a201c2007-06-26 08:15:15 +0000230
231################################################################################
232#
233# Pcd Section - list of all EDK II PCD Entries defined by this Platform
234#
235################################################################################
236
xgu395276122007-07-05 07:05:28 +0000237[PcdsFeatureFlag.common]
qhuang8b3af5df2007-08-30 09:11:54 +0000238 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
239 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
240 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
241 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
242 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
243 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
244 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
qhuang8e6422a32008-09-04 08:19:02 +0000245 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate|FALSE
lgao4842b46a2009-02-23 14:36:37 +0000246 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE
qhuang8676de8d2007-10-09 03:15:21 +0000247 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
248 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
vanjeffe6ef5302007-10-16 06:28:45 +0000249 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
250 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
xgu395276122007-07-05 07:05:28 +0000251
klu213759162007-08-02 09:02:47 +0000252[PcdsFixedAtBuild.IA32]
klu258dcdad2008-02-29 18:24:43 +0000253 #gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize|0x20000
qhuang8b3af5df2007-08-30 09:11:54 +0000254 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
255 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
256 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
lgao4ae8432d2008-09-09 02:53:35 +0000257 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"|VOID*|52
qhuang8b3af5df2007-08-30 09:11:54 +0000258 gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
259 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
260 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
261 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
262 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
qhuang8b3af5df2007-08-30 09:11:54 +0000263 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
264 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
265 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
266 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
267 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
268 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
269 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
270 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
271 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
272 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
273 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
274 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
275 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
276 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
277 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
278 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
qhuang8b3af5df2007-08-30 09:11:54 +0000279 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
280 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
281 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
282 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
283 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
284 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
285 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
286 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
287 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
288 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
klu2869f8e32007-06-26 09:35:19 +0000289
qhuang8b3af5df2007-08-30 09:11:54 +0000290 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
291 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
292 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
293 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
294 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
295 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
yshang16d3aa332007-08-03 08:52:48 +0000296
qhuang8b3af5df2007-08-30 09:11:54 +0000297 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
298 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
299 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
yshang16d3aa332007-08-03 08:52:48 +0000300
qhuang8b3af5df2007-08-30 09:11:54 +0000301 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
302 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
303 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
lgao418fd8d62007-09-29 08:04:29 +0000304 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
qwang129c7aa182007-10-15 11:17:01 +0000305 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
306 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
qwang12350c5432008-02-28 12:09:56 +0000307 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
klu22b642e52007-11-22 06:55:30 +0000308 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
309 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
qwang129c7aa182007-10-15 11:17:01 +0000310
klu2869f8e32007-06-26 09:35:19 +0000311[PcdsFeatureFlag.IA32]
qhuang8b3af5df2007-08-30 09:11:54 +0000312 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
313 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
314 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
315 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
316 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
317 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
318 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
319 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
320 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
yshang15d582952007-09-28 08:22:33 +0000321 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000322 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
323 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
324 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
325 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
326 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
327 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
328 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
329 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
330 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
331 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
332 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
333 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
334 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
335 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000336 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
337 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
eric_tianb3149ea2008-03-20 08:44:59 +0000338 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|TRUE
qhuang8b3af5df2007-08-30 09:11:54 +0000339 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
340 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
qhuang88270a5f2007-09-29 11:28:21 +0000341 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
342 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000343 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
344 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
345 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
klu22b642e52007-11-22 06:55:30 +0000346 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
AJFISHba237732007-07-03 18:34:24 +0000347
klu225a201c2007-06-26 08:15:15 +0000348
349################################################################################
350#
351# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
352#
353################################################################################
354
jwang362cb630b2007-07-06 07:41:51 +0000355[PcdsDynamicDefault.common.DEFAULT]
qhuang8b3af5df2007-08-30 09:11:54 +0000356 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
vanjeff01a59a82008-09-27 04:59:27 +0000357 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\\..\\..\\..\\EdkShellBinPkg\\Bin\\Ia32\\Apps"|VOID*|106
qhuang8b3af5df2007-08-30 09:11:54 +0000358 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
359 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
360 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
qhuang8b3af5df2007-08-30 09:11:54 +0000361 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
362 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
363 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
yshang16d3aa332007-08-03 08:52:48 +0000364
qhuang8b3af5df2007-08-30 09:11:54 +0000365 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
366 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
367 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
qhuang8eb5bb282008-09-24 14:40:40 +0000368 gEfiMdeModulePkgTokenSpaceGuid.PcdPlatformBootTimeOutDefault|10
klu225a201c2007-06-26 08:15:15 +0000369
qhuang8fcf24ba2009-02-23 03:20:29 +0000370[PcdsDynamicHii.common.DEFAULT]
371 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0x0053 0x0065 0x0074 0x0075 0x0070|gEfiWinNtSystemConfigGuid|0x0|80 # Variable: L"Setup"
372 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0x0053 0x0065 0x0074 0x0075 0x0070|gEfiWinNtSystemConfigGuid|0x4|25 # Variable: L"Setup"
jwang36cd46d8f2007-12-22 16:59:33 +0000373
xli24dcbb35e2009-02-10 08:58:47 +0000374###################################################################################################
klu225a201c2007-06-26 08:15:15 +0000375#
xli24dcbb35e2009-02-10 08:58:47 +0000376# Components Section - list of the modules and components that will be processed by compilation
377# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
klu225a201c2007-06-26 08:15:15 +0000378#
xli24dcbb35e2009-02-10 08:58:47 +0000379# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
380# into firmware volume images. This section is just a list of modules to compile from
381# source into UEFI-compliant binaries.
382# It is the FDF file that contains information on combining binary files into firmware
383# volume images, whose concept is beyond UEFI and is described in PI specification.
384# Binary modules do not need to be listed in this section, as they should be
385# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
386# Logo (Logo.bmp), and etc.
387# There may also be modules listed in this section that are not required in the FDF file,
388# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
389# generated for it, but the binary will not be put into any firmware volume.
390#
391###################################################################################################
klu225a201c2007-06-26 08:15:15 +0000392
393[Components.IA32]
klu204eced52007-07-06 14:56:41 +0000394 ##
395 # SEC Phase modules
396 ##
AJFISH409f6782007-07-27 19:07:27 +0000397 Nt32Pkg/Sec/SecMain.inf
vanjeff929e7bd2007-07-16 05:55:31 +0000398
klu204eced52007-07-06 14:56:41 +0000399 ##
400 # PEI Phase modules
401 ##
AJFISH409f6782007-07-27 19:07:27 +0000402 MdeModulePkg/Core/Pei/PeiMain.inf
qhuang876b0f6a2007-08-03 06:02:26 +0000403 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
qhuang8b3af5df2007-08-30 09:11:54 +0000404 <LibraryClasses>
qhuang876b0f6a2007-08-03 06:02:26 +0000405 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
406 }
AJFISH409f6782007-07-27 19:07:27 +0000407 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
408 Nt32Pkg/BootModePei/BootModePei.inf
409 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000410 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
411 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
412 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
413 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
lgao4706e7532007-11-30 09:18:29 +0000414 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
klu204eced52007-07-06 14:56:41 +0000415 ##
416 # DXE Phase modules
417 ##
lgao4899bc552007-10-17 07:30:14 +0000418 MdeModulePkg/Core/Dxe/DxeMain.inf {
419 <LibraryClasses>
lgao446ffb9a2007-10-17 07:54:42 +0000420 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
lgao4899bc552007-10-17 07:30:14 +0000421 }
AJFISH409f6782007-07-27 19:07:27 +0000422 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
qhuang8b3af5df2007-08-30 09:11:54 +0000423 <LibraryClasses>
yshang1cdebf6c2007-08-15 06:17:29 +0000424 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu2cba90122007-07-10 08:57:25 +0000425 }
AJFISH409f6782007-07-27 19:07:27 +0000426 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000427 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000428 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
429 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
430 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
431 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
432 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
433 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
434 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000435 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000436 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000437 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
AJFISH409f6782007-07-27 19:07:27 +0000438 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
439 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
440 Nt32Pkg/TimerDxe/TimerDxe.inf
441 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
442 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
jwang36d5469f42009-02-06 08:54:41 +0000443 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
AJFISH409f6782007-07-27 19:07:27 +0000444 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
445 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
446 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
qhuang8fcf24ba2009-02-23 03:20:29 +0000447 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
448 <LibraryClasses>
449 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
450 }
AJFISH409f6782007-07-27 19:07:27 +0000451 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
452 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
453 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
454 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
455 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000456 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000457 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
458 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
459 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
460 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
qhuang8880cfb92008-09-02 07:20:24 +0000461 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {
462 <LibraryClasses>
463 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
464 }
AJFISH409f6782007-07-27 19:07:27 +0000465 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000466 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
467 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
468 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000469 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
vanjeff929e7bd2007-07-16 05:55:31 +0000470
vanjeff593a8302007-09-04 08:42:53 +0000471 #
472 # Network stack drivers
473 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
474 #
vanjeff36ee91c2007-11-20 05:42:23 +0000475 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000476 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
477 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
478 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
479 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
480 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
481 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
482 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
483 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
484 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
485
klu25c5a2ca2009-01-23 07:26:59 +0000486 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000487 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
488 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
qhuang8fcf24ba2009-02-23 03:20:29 +0000489 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000490 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
491 <LibraryClasses>
492 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
493 }
lgao4842b46a2009-02-23 14:36:37 +0000494 MdeModulePkg\Universal\Variable\Application\VariableInfo.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000495
jwang362cb630b2007-07-06 07:41:51 +0000496[BuildOptions]
jwang36cd46d8f2007-12-22 16:59:33 +0000497 DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /SUBSYSTEM:CONSOLE
498 RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096
jwang362529e5e2007-12-23 15:13:39 +0000499 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006
500
klu2be0187b2007-12-26 04:51:23 +0000501
502
503
504#############################################################################################################
505# NOTE:
506# The following [Libraries.IA32] section is for building R8 module under the R9 tool chain.
507# If you want build R8 module for Nt32 platform, please uncomment [Libraries.IA32] section and
508# libraries used by that R8 module.
509# Currently, Nt32 platform do not has any R8 style module
510#
511#
512#[Libraries.IA32]
513 #
514 # Libraries common to PEI and DXE
515 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000516 # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
517 # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
518 # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
519 # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
520 # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
521 # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
522 # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
523 # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
524 # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
klu2be0187b2007-12-26 04:51:23 +0000525
526 #
527 # PEI libraries
528 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000529 # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
530 # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
531 # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
532 # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
klu2be0187b2007-12-26 04:51:23 +0000533
534 #
535 # DXE libraries
536 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000537 # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
538 # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
539 # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
540 # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
541 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
542 # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
543 # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
544 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
545 # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
546 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
547 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
klu2be0187b2007-12-26 04:51:23 +0000548
549 #
550 # Print/Graphics Library consume SetupBrowser Print Protocol
551 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000552 # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
553 # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
554