blob: d60c8d4ff091dfeb337e07048914610b0256bed1 [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]
AJFISH409f6782007-07-27 19:07:27 +000052 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
54 SerialPortLib|MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf
mdkinneyba571112007-10-06 23:25:57 +000055 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
AJFISH409f6782007-07-27 19:07:27 +000056 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
vprabhalbd55fe12007-10-05 20:17:49 +000057 CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
AJFISH409f6782007-07-27 19:07:27 +000058 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
59 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
60 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
61 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
62 IfrSupportLibFramework|IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
63 GraphicsLib|IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
64 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
jwang36c76af112007-08-08 10:00:18 +000067 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
klu24fb31c22007-09-26 09:35:36 +000068 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
69 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
vanjeffe6ef5302007-10-16 06:28:45 +000070
AJFISHd6955582007-07-05 22:17:00 +000071[LibraryClasses.common.BASE]
AJFISH409f6782007-07-27 19:07:27 +000072 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu22f053c92007-08-10 05:29:46 +000073 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
AJFISHd6955582007-07-05 22:17:00 +000074
jwang36fdcc2fd2007-07-25 06:24:23 +000075[LibraryClasses.common.USER_DEFINED]
AJFISH409f6782007-07-27 19:07:27 +000076 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu22f053c92007-08-10 05:29:46 +000077 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
jwang36fdcc2fd2007-07-25 06:24:23 +000078
AJFISHd6955582007-07-05 22:17:00 +000079[LibraryClasses.common.SEC]
mdkinneyba571112007-10-06 23:25:57 +000080 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
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
lgao43d7b0992007-09-28 08:14:30 +000083 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.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
AJFISH409f6782007-07-27 19:07:27 +000090 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
91 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
lgao43d7b0992007-09-28 08:14:30 +000096 PeCoffLib|Nt32Pkg/Library/DxeNT32PeCoffLib/DxeNT32PeCoffLib.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
101 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000102 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
103 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
104 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
105 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
106 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
107 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
108 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000109 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000110 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
111 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
112 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
113 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
114 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
klu225a201c2007-06-26 08:15:15 +0000115
klu2869f8e32007-06-26 09:35:19 +0000116[LibraryClasses.common.PEIM]
mdkinneyba571112007-10-06 23:25:57 +0000117 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000118 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
119 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
120 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
121 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
122 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
123 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
klu22f053c92007-08-10 05:29:46 +0000124 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000125 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
126 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
127 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
klu22f053c92007-08-10 05:29:46 +0000128 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
lgao43d7b0992007-09-28 08:14:30 +0000129 PeCoffLib|Nt32Pkg/Library/PeiNT32PeCoffLib/PeiNT32PeCoffLib.inf
klu25e106e52007-09-28 09:03:37 +0000130 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
lgao4d173d9c2007-10-09 07:54:34 +0000131 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
vanjeffe6ef5302007-10-16 06:28:45 +0000132
klu2869f8e32007-06-26 09:35:19 +0000133[LibraryClasses.common.PEI_CORE]
mdkinneyba571112007-10-06 23:25:57 +0000134 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
AJFISH409f6782007-07-27 19:07:27 +0000135 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
136 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
137 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
138 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
139 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
140 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000141 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000142 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
klu2d4b7ad52007-09-17 03:04:55 +0000143 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu22f053c92007-08-10 05:29:46 +0000144 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
lgao43d7b0992007-09-28 08:14:30 +0000145 PeCoffLib|Nt32Pkg/Library/PeiCoreNT32PeCoffLib/PeiCoreNT32PeCoffLib.inf
klu225a201c2007-06-26 08:15:15 +0000146
klu2869f8e32007-06-26 09:35:19 +0000147[LibraryClasses.common.DXE_RUNTIME_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000148 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
149 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
150 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
151 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
152 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
153 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000154 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000155 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000156 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
157 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
158 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
159 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
160 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000161 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
162 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000163 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
klu225a201c2007-06-26 08:15:15 +0000164
klu2869f8e32007-06-26 09:35:19 +0000165[LibraryClasses.common.UEFI_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000166 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
167 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
168 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
169 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
170 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
171 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000172 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000173 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000174 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
175 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
176 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
177 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000178 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
179 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000180 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
klu225a201c2007-06-26 08:15:15 +0000181
klu2869f8e32007-06-26 09:35:19 +0000182[LibraryClasses.common.DXE_DRIVER]
AJFISH409f6782007-07-27 19:07:27 +0000183 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
184 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
185 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
186 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
187 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
188 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
klu22f053c92007-08-10 05:29:46 +0000189 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000190 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000191 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
192 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
193 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
194 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000195 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
196 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
197 EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf
klu22f053c92007-08-10 05:29:46 +0000198 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
vanjeff593a8302007-09-04 08:42:53 +0000199 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
200 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
201 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
klu225a201c2007-06-26 08:15:15 +0000202
klu2869f8e32007-06-26 09:35:19 +0000203[LibraryClasses.common.UEFI_APPLICATION]
AJFISH409f6782007-07-27 19:07:27 +0000204 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
205 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000206 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
207 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
208 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
209 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
210 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000211 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
212 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
213 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
klu22f053c92007-08-10 05:29:46 +0000214 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000215 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
216 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
217 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
klu22f053c92007-08-10 05:29:46 +0000218 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
lgao42ad4dad2007-10-12 08:13:33 +0000219 PrintLib|MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
vanjeff4cf1c1b2007-06-28 15:16:51 +0000220
klu225a201c2007-06-26 08:15:15 +0000221
222################################################################################
223#
224# Pcd Section - list of all EDK II PCD Entries defined by this Platform
225#
226################################################################################
227
xgu395276122007-07-05 07:05:28 +0000228[PcdsFeatureFlag.common]
qhuang8b3af5df2007-08-30 09:11:54 +0000229 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
230 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
231 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
232 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
233 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
234 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
235 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
236 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDepricate|FALSE
AJFISHe8ec1782007-10-04 21:04:07 +0000237 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
qhuang8676de8d2007-10-09 03:15:21 +0000238 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
239 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
vanjeffe6ef5302007-10-16 06:28:45 +0000240 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
241 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
xgu395276122007-07-05 07:05:28 +0000242
klu213759162007-08-02 09:02:47 +0000243[PcdsFixedAtBuild.IA32]
qhuang8b3af5df2007-08-30 09:11:54 +0000244 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
245 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
246 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
247 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|52
248 gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
249 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
250 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
251 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
252 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
253 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
254 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
255 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
256 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
257 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
258 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
259 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
260 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
261 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
262 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
263 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
264 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
265 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
266 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
267 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
268 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
269 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
270 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
271 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
272 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes|"engfra"|VOID*|7
273 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang|"eng"|VOID*|4
274 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en;fr"|VOID*|6
275 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang|"en"|VOID*|3
276 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
277 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
278 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
279 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
280 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
281 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
282 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
283 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
284 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
285 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
klu2869f8e32007-06-26 09:35:19 +0000286
qhuang8b3af5df2007-08-30 09:11:54 +0000287 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
288 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
289 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
290 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
291 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
292 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
yshang16d3aa332007-08-03 08:52:48 +0000293
qhuang8b3af5df2007-08-30 09:11:54 +0000294 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
295 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
296 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
yshang16d3aa332007-08-03 08:52:48 +0000297
qhuang8b3af5df2007-08-30 09:11:54 +0000298 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
299 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
300 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
lgao418fd8d62007-09-29 08:04:29 +0000301 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
yshang16d3aa332007-08-03 08:52:48 +0000302
qwang129c7aa182007-10-15 11:17:01 +0000303 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
304 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
305
klu2869f8e32007-06-26 09:35:19 +0000306[PcdsFeatureFlag.IA32]
qhuang8b3af5df2007-08-30 09:11:54 +0000307 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
308 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
309 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
310 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
311 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
312 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
313 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
314 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
315 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
yshang15d582952007-09-28 08:22:33 +0000316 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000317 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
318 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
319 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
320 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
321 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
322 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
323 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
324 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
325 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
326 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
327 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
328 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
329 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
330 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
331 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
332 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
333 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
334 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
335 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
336 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
qhuang88270a5f2007-09-29 11:28:21 +0000337 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
338 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
qhuang8b3af5df2007-08-30 09:11:54 +0000339 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
340 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
341 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
342 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
AJFISHba237732007-07-03 18:34:24 +0000343
344
klu225a201c2007-06-26 08:15:15 +0000345
346################################################################################
347#
348# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
349#
350################################################################################
351
jwang362cb630b2007-07-06 07:41:51 +0000352[PcdsDynamicDefault.common.DEFAULT]
qhuang8b3af5df2007-08-30 09:11:54 +0000353 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
354 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|VOID*|106
355 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
356 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
357 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
qhuang8b3af5df2007-08-30 09:11:54 +0000358 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
359 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
360 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
yshang16d3aa332007-08-03 08:52:48 +0000361
qhuang8b3af5df2007-08-30 09:11:54 +0000362 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
363 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
364 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
klu225a201c2007-06-26 08:15:15 +0000365
366################################################################################
367#
368# Components Section - list of all EDK II Modules needed by this Platform
369#
370################################################################################
371
372[Components.IA32]
klu204eced52007-07-06 14:56:41 +0000373 ##
374 # SEC Phase modules
375 ##
AJFISH409f6782007-07-27 19:07:27 +0000376 Nt32Pkg/Sec/SecMain.inf
vanjeff929e7bd2007-07-16 05:55:31 +0000377
klu204eced52007-07-06 14:56:41 +0000378 ##
379 # PEI Phase modules
380 ##
AJFISH409f6782007-07-27 19:07:27 +0000381 MdeModulePkg/Core/Pei/PeiMain.inf
qhuang876b0f6a2007-08-03 06:02:26 +0000382 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
qhuang8b3af5df2007-08-30 09:11:54 +0000383 <LibraryClasses>
qhuang876b0f6a2007-08-03 06:02:26 +0000384 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
385 }
AJFISH409f6782007-07-27 19:07:27 +0000386 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
387 Nt32Pkg/BootModePei/BootModePei.inf
388 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
389 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
390 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
391 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
392 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
393 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
394 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
klu204eced52007-07-06 14:56:41 +0000395 ##
396 # DXE Phase modules
397 ##
AJFISH409f6782007-07-27 19:07:27 +0000398 MdeModulePkg/Core/Dxe/DxeMain.inf
399 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
qhuang8b3af5df2007-08-30 09:11:54 +0000400 <LibraryClasses>
yshang1cdebf6c2007-08-15 06:17:29 +0000401 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
klu2cba90122007-07-10 08:57:25 +0000402 }
AJFISH409f6782007-07-27 19:07:27 +0000403 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000404 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
AJFISH409f6782007-07-27 19:07:27 +0000405 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
406 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
407 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
408 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
409 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
410 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
411 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
412 IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf
413 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
vanjeff593a8302007-09-04 08:42:53 +0000414 MdeModulePkg/Universal/FirmwareVolume/Crc32SectionExtractDxe/Crc32SectionExtractDxe.inf
415 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
416 Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf
417 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
AJFISH409f6782007-07-27 19:07:27 +0000418 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
419 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
420 Nt32Pkg/TimerDxe/TimerDxe.inf
421 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
422 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
423 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
424 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
425 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
426 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
427 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
428 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
429 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
430 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
431 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
432 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
433 IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
434 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
435 MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
436 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
437 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
438 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
439 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
440 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
441 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
442 Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf
443 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
444 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
445 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
446 IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
447 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
vanjeff929e7bd2007-07-16 05:55:31 +0000448
vanjeff593a8302007-09-04 08:42:53 +0000449 #
450 # Network stack drivers
451 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
452 #
453 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
454 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
455 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
456 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
457 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
458 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
459 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
460 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
461 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
462
jwang362cb630b2007-07-06 07:41:51 +0000463[BuildOptions]
lhauchd8f31a22007-09-26 21:58:22 +0000464 DEBUG_ICC_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
465 DEBUG_VS2003_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
466 DEBUG_MYTOOLS_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
467 DEBUG_WINDDK3790x1830_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
468 DEBUG_VS2005PRO_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
469 DEBUG_MIXED_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
470 RELEASE_ICC_IA32_DLINK_FLAGS = /ALIGN:4096
471 RELEASE_VS2003_IA32_DLINK_FLAGS = /ALIGN:4096
472 RELEASE_MYTOOLS_IA32_DLINK_FLAGS = /ALIGN:4096
473 RELEASE_WINDDK3790x1830_IA32_DLINK_FLAGS = /ALIGN:4096
474 RELEASE_VS2005PRO_IA32_DLINK_FLAGS = /ALIGN:4096
475 RELEASE_MIXED_IA32_DLINK_FLAGS = /ALIGN:4096
AJFISHb397fbb2007-07-26 21:33:37 +0000476 MSFT:DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
477 MSFT:RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096