blob: ee8a983f672fef03e7ad4b6a1da37cfa8e32ea88 [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
55 SerialPortLib|MdePkg/Library/SerialPortLibNull/SerialPortLibNull.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
vprabhalbd55fe12007-10-05 20:17:49 +000058 CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
jwang36db9c4232008-01-22 03:18:50 +000059 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000060 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
61 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
62 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
qwang125fd5fcd2008-01-21 14:42:45 +000063 GraphicsLib|MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf
AJFISH409f6782007-07-27 19:07:27 +000064 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
65 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
lgao439a4d282007-08-08 14:54:14 +000066 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
qwang125fd5fcd2008-01-21 14:42:45 +000067 HiiLib|MdePkg/Library/HiiLib/HiiLib.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
qwang122a5726b2008-02-02 13:44:43 +000071 IfrSupportLib|MdePkg/Library/IfrSupportLib/IfrSupportLib.inf
72 ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
73 IfrSupportLib|MdePkg/Library/IfrSupportLib/IfrSupportLib.inf
qwang125fd5fcd2008-01-21 14:42:45 +000074 GenericBdsLib|MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
75 PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
lgao495be2c92007-12-05 09:50:31 +000076 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
qwang125fd5fcd2008-01-21 14:42:45 +000077 DxePiLib|MdePkg/Library/DxePiLib/DxePiLib.inf
78 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
vanjeffe6ef5302007-10-16 06:28:45 +000079
AJFISHd6955582007-07-05 22:17:00 +000080[LibraryClasses.common.BASE]
AJFISH409f6782007-07-27 19:07:27 +000081 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu22f053c92007-08-10 05:29:46 +000082 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
AJFISHd6955582007-07-05 22:17:00 +000083
jwang36fdcc2fd2007-07-25 06:24:23 +000084[LibraryClasses.common.USER_DEFINED]
AJFISH409f6782007-07-27 19:07:27 +000085 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu22f053c92007-08-10 05:29:46 +000086 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
jwang36fdcc2fd2007-07-25 06:24:23 +000087
AJFISHd6955582007-07-05 22:17:00 +000088[LibraryClasses.common.SEC]
mdkinneyba571112007-10-06 23:25:57 +000089 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +000090 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu22f053c92007-08-10 05:29:46 +000091 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
lgao43d7b0992007-09-28 08:14:30 +000092 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
AJFISHd6955582007-07-05 22:17:00 +000093
vanjeff6d2b4f22007-07-03 05:30:36 +000094[LibraryClasses.common.DXE_CORE]
AJFISH409f6782007-07-27 19:07:27 +000095 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
AJFISH409f6782007-07-27 19:07:27 +000096 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
97 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
98 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
AJFISH409f6782007-07-27 19:07:27 +000099 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
100 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000101 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000102 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
klu22f053c92007-08-10 05:29:46 +0000103 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
klu2d4b7ad52007-09-17 03:04:55 +0000104 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
lgao43d7b0992007-09-28 08:14:30 +0000105 PeCoffLib|Nt32Pkg/Library/DxeNT32PeCoffLib/DxeNT32PeCoffLib.inf
lgao4d173d9c2007-10-09 07:54:34 +0000106 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
klu225a201c2007-06-26 08:15:15 +0000107
klu2869f8e32007-06-26 09:35:19 +0000108[LibraryClasses.common.DXE_SMM_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000109 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
110 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000111 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
112 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
113 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
114 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
115 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
116 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000117 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000118 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
119 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
120 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
121 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
122 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu225a201c2007-06-26 08:15:15 +0000123
klu2869f8e32007-06-26 09:35:19 +0000124[LibraryClasses.common.PEIM]
mdkinneyba571112007-10-06 23:25:57 +0000125 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000126 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
127 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
128 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
129 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
130 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
131 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
klu22f053c92007-08-10 05:29:46 +0000132 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000133 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
134 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
135 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
klu22f053c92007-08-10 05:29:46 +0000136 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
lgao43d7b0992007-09-28 08:14:30 +0000137 PeCoffLib|Nt32Pkg/Library/PeiNT32PeCoffLib/PeiNT32PeCoffLib.inf
klu25e106e52007-09-28 09:03:37 +0000138 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.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
lgao43d7b0992007-09-28 08:14:30 +0000154 PeCoffLib|Nt32Pkg/Library/PeiCoreNT32PeCoffLib/PeiCoreNT32PeCoffLib.inf
lgao419648462007-11-30 09:08:47 +0000155 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
klu225a201c2007-06-26 08:15:15 +0000156
klu2869f8e32007-06-26 09:35:19 +0000157[LibraryClasses.common.DXE_RUNTIME_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000158 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
159 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
160 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
161 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
162 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
163 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000164 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000165 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000166 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
167 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
168 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
169 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000170 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
171 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000172 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
klu225a201c2007-06-26 08:15:15 +0000173
klu2869f8e32007-06-26 09:35:19 +0000174[LibraryClasses.common.UEFI_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000175 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
176 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
177 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
178 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
179 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
180 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000181 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000182 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000183 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
184 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
185 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000186 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
187 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000188 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
qhuang87f4d2102008-08-18 09:19:13 +0000189 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
190 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
191 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
192 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
klu225a201c2007-06-26 08:15:15 +0000193
klu2869f8e32007-06-26 09:35:19 +0000194[LibraryClasses.common.DXE_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000195 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
196 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
197 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
198 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
199 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
200 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000201 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000202 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000203 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
204 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
205 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000206 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
207 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000208 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
vanjeff593a8302007-09-04 08:42:53 +0000209 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
210 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
211 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
vanjeff36ee91c2007-11-20 05:42:23 +0000212 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
klu225a201c2007-06-26 08:15:15 +0000213
klu2869f8e32007-06-26 09:35:19 +0000214[LibraryClasses.common.UEFI_APPLICATION]
AJFISH409f6782007-07-27 19:07:27 +0000215 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
216 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000217 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
218 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
219 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
220 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000221 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
222 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
223 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000224 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000225 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
226 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
227 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000228 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
lgao42ad4dad2007-10-12 08:13:33 +0000229 PrintLib|MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
vanjeff4cf1c1b2007-06-28 15:16:51 +0000230
klu225a201c2007-06-26 08:15:15 +0000231
232################################################################################
233#
234# Pcd Section - list of all EDK II PCD Entries defined by this Platform
235#
236################################################################################
237
xgu395276122007-07-05 07:05:28 +0000238[PcdsFeatureFlag.common]
qhuang8b3af5df2007-08-30 09:11:54 +0000239 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
240 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
241 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
242 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
243 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
244 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
245 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
246 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDepricate|FALSE
AJFISHe8ec1782007-10-04 21:04:07 +0000247 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
qhuang8676de8d2007-10-09 03:15:21 +0000248 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
249 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
vanjeffe6ef5302007-10-16 06:28:45 +0000250 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
251 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
xgu395276122007-07-05 07:05:28 +0000252
klu213759162007-08-02 09:02:47 +0000253[PcdsFixedAtBuild.IA32]
klu258dcdad2008-02-29 18:24:43 +0000254 #gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize|0x20000
qhuang8b3af5df2007-08-30 09:11:54 +0000255 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
256 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
257 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
258 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|52
259 gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
260 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
261 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
262 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
263 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
264 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
265 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
266 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
267 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
268 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
269 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
270 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
271 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
272 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
273 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
274 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
275 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
276 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
277 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
278 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
279 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
280 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
281 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
282 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
qhuang8b3af5df2007-08-30 09:11:54 +0000283 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
284 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
285 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
286 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
287 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
288 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
289 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
290 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
291 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
292 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
klu2869f8e32007-06-26 09:35:19 +0000293
qhuang8b3af5df2007-08-30 09:11:54 +0000294 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
295 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
296 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
297 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
298 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
299 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
yshang16d3aa332007-08-03 08:52:48 +0000300
qhuang8b3af5df2007-08-30 09:11:54 +0000301 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
302 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
303 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
yshang16d3aa332007-08-03 08:52:48 +0000304
qhuang8b3af5df2007-08-30 09:11:54 +0000305 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
306 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
307 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
lgao418fd8d62007-09-29 08:04:29 +0000308 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
qwang129c7aa182007-10-15 11:17:01 +0000309 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
310 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
qwang12350c5432008-02-28 12:09:56 +0000311 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
klu22b642e52007-11-22 06:55:30 +0000312 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
313 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
qwang129c7aa182007-10-15 11:17:01 +0000314
klu2869f8e32007-06-26 09:35:19 +0000315[PcdsFeatureFlag.IA32]
qhuang8b3af5df2007-08-30 09:11:54 +0000316 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
317 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
318 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
319 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
320 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
321 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
322 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
323 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
324 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
yshang15d582952007-09-28 08:22:33 +0000325 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000326 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
327 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
328 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
329 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
330 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
331 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
332 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
333 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
334 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
335 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
336 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
337 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
338 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
339 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
340 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
341 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
342 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
eric_tianb3149ea2008-03-20 08:44:59 +0000343 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|TRUE
qhuang8b3af5df2007-08-30 09:11:54 +0000344 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
345 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
qhuang88270a5f2007-09-29 11:28:21 +0000346 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
347 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000348 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
349 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
350 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
351 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
klu22b642e52007-11-22 06:55:30 +0000352 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
AJFISHba237732007-07-03 18:34:24 +0000353
klu225a201c2007-06-26 08:15:15 +0000354
355################################################################################
356#
357# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
358#
359################################################################################
360
jwang362cb630b2007-07-06 07:41:51 +0000361[PcdsDynamicDefault.common.DEFAULT]
qhuang8b3af5df2007-08-30 09:11:54 +0000362 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
363 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|VOID*|106
364 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
365 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
366 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
qhuang8b3af5df2007-08-30 09:11:54 +0000367 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
368 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
369 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
yshang16d3aa332007-08-03 08:52:48 +0000370
qhuang8b3af5df2007-08-30 09:11:54 +0000371 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
372 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
373 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
klu225a201c2007-06-26 08:15:15 +0000374
jwang36cd46d8f2007-12-22 16:59:33 +0000375
klu225a201c2007-06-26 08:15:15 +0000376################################################################################
377#
378# Components Section - list of all EDK II Modules needed by this Platform
379#
380################################################################################
381
382[Components.IA32]
klu204eced52007-07-06 14:56:41 +0000383 ##
384 # SEC Phase modules
385 ##
AJFISH409f6782007-07-27 19:07:27 +0000386 Nt32Pkg/Sec/SecMain.inf
vanjeff929e7bd2007-07-16 05:55:31 +0000387
klu204eced52007-07-06 14:56:41 +0000388 ##
389 # PEI Phase modules
390 ##
AJFISH409f6782007-07-27 19:07:27 +0000391 MdeModulePkg/Core/Pei/PeiMain.inf
qhuang876b0f6a2007-08-03 06:02:26 +0000392 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
qhuang8b3af5df2007-08-30 09:11:54 +0000393 <LibraryClasses>
qhuang876b0f6a2007-08-03 06:02:26 +0000394 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
395 }
AJFISH409f6782007-07-27 19:07:27 +0000396 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
397 Nt32Pkg/BootModePei/BootModePei.inf
398 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
399 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
400 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
401 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
402 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
403 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
lgao4706e7532007-11-30 09:18:29 +0000404 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
klu204eced52007-07-06 14:56:41 +0000405 ##
406 # DXE Phase modules
407 ##
lgao4899bc552007-10-17 07:30:14 +0000408 MdeModulePkg/Core/Dxe/DxeMain.inf {
409 <LibraryClasses>
lgao446ffb9a2007-10-17 07:54:42 +0000410 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
lgao4899bc552007-10-17 07:30:14 +0000411 }
AJFISH409f6782007-07-27 19:07:27 +0000412 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
qhuang8b3af5df2007-08-30 09:11:54 +0000413 <LibraryClasses>
yshang1cdebf6c2007-08-15 06:17:29 +0000414 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu2cba90122007-07-10 08:57:25 +0000415 }
AJFISH409f6782007-07-27 19:07:27 +0000416 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000417 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000418 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
419 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
420 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
421 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
422 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
423 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
424 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000425 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000426 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000427 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
AJFISH409f6782007-07-27 19:07:27 +0000428 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
429 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
430 Nt32Pkg/TimerDxe/TimerDxe.inf
431 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
432 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
433 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
434 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
435 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
436 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
437 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
438 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
439 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
440 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
441 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
442 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000443 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000444 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
445 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
446 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
447 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
448 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
449 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000450 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
451 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
452 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000453 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
vanjeff929e7bd2007-07-16 05:55:31 +0000454
vanjeff593a8302007-09-04 08:42:53 +0000455 #
456 # Network stack drivers
457 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
458 #
vanjeff36ee91c2007-11-20 05:42:23 +0000459 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000460 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
461 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
462 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
463 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
464 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
465 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
466 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
467 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
468 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
469
qwang125fd5fcd2008-01-21 14:42:45 +0000470 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
471 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
472 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
473 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
474 <LibraryClasses>
475 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
476 }
477
jwang362cb630b2007-07-06 07:41:51 +0000478[BuildOptions]
jwang36cd46d8f2007-12-22 16:59:33 +0000479 DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /SUBSYSTEM:CONSOLE
480 RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096
jwang362529e5e2007-12-23 15:13:39 +0000481 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006
482
klu2be0187b2007-12-26 04:51:23 +0000483
484
485
486#############################################################################################################
487# NOTE:
488# The following [Libraries.IA32] section is for building R8 module under the R9 tool chain.
489# If you want build R8 module for Nt32 platform, please uncomment [Libraries.IA32] section and
490# libraries used by that R8 module.
491# Currently, Nt32 platform do not has any R8 style module
492#
493#
494#[Libraries.IA32]
495 #
496 # Libraries common to PEI and DXE
497 #
498 # EdkCompatibilityPkg\Foundation\Efi\Guid\EfiGuidLib.inf
499 # EdkCompatibilityPkg\Foundation\Framework\Guid\EdkFrameworkGuidLib.inf
500 # EdkCompatibilityPkg\Foundation\Guid\EdkGuidLib.inf
501 # EdkCompatibilityPkg\Foundation\Library\EfiCommonLib\EfiCommonLib.inf
502 # EdkCompatibilityPkg\Foundation\Cpu\Pentium\CpuIA32Lib\CpuIA32Lib.inf
503 # EdkCompatibilityPkg\Foundation\Cpu\Itanium\CpuIA64Lib\CpuIA64Lib.inf
504 # EdkCompatibilityPkg\Foundation\Library\CustomizedDecompress\CustomizedDecompress.inf
505 # EdkCompatibilityPkg\Foundation\Library\CompilerStub\CompilerStubLib.inf
506 # EdkCompatibilityPkg\Foundation\Library\Dxe\Hob\HobLib.inf
507
508 #
509 # PEI libraries
510 #
511 # EdkCompatibilityPkg\Foundation\Framework\Ppi\EdkFrameworkPpiLib.inf
512 # EdkCompatibilityPkg\Foundation\Ppi\EdkPpiLib.inf
513 # EdkCompatibilityPkg\Foundation\Library\Pei\PeiLib\PeiLib.inf
514 # EdkCompatibilityPkg\Foundation\Library\Pei\Hob\PeiHobLib.inf
515
516 #
517 # DXE libraries
518 #
519 # EdkCompatibilityPkg\Foundation\Core\Dxe\ArchProtocol\ArchProtocolLib.inf
520 # EdkCompatibilityPkg\Foundation\Efi\Protocol\EfiProtocolLib.inf
521 # EdkCompatibilityPkg\Foundation\Framework\Protocol\EdkFrameworkProtocolLib.inf
522 # EdkCompatibilityPkg\Foundation\Protocol\EdkProtocolLib.inf
523 # EdkCompatibilityPkg\Foundation\Library\Dxe\EfiDriverLib\EfiDriverLib.inf
524 # EdkCompatibilityPkg\Foundation\Library\RuntimeDxe\EfiRuntimeLib\EfiRuntimeLib.inf
525 # EdkCompatibilityPkg\Foundation\Library\Dxe\Graphics\Graphics.inf
526 # EdkCompatibilityPkg\Foundation\Library\Dxe\EfiIfrSupportLib\EfiIfrSupportLib.inf
527 # EdkCompatibilityPkg\Foundation\Library\Dxe\Print\PrintLib.inf
528 # EdkCompatibilityPkg\Foundation\Library\Dxe\EfiScriptLib\EfiScriptLib.inf
529 # EdkCompatibilityPkg\Foundation\Library\Dxe\EfiUiLib\EfiUiLib.inf
530
531 #
532 # Print/Graphics Library consume SetupBrowser Print Protocol
533 #
534 # EdkCompatibilityPkg\Foundation\Library\Dxe\PrintLite\PrintLib.inf
535 # EdkCompatibilityPkg\Foundation\Library\Dxe\GraphicsLite\Graphics.inf