blob: f3ad22f3398a41510a3f3c4c178e98fb74ea0174 [file] [log] [blame]
klu225a201c2007-06-26 08:15:15 +00001#/** @file
2# EFI/Framework Emulation Platform
3#
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#
7# Copyright (c) 2006 - 2007, Intel Corporation
8#
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
klu225a201c2007-06-26 08:15:15 +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
AJFISH409f6782007-07-27 19:07:27 +000059 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
60 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
61 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
62 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
klu28e5b17b2007-10-22 09:36:00 +000063 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
AJFISH409f6782007-07-27 19:07:27 +000064 GraphicsLib|IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
65 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
66 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
lgao439a4d282007-08-08 14:54:14 +000067 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
klu28e5b17b2007-10-22 09:36:00 +000068 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
klu24fb31c22007-09-26 09:35:36 +000069 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
70 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
lgao495be2c92007-12-05 09:50:31 +000071 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
vanjeffe6ef5302007-10-16 06:28:45 +000072
AJFISHd6955582007-07-05 22:17:00 +000073[LibraryClasses.common.BASE]
AJFISH409f6782007-07-27 19:07:27 +000074 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu22f053c92007-08-10 05:29:46 +000075 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
AJFISHd6955582007-07-05 22:17:00 +000076
jwang36fdcc2fd2007-07-25 06:24:23 +000077[LibraryClasses.common.USER_DEFINED]
AJFISH409f6782007-07-27 19:07:27 +000078 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu22f053c92007-08-10 05:29:46 +000079 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
jwang36fdcc2fd2007-07-25 06:24:23 +000080
AJFISHd6955582007-07-05 22:17:00 +000081[LibraryClasses.common.SEC]
mdkinneyba571112007-10-06 23:25:57 +000082 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +000083 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu22f053c92007-08-10 05:29:46 +000084 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
lgao43d7b0992007-09-28 08:14:30 +000085 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
AJFISHd6955582007-07-05 22:17:00 +000086
vanjeff6d2b4f22007-07-03 05:30:36 +000087[LibraryClasses.common.DXE_CORE]
AJFISH409f6782007-07-27 19:07:27 +000088 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
AJFISH409f6782007-07-27 19:07:27 +000089 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
90 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
91 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
AJFISH409f6782007-07-27 19:07:27 +000092 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
93 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +000094 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +000095 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
klu22f053c92007-08-10 05:29:46 +000096 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
klu2d4b7ad52007-09-17 03:04:55 +000097 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
lgao43d7b0992007-09-28 08:14:30 +000098 PeCoffLib|Nt32Pkg/Library/DxeNT32PeCoffLib/DxeNT32PeCoffLib.inf
lgao4d173d9c2007-10-09 07:54:34 +000099 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
klu225a201c2007-06-26 08:15:15 +0000100
klu2869f8e32007-06-26 09:35:19 +0000101[LibraryClasses.common.DXE_SMM_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000102 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
103 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
klu28e5b17b2007-10-22 09:36:00 +0000104 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000105 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
106 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
107 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
108 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
109 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
110 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000111 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000112 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
113 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
114 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
115 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
116 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu225a201c2007-06-26 08:15:15 +0000117
klu2869f8e32007-06-26 09:35:19 +0000118[LibraryClasses.common.PEIM]
mdkinneyba571112007-10-06 23:25:57 +0000119 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000120 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
121 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
122 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
123 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
124 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
125 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
klu22f053c92007-08-10 05:29:46 +0000126 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000127 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
128 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
129 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
klu22f053c92007-08-10 05:29:46 +0000130 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
lgao43d7b0992007-09-28 08:14:30 +0000131 PeCoffLib|Nt32Pkg/Library/PeiNT32PeCoffLib/PeiNT32PeCoffLib.inf
klu25e106e52007-09-28 09:03:37 +0000132 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
lgao4d173d9c2007-10-09 07:54:34 +0000133 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
vanjeffe6ef5302007-10-16 06:28:45 +0000134
klu2869f8e32007-06-26 09:35:19 +0000135[LibraryClasses.common.PEI_CORE]
mdkinneyba571112007-10-06 23:25:57 +0000136 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000137 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
138 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
139 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
140 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
141 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
142 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000143 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000144 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
klu2d4b7ad52007-09-17 03:04:55 +0000145 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu22f053c92007-08-10 05:29:46 +0000146 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
lgao43d7b0992007-09-28 08:14:30 +0000147 PeCoffLib|Nt32Pkg/Library/PeiCoreNT32PeCoffLib/PeiCoreNT32PeCoffLib.inf
lgao419648462007-11-30 09:08:47 +0000148 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
klu225a201c2007-06-26 08:15:15 +0000149
klu2869f8e32007-06-26 09:35:19 +0000150[LibraryClasses.common.DXE_RUNTIME_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000151 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
152 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
153 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
154 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
155 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
156 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000157 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000158 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
klu28e5b17b2007-10-22 09:36:00 +0000159 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000160 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
161 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
162 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
163 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000164 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
165 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000166 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
klu225a201c2007-06-26 08:15:15 +0000167
klu2869f8e32007-06-26 09:35:19 +0000168[LibraryClasses.common.UEFI_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000169 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
170 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
171 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
172 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
173 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
174 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000175 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000176 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
klu28e5b17b2007-10-22 09:36:00 +0000177 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000178 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
179 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
180 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000181 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
182 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000183 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.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
189 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
190 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
klu28e5b17b2007-10-22 09:36:00 +0000194 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000195 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
196 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
197 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000198 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
199 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
200 EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf
klu22f053c92007-08-10 05:29:46 +0000201 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
vanjeff593a8302007-09-04 08:42:53 +0000202 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
203 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
204 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
vanjeff36ee91c2007-11-20 05:42:23 +0000205 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
klu225a201c2007-06-26 08:15:15 +0000206
klu2869f8e32007-06-26 09:35:19 +0000207[LibraryClasses.common.UEFI_APPLICATION]
AJFISH409f6782007-07-27 19:07:27 +0000208 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
209 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
klu28e5b17b2007-10-22 09:36:00 +0000210 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000211 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
212 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
213 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
214 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000215 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
216 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
217 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000218 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000219 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
220 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
221 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000222 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
lgao42ad4dad2007-10-12 08:13:33 +0000223 PrintLib|MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
vanjeff4cf1c1b2007-06-28 15:16:51 +0000224
klu225a201c2007-06-26 08:15:15 +0000225
226################################################################################
227#
228# Pcd Section - list of all EDK II PCD Entries defined by this Platform
229#
230################################################################################
231
xgu395276122007-07-05 07:05:28 +0000232[PcdsFeatureFlag.common]
qhuang8b3af5df2007-08-30 09:11:54 +0000233 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
234 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
235 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
236 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
237 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
238 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
239 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
240 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDepricate|FALSE
AJFISHe8ec1782007-10-04 21:04:07 +0000241 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
qhuang8676de8d2007-10-09 03:15:21 +0000242 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
243 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
vanjeffe6ef5302007-10-16 06:28:45 +0000244 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
245 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
xgu395276122007-07-05 07:05:28 +0000246
klu213759162007-08-02 09:02:47 +0000247[PcdsFixedAtBuild.IA32]
qhuang8b3af5df2007-08-30 09:11:54 +0000248 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
249 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
250 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
251 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|52
252 gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
253 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
254 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
255 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
256 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
257 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
258 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
259 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
260 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
261 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
262 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
263 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
264 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
265 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
266 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
267 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
268 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
269 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
270 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
271 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
272 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
273 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
274 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
275 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
276 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes|"engfra"|VOID*|7
277 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang|"eng"|VOID*|4
278 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en;fr"|VOID*|6
279 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang|"en"|VOID*|3
280 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
281 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
282 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
283 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
284 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
285 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
286 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
287 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
288 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
289 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
klu2869f8e32007-06-26 09:35:19 +0000290
qhuang8b3af5df2007-08-30 09:11:54 +0000291 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
292 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
293 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
294 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
295 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
296 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
yshang16d3aa332007-08-03 08:52:48 +0000297
qhuang8b3af5df2007-08-30 09:11:54 +0000298 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
299 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
300 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
yshang16d3aa332007-08-03 08:52:48 +0000301
qhuang8b3af5df2007-08-30 09:11:54 +0000302 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
303 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
304 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
lgao418fd8d62007-09-29 08:04:29 +0000305 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
qwang129c7aa182007-10-15 11:17:01 +0000306 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
307 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
klu22b642e52007-11-22 06:55:30 +0000308 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
309 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
310 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
qwang129c7aa182007-10-15 11:17:01 +0000311
klu2869f8e32007-06-26 09:35:19 +0000312[PcdsFeatureFlag.IA32]
qhuang8b3af5df2007-08-30 09:11:54 +0000313 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
314 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
315 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
316 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
317 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
318 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
319 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
320 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
321 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
yshang15d582952007-09-28 08:22:33 +0000322 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000323 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
324 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
325 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
326 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
327 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
328 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
329 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
330 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
331 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
332 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
333 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
334 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
335 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
336 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
337 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
338 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
339 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
340 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
341 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
342 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
qhuang88270a5f2007-09-29 11:28:21 +0000343 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
344 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000345 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
346 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
347 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
348 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
klu22b642e52007-11-22 06:55:30 +0000349 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
AJFISHba237732007-07-03 18:34:24 +0000350
klu225a201c2007-06-26 08:15:15 +0000351
352################################################################################
353#
354# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
355#
356################################################################################
357
jwang362cb630b2007-07-06 07:41:51 +0000358[PcdsDynamicDefault.common.DEFAULT]
qhuang8b3af5df2007-08-30 09:11:54 +0000359 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
360 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|VOID*|106
361 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
362 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
363 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
qhuang8b3af5df2007-08-30 09:11:54 +0000364 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
365 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
366 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
yshang16d3aa332007-08-03 08:52:48 +0000367
qhuang8b3af5df2007-08-30 09:11:54 +0000368 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
369 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
370 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
klu225a201c2007-06-26 08:15:15 +0000371
372################################################################################
373#
374# Components Section - list of all EDK II Modules needed by this Platform
375#
376################################################################################
377
378[Components.IA32]
klu204eced52007-07-06 14:56:41 +0000379 ##
380 # SEC Phase modules
381 ##
AJFISH409f6782007-07-27 19:07:27 +0000382 Nt32Pkg/Sec/SecMain.inf
vanjeff929e7bd2007-07-16 05:55:31 +0000383
klu204eced52007-07-06 14:56:41 +0000384 ##
385 # PEI Phase modules
386 ##
AJFISH409f6782007-07-27 19:07:27 +0000387 MdeModulePkg/Core/Pei/PeiMain.inf
qhuang876b0f6a2007-08-03 06:02:26 +0000388 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
qhuang8b3af5df2007-08-30 09:11:54 +0000389 <LibraryClasses>
qhuang876b0f6a2007-08-03 06:02:26 +0000390 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
391 }
AJFISH409f6782007-07-27 19:07:27 +0000392 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
393 Nt32Pkg/BootModePei/BootModePei.inf
394 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
395 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
396 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
397 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
398 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
399 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
lgao4706e7532007-11-30 09:18:29 +0000400 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
klu204eced52007-07-06 14:56:41 +0000401 ##
402 # DXE Phase modules
403 ##
lgao4899bc552007-10-17 07:30:14 +0000404 MdeModulePkg/Core/Dxe/DxeMain.inf {
405 <LibraryClasses>
lgao446ffb9a2007-10-17 07:54:42 +0000406 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
lgao4899bc552007-10-17 07:30:14 +0000407 }
AJFISH409f6782007-07-27 19:07:27 +0000408 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
qhuang8b3af5df2007-08-30 09:11:54 +0000409 <LibraryClasses>
yshang1cdebf6c2007-08-15 06:17:29 +0000410 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu2cba90122007-07-10 08:57:25 +0000411 }
AJFISH409f6782007-07-27 19:07:27 +0000412 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000413 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000414 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
415 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
416 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
417 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
418 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
419 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
420 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
421 IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf
422 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000423 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
424 Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf
425 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
AJFISH409f6782007-07-27 19:07:27 +0000426 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
427 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
428 Nt32Pkg/TimerDxe/TimerDxe.inf
429 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
430 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
431 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
432 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
433 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
434 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
435 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
436 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
437 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
438 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
439 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
440 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
441 IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
442 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000443 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
444 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
445 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
446 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
447 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
448 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000449 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
450 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
451 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
452 IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
453 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
jwang362cb630b2007-07-06 07:41:51 +0000470[BuildOptions]
lhauchd8f31a22007-09-26 21:58:22 +0000471 DEBUG_ICC_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
472 DEBUG_VS2003_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
473 DEBUG_MYTOOLS_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
474 DEBUG_WINDDK3790x1830_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
475 DEBUG_VS2005PRO_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
476 DEBUG_MIXED_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
477 RELEASE_ICC_IA32_DLINK_FLAGS = /ALIGN:4096
478 RELEASE_VS2003_IA32_DLINK_FLAGS = /ALIGN:4096
479 RELEASE_MYTOOLS_IA32_DLINK_FLAGS = /ALIGN:4096
480 RELEASE_WINDDK3790x1830_IA32_DLINK_FLAGS = /ALIGN:4096
481 RELEASE_VS2005PRO_IA32_DLINK_FLAGS = /ALIGN:4096
482 RELEASE_MIXED_IA32_DLINK_FLAGS = /ALIGN:4096
AJFISHb397fbb2007-07-26 21:33:37 +0000483 MSFT:DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
484 MSFT:RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096