klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 1 | #/** @file
|
| 2 | # EFI/Framework Emulation Platform
|
| 3 | #
|
| 4 | # The Emulation Platform can be used to debug individual modules, prior to creating
|
klu2 | d10385c | 2007-07-27 04:34:27 +0000 | [diff] [blame] | 5 | # a real platform. This also provides an example for how an DSC is created.
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 6 | #
|
| 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
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame] | 13 | #
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 14 | # 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
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 29 | OUTPUT_DIRECTORY = Build/NT32
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 30 | SUPPORTED_ARCHITECTURES = IA32
|
| 31 | BUILD_TARGETS = DEBUG
|
| 32 | SKUID_IDENTIFIER = DEFAULT
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 33 | FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 34 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 35 |
|
vanjeff | 2010c81 | 2007-07-04 02:30:58 +0000 | [diff] [blame] | 36 | ################################################################################
|
| 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.
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 44 |
|
| 45 | ################################################################################
|
| 46 | #
|
| 47 | # Library Class section - list of all Library Classes needed by this Platform.
|
| 48 | #
|
| 49 | ################################################################################
|
| 50 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 51 | [LibraryClasses.common]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 52 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 53 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 54 | SerialPortLib|MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf
|
| 55 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 56 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
vprabhal | bd55fe1 | 2007-10-05 20:17:49 +0000 | [diff] [blame^] | 57 | CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 58 | 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
|
lgao4 | 39a4d28 | 2007-08-08 14:54:14 +0000 | [diff] [blame] | 66 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
|
jwang36 | c76af11 | 2007-08-08 10:00:18 +0000 | [diff] [blame] | 67 | HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
klu2 | 4fb31c2 | 2007-09-26 09:35:36 +0000 | [diff] [blame] | 68 | S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
|
| 69 | RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
|
lgao4 | 18fd8d6 | 2007-09-29 08:04:29 +0000 | [diff] [blame] | 70 | ExtractGuidedSectionLib|MdePkg/Library/PeiDxeExtractGuidedSectionLib/PeiDxeExtractGuidedSectionLib.inf
|
klu2 | 5e106e5 | 2007-09-28 09:03:37 +0000 | [diff] [blame] | 71 |
|
AJFISH | d695558 | 2007-07-05 22:17:00 +0000 | [diff] [blame] | 72 | [LibraryClasses.common.BASE]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 73 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 74 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
|
AJFISH | d695558 | 2007-07-05 22:17:00 +0000 | [diff] [blame] | 75 |
|
jwang36 | fdcc2fd | 2007-07-25 06:24:23 +0000 | [diff] [blame] | 76 | [LibraryClasses.common.USER_DEFINED]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 77 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 78 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
|
jwang36 | fdcc2fd | 2007-07-25 06:24:23 +0000 | [diff] [blame] | 79 |
|
AJFISH | d695558 | 2007-07-05 22:17:00 +0000 | [diff] [blame] | 80 | [LibraryClasses.common.SEC]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 81 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 82 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
|
lgao4 | 3d7b099 | 2007-09-28 08:14:30 +0000 | [diff] [blame] | 83 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
AJFISH | d695558 | 2007-07-05 22:17:00 +0000 | [diff] [blame] | 84 |
|
vanjeff | 6d2b4f2 | 2007-07-03 05:30:36 +0000 | [diff] [blame] | 85 | [LibraryClasses.common.DXE_CORE]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 86 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 87 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 88 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
| 89 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 90 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 91 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 92 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 93 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 94 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
klu2 | d4b7ad5 | 2007-09-17 03:04:55 +0000 | [diff] [blame] | 95 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
lgao4 | 3d7b099 | 2007-09-28 08:14:30 +0000 | [diff] [blame] | 96 | PeCoffLib|Nt32Pkg/Library/DxeNT32PeCoffLib/DxeNT32PeCoffLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 97 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 98 | [LibraryClasses.common.DXE_SMM_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 99 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 100 | ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 101 | HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
| 102 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 103 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 104 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 105 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 106 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 107 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 108 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 109 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 110 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 111 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
| 112 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 113 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 114 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 115 | [LibraryClasses.common.PEIM]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 116 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 117 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
| 118 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
| 119 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
| 120 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 121 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 122 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 123 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 124 | OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
|
| 125 | PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 126 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
lgao4 | 3d7b099 | 2007-09-28 08:14:30 +0000 | [diff] [blame] | 127 | PeCoffLib|Nt32Pkg/Library/PeiNT32PeCoffLib/PeiNT32PeCoffLib.inf
|
klu2 | 5e106e5 | 2007-09-28 09:03:37 +0000 | [diff] [blame] | 128 | PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
|
| 129 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 130 | [LibraryClasses.common.PEI_CORE]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 131 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 132 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 133 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
| 134 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 135 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 136 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 137 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 138 | PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
|
klu2 | d4b7ad5 | 2007-09-17 03:04:55 +0000 | [diff] [blame] | 139 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 140 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
lgao4 | 3d7b099 | 2007-09-28 08:14:30 +0000 | [diff] [blame] | 141 | PeCoffLib|Nt32Pkg/Library/PeiCoreNT32PeCoffLib/PeiCoreNT32PeCoffLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 142 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 143 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 144 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 145 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 146 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 147 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 148 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 149 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 150 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 151 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 152 | HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
| 153 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 154 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 155 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 156 | ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 157 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 158 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 159 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 160 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 161 | [LibraryClasses.common.UEFI_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 162 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 163 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 164 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 165 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 166 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 167 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 168 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 169 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 170 | HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
| 171 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 172 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 173 | ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 174 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 175 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 176 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 177 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 178 | [LibraryClasses.common.DXE_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 179 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 180 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 181 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 182 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 183 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 184 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 185 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 186 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 187 | HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
| 188 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 189 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 190 | ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 191 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 192 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
| 193 | EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 194 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 195 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 196 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 197 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 198 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 199 | [LibraryClasses.common.UEFI_APPLICATION]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 200 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 201 | ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 202 | HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
| 203 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 204 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 205 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 206 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 207 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 208 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 209 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 210 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 211 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 212 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 213 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 214 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame] | 215 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 216 |
|
| 217 | ################################################################################
|
| 218 | #
|
| 219 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
| 220 | #
|
| 221 | ################################################################################
|
| 222 |
|
xgu3 | 9527612 | 2007-07-05 07:05:28 +0000 | [diff] [blame] | 223 | [PcdsFeatureFlag.common]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 224 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
|
| 225 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
|
| 226 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
|
| 227 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
|
| 228 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
|
| 229 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
|
| 230 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
|
| 231 | gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDepricate|FALSE
|
AJFISH | e8ec178 | 2007-10-04 21:04:07 +0000 | [diff] [blame] | 232 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
|
xgu3 | 9527612 | 2007-07-05 07:05:28 +0000 | [diff] [blame] | 233 |
|
klu2 | 1375916 | 2007-08-02 09:02:47 +0000 | [diff] [blame] | 234 | [PcdsFixedAtBuild.IA32]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 235 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
|
| 236 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
|
| 237 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
|
| 238 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|52
|
| 239 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
|
| 240 | gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
|
| 241 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
|
| 242 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
|
| 243 | gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
|
| 244 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
|
| 245 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
|
| 246 | gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
|
| 247 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
|
| 248 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
|
| 249 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
|
| 250 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
|
| 251 | gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
|
| 252 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
|
| 253 | gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
|
| 254 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
|
| 255 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
|
| 256 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
|
| 257 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
|
| 258 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
|
| 259 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
|
| 260 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
|
| 261 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
|
| 262 | gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
|
| 263 | gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes|"engfra"|VOID*|7
|
| 264 | gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang|"eng"|VOID*|4
|
| 265 | gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en;fr"|VOID*|6
|
| 266 | gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang|"en"|VOID*|3
|
| 267 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
|
| 268 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
|
| 269 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
|
| 270 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
|
| 271 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
|
| 272 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
|
| 273 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
|
| 274 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
|
| 275 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
|
| 276 | gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 277 |
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 278 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
|
| 279 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
|
| 280 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
|
| 281 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
|
| 282 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
|
| 283 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
|
yshang1 | 6d3aa33 | 2007-08-03 08:52:48 +0000 | [diff] [blame] | 284 |
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 285 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
|
| 286 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
|
| 287 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
|
yshang1 | 6d3aa33 | 2007-08-03 08:52:48 +0000 | [diff] [blame] | 288 |
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 289 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
|
| 290 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
|
| 291 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
|
lgao4 | 18fd8d6 | 2007-09-29 08:04:29 +0000 | [diff] [blame] | 292 | gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
|
yshang1 | 6d3aa33 | 2007-08-03 08:52:48 +0000 | [diff] [blame] | 293 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 294 | [PcdsFeatureFlag.IA32]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 295 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
|
| 296 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
|
| 297 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
|
| 298 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
|
| 299 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
|
| 300 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
|
| 301 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
|
| 302 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
|
| 303 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
|
yshang1 | 5d58295 | 2007-09-28 08:22:33 +0000 | [diff] [blame] | 304 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 305 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
|
| 306 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
|
| 307 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
|
| 308 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
|
| 309 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
|
| 310 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
|
| 311 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
|
| 312 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
|
| 313 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
|
| 314 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
|
| 315 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
|
| 316 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
|
| 317 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
|
| 318 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
|
| 319 | gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
|
| 320 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
|
| 321 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
|
| 322 | gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
|
| 323 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
|
| 324 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
|
qhuang8 | 8270a5f | 2007-09-29 11:28:21 +0000 | [diff] [blame] | 325 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
|
| 326 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 327 | gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
|
| 328 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
|
| 329 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
|
| 330 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
|
AJFISH | ba23773 | 2007-07-03 18:34:24 +0000 | [diff] [blame] | 331 |
|
| 332 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 333 |
|
| 334 | ################################################################################
|
| 335 | #
|
| 336 | # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
|
| 337 | #
|
| 338 | ################################################################################
|
| 339 |
|
jwang36 | 2cb630b | 2007-07-06 07:41:51 +0000 | [diff] [blame] | 340 | [PcdsDynamicDefault.common.DEFAULT]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 341 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
|
| 342 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|VOID*|106
|
| 343 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
|
| 344 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
|
| 345 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 346 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
|
| 347 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
|
| 348 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
|
yshang1 | 6d3aa33 | 2007-08-03 08:52:48 +0000 | [diff] [blame] | 349 |
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 350 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
| 351 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
| 352 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 353 |
|
| 354 | ################################################################################
|
| 355 | #
|
| 356 | # Components Section - list of all EDK II Modules needed by this Platform
|
| 357 | #
|
| 358 | ################################################################################
|
| 359 |
|
| 360 | [Components.IA32]
|
klu2 | 04eced5 | 2007-07-06 14:56:41 +0000 | [diff] [blame] | 361 | ##
|
| 362 | # SEC Phase modules
|
| 363 | ##
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 364 | Nt32Pkg/Sec/SecMain.inf
|
vanjeff | 929e7bd | 2007-07-16 05:55:31 +0000 | [diff] [blame] | 365 |
|
klu2 | 04eced5 | 2007-07-06 14:56:41 +0000 | [diff] [blame] | 366 | ##
|
| 367 | # PEI Phase modules
|
| 368 | ##
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 369 | MdeModulePkg/Core/Pei/PeiMain.inf
|
qhuang8 | 76b0f6a | 2007-08-03 06:02:26 +0000 | [diff] [blame] | 370 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 371 | <LibraryClasses>
|
qhuang8 | 76b0f6a | 2007-08-03 06:02:26 +0000 | [diff] [blame] | 372 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 373 | }
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 374 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
|
| 375 | Nt32Pkg/BootModePei/BootModePei.inf
|
| 376 | Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
|
| 377 | MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
|
| 378 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
|
| 379 | Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
|
| 380 | Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
|
| 381 | Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
|
| 382 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
klu2 | 04eced5 | 2007-07-06 14:56:41 +0000 | [diff] [blame] | 383 | ##
|
| 384 | # DXE Phase modules
|
| 385 | ##
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 386 | MdeModulePkg/Core/Dxe/DxeMain.inf
|
| 387 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 388 | <LibraryClasses>
|
yshang1 | cdebf6c | 2007-08-15 06:17:29 +0000 | [diff] [blame] | 389 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
klu2 | cba9012 | 2007-07-10 08:57:25 +0000 | [diff] [blame] | 390 | }
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 391 | Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 392 | Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 393 | Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
|
| 394 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
| 395 | Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
|
| 396 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
|
| 397 | IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
|
| 398 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
| 399 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
|
| 400 | IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf
|
| 401 | Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 402 | MdeModulePkg/Universal/FirmwareVolume/Crc32SectionExtractDxe/Crc32SectionExtractDxe.inf
|
| 403 | Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
|
| 404 | Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf
|
| 405 | MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 406 | IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
|
| 407 | Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
|
| 408 | Nt32Pkg/TimerDxe/TimerDxe.inf
|
| 409 | IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
|
| 410 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
| 411 | MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
|
| 412 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
| 413 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
| 414 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
| 415 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
|
| 416 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
|
| 417 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
| 418 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
|
| 419 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
| 420 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
| 421 | IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
|
| 422 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
| 423 | MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
|
| 424 | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
| 425 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
|
| 426 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
|
| 427 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
| 428 | Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
|
| 429 | Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
|
| 430 | Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf
|
| 431 | Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
|
| 432 | Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
|
| 433 | Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
|
| 434 | IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
|
| 435 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
vanjeff | 929e7bd | 2007-07-16 05:55:31 +0000 | [diff] [blame] | 436 |
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 437 | #
|
| 438 | # Network stack drivers
|
| 439 | # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
|
| 440 | #
|
| 441 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
| 442 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
| 443 | MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
|
| 444 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
| 445 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
| 446 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
| 447 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
|
| 448 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
| 449 | Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
|
| 450 |
|
jwang36 | 2cb630b | 2007-07-06 07:41:51 +0000 | [diff] [blame] | 451 | [BuildOptions]
|
lhauch | d8f31a2 | 2007-09-26 21:58:22 +0000 | [diff] [blame] | 452 | DEBUG_ICC_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 453 | DEBUG_VS2003_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 454 | DEBUG_MYTOOLS_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 455 | DEBUG_WINDDK3790x1830_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 456 | DEBUG_VS2005PRO_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 457 | DEBUG_MIXED_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 458 | RELEASE_ICC_IA32_DLINK_FLAGS = /ALIGN:4096
|
| 459 | RELEASE_VS2003_IA32_DLINK_FLAGS = /ALIGN:4096
|
| 460 | RELEASE_MYTOOLS_IA32_DLINK_FLAGS = /ALIGN:4096
|
| 461 | RELEASE_WINDDK3790x1830_IA32_DLINK_FLAGS = /ALIGN:4096
|
| 462 | RELEASE_VS2005PRO_IA32_DLINK_FLAGS = /ALIGN:4096
|
| 463 | RELEASE_MIXED_IA32_DLINK_FLAGS = /ALIGN:4096
|
AJFISH | b397fbb | 2007-07-26 21:33:37 +0000 | [diff] [blame] | 464 | MSFT:DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 465 | MSFT:RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096
|