blob: fbabe54687f938c8efc659dbc56999cc309ebc9d [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#
qhuang893131112009-08-11 15:57:57 +00007# Copyright (c) 2006 - 2009, 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
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#
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
qhuang88e8fcb02009-03-05 15:27:16 +000062 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000063 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
AJFISH409f6782007-07-27 19:07:27 +000064 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
lgao439a4d282007-08-08 14:54:14 +000065 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
lgao43f077282009-04-13 05:52:07 +000066 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
qhuang84797d4c2008-11-13 09:27:05 +000067 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
klu25c5a2ca2009-01-23 07:26:59 +000068 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
qwang125fd5fcd2008-01-21 14:42:45 +000069 PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
lgao495be2c92007-12-05 09:50:31 +000070 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
qhuang84797d4c2008-11-13 09:27:05 +000071 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
qwang125fd5fcd2008-01-21 14:42:45 +000072 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
klu2008698a2008-11-11 15:45:34 +000073 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
lgao48273af42009-11-26 01:33:07 +000074 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
klu2008698a2008-11-11 15:45:34 +000075
jwang36fdcc2fd2007-07-25 06:24:23 +000076[LibraryClasses.common.USER_DEFINED]
AJFISH409f6782007-07-27 19:07:27 +000077 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
qhuang88e8fcb02009-03-05 15:27:16 +000078 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
qhuang85bc18fe2009-03-03 14:12:04 +000079 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
80 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
81 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
82 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
83 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
AJFISHd6955582007-07-05 22:17:00 +000084
vanjeff6d2b4f22007-07-03 05:30:36 +000085[LibraryClasses.common.DXE_CORE]
AJFISH409f6782007-07-27 19:07:27 +000086 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
AJFISH409f6782007-07-27 19:07:27 +000087 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
88 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
89 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
qhuang8fb53e6c2008-08-27 13:52:36 +000090 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +000091 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +000092 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +000093 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
klu22f053c92007-08-10 05:29:46 +000094 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
klu2d4b7ad52007-09-17 03:04:55 +000095 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
qhuang8ffdd18b2009-03-05 09:15:30 +000096 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
lgao4d173d9c2007-10-09 07:54:34 +000097 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
klu225a201c2007-06-26 08:15:15 +000098
klu2869f8e32007-06-26 09:35:19 +000099[LibraryClasses.common.DXE_SMM_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000100 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
qhuang84797d4c2008-11-13 09:27:05 +0000101 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000102 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
103 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
104 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
105 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
xli240a525ec2008-10-25 16:19:19 +0000106 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000107 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000108 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000109 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
110 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
111 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
112 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
113 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu225a201c2007-06-26 08:15:15 +0000114
klu2869f8e32007-06-26 09:35:19 +0000115[LibraryClasses.common.PEIM]
mdkinneyba571112007-10-06 23:25:57 +0000116 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000117 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
118 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
119 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
120 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
121 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
122 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
klu22f053c92007-08-10 05:29:46 +0000123 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000124 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
125 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
126 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
klu22f053c92007-08-10 05:29:46 +0000127 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang8ffdd18b2009-03-05 09:15:30 +0000128 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
lgao4d173d9c2007-10-09 07:54:34 +0000129 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
vanjeffe6ef5302007-10-16 06:28:45 +0000130
klu2869f8e32007-06-26 09:35:19 +0000131[LibraryClasses.common.PEI_CORE]
mdkinneyba571112007-10-06 23:25:57 +0000132 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000133 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
134 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
135 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
136 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
137 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
138 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000139 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
yshang1ff8ff132008-02-03 03:53:58 +0000140 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +0000141 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
klu2d4b7ad52007-09-17 03:04:55 +0000142 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu22f053c92007-08-10 05:29:46 +0000143 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang8ffdd18b2009-03-05 09:15:30 +0000144 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
klu225a201c2007-06-26 08:15:15 +0000145
klu2869f8e32007-06-26 09:35:19 +0000146[LibraryClasses.common.DXE_RUNTIME_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000147 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
148 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
149 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
xli240a525ec2008-10-25 16:19:19 +0000150 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000151 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
152 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000153 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000154 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000155 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
156 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
157 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
qhuang84797d4c2008-11-13 09:27:05 +0000158 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000159 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
160 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000161 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang8ffdd18b2009-03-05 09:15:30 +0000162 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
klu225a201c2007-06-26 08:15:15 +0000163
klu2869f8e32007-06-26 09:35:19 +0000164[LibraryClasses.common.UEFI_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000165 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
166 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
qhuang8880cfb92008-09-02 07:20:24 +0000167 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
xli240a525ec2008-10-25 16:19:19 +0000168 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000169 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
170 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000171 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000172 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000173 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
174 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
qhuang84797d4c2008-11-13 09:27:05 +0000175 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000176 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
177 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000178 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang87f4d2102008-08-18 09:19:13 +0000179 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
180 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
181 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
182 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
qhuang8ffdd18b2009-03-05 09:15:30 +0000183 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
klu225a201c2007-06-26 08:15:15 +0000184
klu2869f8e32007-06-26 09:35:19 +0000185[LibraryClasses.common.DXE_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000186 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
187 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
188 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
xli240a525ec2008-10-25 16:19:19 +0000189 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000190 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
191 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000192 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000193 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000194 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
195 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
qhuang84797d4c2008-11-13 09:27:05 +0000196 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000197 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
198 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000199 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
vanjeff593a8302007-09-04 08:42:53 +0000200 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
201 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
202 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
vanjeff36ee91c2007-11-20 05:42:23 +0000203 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
klu225a201c2007-06-26 08:15:15 +0000204
klu2869f8e32007-06-26 09:35:19 +0000205[LibraryClasses.common.UEFI_APPLICATION]
AJFISH409f6782007-07-27 19:07:27 +0000206 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
qhuang84797d4c2008-11-13 09:27:05 +0000207 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000208 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
209 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
210 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
211 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
qhuang8880cfb92008-09-02 07:20:24 +0000212 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
xli240a525ec2008-10-25 16:19:19 +0000213 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000214 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000215 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000216 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
217 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
218 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000219 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang8fcf24ba2009-02-23 03:20:29 +0000220 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
vanjeff4cf1c1b2007-06-28 15:16:51 +0000221
klu225a201c2007-06-26 08:15:15 +0000222
223################################################################################
224#
225# Pcd Section - list of all EDK II PCD Entries defined by this Platform
226#
227################################################################################
228
xgu395276122007-07-05 07:05:28 +0000229[PcdsFeatureFlag.common]
qhuang8b3af5df2007-08-30 09:11:54 +0000230 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
231 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
jljusten72670d32009-04-27 18:26:12 +0000232 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|TRUE
qhuang8e6422a32008-09-04 08:19:02 +0000233 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate|FALSE
lgao4842b46a2009-02-23 14:36:37 +0000234 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE
qhuang8676de8d2007-10-09 03:15:21 +0000235 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
236 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
vanjeffe6ef5302007-10-16 06:28:45 +0000237 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
238 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
xgu395276122007-07-05 07:05:28 +0000239
klu213759162007-08-02 09:02:47 +0000240[PcdsFixedAtBuild.IA32]
qhuang8b3af5df2007-08-30 09:11:54 +0000241 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
lgao4ae8432d2008-09-09 02:53:35 +0000242 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"|VOID*|52
qhuang8b3af5df2007-08-30 09:11:54 +0000243 gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
244 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
245 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
246 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
247 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
qhuang8b3af5df2007-08-30 09:11:54 +0000248 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
249 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
250 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
251 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
252 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
253 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
254 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
255 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
256 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
qhuang8b3af5df2007-08-30 09:11:54 +0000257 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
258 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
259 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
260 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
261 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
qhuang8b3af5df2007-08-30 09:11:54 +0000262 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
263 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
264 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
265 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
266 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
267 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
268 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
269 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
270 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
271 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
klu2869f8e32007-06-26 09:35:19 +0000272
qhuang8b3af5df2007-08-30 09:11:54 +0000273 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
274 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
275 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
276 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
277 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
278 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
yshang16d3aa332007-08-03 08:52:48 +0000279
qhuang8b3af5df2007-08-30 09:11:54 +0000280 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
281 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
282 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
yshang16d3aa332007-08-03 08:52:48 +0000283
qhuang8b3af5df2007-08-30 09:11:54 +0000284 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
285 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
286 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
lgao418fd8d62007-09-29 08:04:29 +0000287 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
qwang129c7aa182007-10-15 11:17:01 +0000288 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
289 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
qwang12350c5432008-02-28 12:09:56 +0000290 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
klu22b642e52007-11-22 06:55:30 +0000291 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
292 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
qwang129c7aa182007-10-15 11:17:01 +0000293
klu2869f8e32007-06-26 09:35:19 +0000294[PcdsFeatureFlag.IA32]
qhuang8b3af5df2007-08-30 09:11:54 +0000295 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000296 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
297 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000298 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
299 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000300 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
301 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
qhuang88270a5f2007-09-29 11:28:21 +0000302 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
303 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
davidhuang061b1c22009-10-20 03:44:03 +0000304 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
klu22b642e52007-11-22 06:55:30 +0000305 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
AJFISHba237732007-07-03 18:34:24 +0000306
klu225a201c2007-06-26 08:15:15 +0000307
308################################################################################
309#
310# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
311#
312################################################################################
313
jwang362cb630b2007-07-06 07:41:51 +0000314[PcdsDynamicDefault.common.DEFAULT]
qhuang8b3af5df2007-08-30 09:11:54 +0000315 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
klu29c116442009-06-03 11:42:14 +0000316 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\Ia32\Apps"|VOID*|106
qhuang8b3af5df2007-08-30 09:11:54 +0000317 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
318 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
319 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
qhuang8b3af5df2007-08-30 09:11:54 +0000320 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
321 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
322 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
yshang16d3aa332007-08-03 08:52:48 +0000323
qhuang8b3af5df2007-08-30 09:11:54 +0000324 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
325 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
326 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
klu225a201c2007-06-26 08:15:15 +0000327
qhuang8fcf24ba2009-02-23 03:20:29 +0000328[PcdsDynamicHii.common.DEFAULT]
eric_tian4d6c29c2009-03-17 05:50:48 +0000329 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiWinNtSystemConfigGuid|0x0|80
330 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiWinNtSystemConfigGuid|0x4|25
331 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
332 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1
klu221e97c72009-02-26 07:19:01 +0000333
xli24dcbb35e2009-02-10 08:58:47 +0000334###################################################################################################
klu225a201c2007-06-26 08:15:15 +0000335#
xli24dcbb35e2009-02-10 08:58:47 +0000336# Components Section - list of the modules and components that will be processed by compilation
337# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
klu225a201c2007-06-26 08:15:15 +0000338#
xli24dcbb35e2009-02-10 08:58:47 +0000339# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
340# into firmware volume images. This section is just a list of modules to compile from
341# source into UEFI-compliant binaries.
342# It is the FDF file that contains information on combining binary files into firmware
343# volume images, whose concept is beyond UEFI and is described in PI specification.
344# Binary modules do not need to be listed in this section, as they should be
345# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
346# Logo (Logo.bmp), and etc.
347# There may also be modules listed in this section that are not required in the FDF file,
348# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
349# generated for it, but the binary will not be put into any firmware volume.
350#
351###################################################################################################
klu225a201c2007-06-26 08:15:15 +0000352
353[Components.IA32]
klu204eced52007-07-06 14:56:41 +0000354 ##
355 # SEC Phase modules
356 ##
AJFISH409f6782007-07-27 19:07:27 +0000357 Nt32Pkg/Sec/SecMain.inf
vanjeff929e7bd2007-07-16 05:55:31 +0000358
klu204eced52007-07-06 14:56:41 +0000359 ##
360 # PEI Phase modules
361 ##
AJFISH409f6782007-07-27 19:07:27 +0000362 MdeModulePkg/Core/Pei/PeiMain.inf
qhuang876b0f6a2007-08-03 06:02:26 +0000363 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
qhuang8b3af5df2007-08-30 09:11:54 +0000364 <LibraryClasses>
qhuang876b0f6a2007-08-03 06:02:26 +0000365 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
366 }
xli2425126a02009-11-03 02:39:10 +0000367 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
368 IntelFrameworkModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
369 Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000370 Nt32Pkg/BootModePei/BootModePei.inf
371 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000372 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
373 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
374 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
375 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
lgao4706e7532007-11-30 09:18:29 +0000376 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
klu204eced52007-07-06 14:56:41 +0000377 ##
378 # DXE Phase modules
379 ##
lgao4899bc552007-10-17 07:30:14 +0000380 MdeModulePkg/Core/Dxe/DxeMain.inf {
381 <LibraryClasses>
lgao446ffb9a2007-10-17 07:54:42 +0000382 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
lgao497ef8cf2009-03-11 03:06:25 +0000383 <BuildOptions>
384 *_*_IA32_CC_FLAGS =
lgao4899bc552007-10-17 07:30:14 +0000385 }
lgao497ef8cf2009-03-11 03:06:25 +0000386
AJFISH409f6782007-07-27 19:07:27 +0000387 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
qhuang8b3af5df2007-08-30 09:11:54 +0000388 <LibraryClasses>
yshang1cdebf6c2007-08-15 06:17:29 +0000389 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu2cba90122007-07-10 08:57:25 +0000390 }
AJFISH409f6782007-07-27 19:07:27 +0000391 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000392 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000393 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
394 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
395 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
396 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
397 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
davidhuang1fdd39d2009-11-20 04:02:03 +0000398 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000399 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
400 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000401 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000402 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
lgao4eba3ff42009-03-04 01:31:34 +0000403 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000404 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
405 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
406 Nt32Pkg/TimerDxe/TimerDxe.inf
xli2425126a02009-11-03 02:39:10 +0000407 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
408 IntelFrameworkModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
409 Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000410 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
jwang36d5469f42009-02-06 08:54:41 +0000411 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
AJFISH409f6782007-07-27 19:07:27 +0000412 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
413 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
414 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
qhuang8fcf24ba2009-02-23 03:20:29 +0000415 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
416 <LibraryClasses>
417 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
418 }
AJFISH409f6782007-07-27 19:07:27 +0000419 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
420 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
421 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
422 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
423 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000424 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
davidhuang061b1c22009-10-20 03:44:03 +0000425 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000426 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
427 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
428 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
qhuang8880cfb92008-09-02 07:20:24 +0000429 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {
430 <LibraryClasses>
431 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
432 }
AJFISH409f6782007-07-27 19:07:27 +0000433 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000434 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
435 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
436 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
klu2ef0028a2009-02-24 16:04:22 +0000437 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
vanjeff929e7bd2007-07-16 05:55:31 +0000438
vanjeff593a8302007-09-04 08:42:53 +0000439 #
440 # Network stack drivers
441 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
442 #
vanjeff36ee91c2007-11-20 05:42:23 +0000443 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000444 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
445 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
446 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
447 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
448 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
449 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
450 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
451 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
vanjeff5276f662009-09-03 09:08:43 +0000452 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000453 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
454
eric_tian34a2bb92009-02-26 08:05:22 +0000455 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
456
klu25c5a2ca2009-01-23 07:26:59 +0000457 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000458 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
459 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
qhuang8fcf24ba2009-02-23 03:20:29 +0000460 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000461 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
462 <LibraryClasses>
463 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
464 }
eric_tian34a2bb92009-02-26 08:05:22 +0000465 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
qwang125fd5fcd2008-01-21 14:42:45 +0000466
lgao427431722009-02-24 15:37:53 +0000467 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
lgao427431722009-02-24 15:37:53 +0000468
jwang362cb630b2007-07-06 07:41:51 +0000469[BuildOptions]
mdkinney23565922009-10-01 23:44:00 +0000470 DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE
471 RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096
jwang362529e5e2007-12-23 15:13:39 +0000472 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006
473
klu2be0187b2007-12-26 04:51:23 +0000474
475
476
477#############################################################################################################
478# NOTE:
479# The following [Libraries.IA32] section is for building R8 module under the R9 tool chain.
480# If you want build R8 module for Nt32 platform, please uncomment [Libraries.IA32] section and
481# libraries used by that R8 module.
482# Currently, Nt32 platform do not has any R8 style module
483#
484#
485#[Libraries.IA32]
486 #
487 # Libraries common to PEI and DXE
488 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000489 # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
490 # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
491 # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
492 # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
493 # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
494 # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
495 # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
496 # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
497 # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
klu2be0187b2007-12-26 04:51:23 +0000498
499 #
500 # PEI libraries
501 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000502 # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
503 # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
504 # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
505 # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
klu2be0187b2007-12-26 04:51:23 +0000506
507 #
508 # DXE libraries
509 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000510 # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
511 # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
512 # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
513 # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
514 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
515 # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
516 # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
517 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
518 # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
519 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
520 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
klu2be0187b2007-12-26 04:51:23 +0000521
522 #
523 # Print/Graphics Library consume SetupBrowser Print Protocol
524 #
qhuang8fcf24ba2009-02-23 03:20:29 +0000525 # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
526 # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
527