klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 1 | #/** @file
|
qwang12 | 5fd5fcd | 2008-01-21 14:42:45 +0000 | [diff] [blame] | 2 | # EFI/Framework Emulation Platform with UEFI HII interface supported.
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 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 | #
|
qwang12 | 5fd5fcd | 2008-01-21 14:42:45 +0000 | [diff] [blame] | 7 | # Copyright (c) 2006 - 2008, Intel Corporation
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 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
|
klu2 | ef0028a | 2009-02-24 16:04:22 +0000 | [diff] [blame] | 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 | be0187b | 2007-12-26 04:51:23 +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]
|
klu2 | 2b642e5 | 2007-11-22 06:55:30 +0000 | [diff] [blame] | 52 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 53 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 54 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
xli24 | 0a525ec | 2008-10-25 16:19:19 +0000 | [diff] [blame] | 55 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
mdkinney | ba57111 | 2007-10-06 23:25:57 +0000 | [diff] [blame] | 56 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 57 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
mdkinney | 4213ce8 | 2009-01-30 00:32:33 +0000 | [diff] [blame] | 58 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
xli24 | 0a525ec | 2008-10-25 16:19:19 +0000 | [diff] [blame] | 59 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
jwang36 | db9c423 | 2008-01-22 03:18:50 +0000 | [diff] [blame] | 60 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 61 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
qhuang8 | 8e8fcb0 | 2009-03-05 15:27:16 +0000 | [diff] [blame] | 62 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 63 | PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
|
| 64 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 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
|
lgao4 | 3f07728 | 2009-04-13 05:52:07 +0000 | [diff] [blame^] | 67 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
qhuang8 | 4797d4c | 2008-11-13 09:27:05 +0000 | [diff] [blame] | 68 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
klu2 | 4fb31c2 | 2007-09-26 09:35:36 +0000 | [diff] [blame] | 69 | S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
|
| 70 | RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
|
qhuang8 | 4797d4c | 2008-11-13 09:27:05 +0000 | [diff] [blame] | 71 | IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
|
qwang12 | 2a5726b | 2008-02-02 13:44:43 +0000 | [diff] [blame] | 72 | ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
|
qhuang8 | 4797d4c | 2008-11-13 09:27:05 +0000 | [diff] [blame] | 73 | IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
|
klu2 | 5c5a2ca | 2009-01-23 07:26:59 +0000 | [diff] [blame] | 74 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
qwang12 | 5fd5fcd | 2008-01-21 14:42:45 +0000 | [diff] [blame] | 75 | PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
|
lgao4 | 95be2c9 | 2007-12-05 09:50:31 +0000 | [diff] [blame] | 76 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
qhuang8 | 4797d4c | 2008-11-13 09:27:05 +0000 | [diff] [blame] | 77 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
qwang12 | 5fd5fcd | 2008-01-21 14:42:45 +0000 | [diff] [blame] | 78 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
klu2 | 008698a | 2008-11-11 15:45:34 +0000 | [diff] [blame] | 79 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
lgao4 | 2743172 | 2009-02-24 15:37:53 +0000 | [diff] [blame] | 80 | PlatformDriverOverrideLib|MdeModulePkg/Library/DxePlatDriOverLib/DxePlatDriOverLib.inf
|
klu2 | 008698a | 2008-11-11 15:45:34 +0000 | [diff] [blame] | 81 |
|
jwang36 | fdcc2fd | 2007-07-25 06:24:23 +0000 | [diff] [blame] | 82 | [LibraryClasses.common.USER_DEFINED]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 83 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
qhuang8 | 8e8fcb0 | 2009-03-05 15:27:16 +0000 | [diff] [blame] | 84 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
qhuang8 | 5bc18fe | 2009-03-03 14:12:04 +0000 | [diff] [blame] | 85 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
| 86 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 87 | OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
|
| 88 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 89 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
AJFISH | d695558 | 2007-07-05 22:17:00 +0000 | [diff] [blame] | 90 |
|
vanjeff | 6d2b4f2 | 2007-07-03 05:30:36 +0000 | [diff] [blame] | 91 | [LibraryClasses.common.DXE_CORE]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 92 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 93 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 94 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
| 95 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
qhuang8 | fb53e6c | 2008-08-27 13:52:36 +0000 | [diff] [blame] | 96 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 97 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 98 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 99 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 100 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
klu2 | d4b7ad5 | 2007-09-17 03:04:55 +0000 | [diff] [blame] | 101 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
qhuang8 | ffdd18b | 2009-03-05 09:15:30 +0000 | [diff] [blame] | 102 | PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
|
lgao4 | d173d9c | 2007-10-09 07:54:34 +0000 | [diff] [blame] | 103 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 104 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 105 | [LibraryClasses.common.DXE_SMM_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 106 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
qhuang8 | 4797d4c | 2008-11-13 09:27:05 +0000 | [diff] [blame] | 107 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 108 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 109 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 110 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 111 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
xli24 | 0a525ec | 2008-10-25 16:19:19 +0000 | [diff] [blame] | 112 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 113 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 114 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 115 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 116 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 117 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
| 118 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 119 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 120 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 121 | [LibraryClasses.common.PEIM]
|
mdkinney | ba57111 | 2007-10-06 23:25:57 +0000 | [diff] [blame] | 122 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 123 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 124 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
| 125 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
| 126 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
| 127 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 128 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 129 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 130 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 131 | OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
|
| 132 | PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 133 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
qhuang8 | ffdd18b | 2009-03-05 09:15:30 +0000 | [diff] [blame] | 134 | PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
|
lgao4 | d173d9c | 2007-10-09 07:54:34 +0000 | [diff] [blame] | 135 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
vanjeff | e6ef530 | 2007-10-16 06:28:45 +0000 | [diff] [blame] | 136 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 137 | [LibraryClasses.common.PEI_CORE]
|
mdkinney | ba57111 | 2007-10-06 23:25:57 +0000 | [diff] [blame] | 138 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 139 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 140 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 141 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
| 142 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 143 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 144 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 145 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
yshang1 | ff8ff13 | 2008-02-03 03:53:58 +0000 | [diff] [blame] | 146 | OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 147 | PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
|
klu2 | d4b7ad5 | 2007-09-17 03:04:55 +0000 | [diff] [blame] | 148 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 149 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
qhuang8 | ffdd18b | 2009-03-05 09:15:30 +0000 | [diff] [blame] | 150 | PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 151 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 152 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 153 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 154 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 155 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
xli24 | 0a525ec | 2008-10-25 16:19:19 +0000 | [diff] [blame] | 156 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 157 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 158 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 159 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 160 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 161 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 162 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 163 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
qhuang8 | 4797d4c | 2008-11-13 09:27:05 +0000 | [diff] [blame] | 164 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 165 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 166 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 167 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
qhuang8 | ffdd18b | 2009-03-05 09:15:30 +0000 | [diff] [blame] | 168 | PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 169 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 170 | [LibraryClasses.common.UEFI_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 171 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 172 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
qhuang8 | 880cfb9 | 2008-09-02 07:20:24 +0000 | [diff] [blame] | 173 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
xli24 | 0a525ec | 2008-10-25 16:19:19 +0000 | [diff] [blame] | 174 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 175 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 176 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 177 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 178 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 179 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 180 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
qhuang8 | 4797d4c | 2008-11-13 09:27:05 +0000 | [diff] [blame] | 181 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 182 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 183 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 184 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
qhuang8 | 7f4d210 | 2008-08-18 09:19:13 +0000 | [diff] [blame] | 185 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 186 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 187 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
| 188 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
qhuang8 | ffdd18b | 2009-03-05 09:15:30 +0000 | [diff] [blame] | 189 | PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 190 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 191 | [LibraryClasses.common.DXE_DRIVER]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 192 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 193 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 194 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
xli24 | 0a525ec | 2008-10-25 16:19:19 +0000 | [diff] [blame] | 195 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 196 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 197 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 198 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 199 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 200 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 201 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
qhuang8 | 4797d4c | 2008-11-13 09:27:05 +0000 | [diff] [blame] | 202 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 203 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 204 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 205 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 206 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 207 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 208 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
vanjeff | 36ee91c | 2007-11-20 05:42:23 +0000 | [diff] [blame] | 209 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 210 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 211 | [LibraryClasses.common.UEFI_APPLICATION]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 212 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
qhuang8 | 4797d4c | 2008-11-13 09:27:05 +0000 | [diff] [blame] | 213 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 214 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 215 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 216 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 217 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
qhuang8 | 880cfb9 | 2008-09-02 07:20:24 +0000 | [diff] [blame] | 218 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
xli24 | 0a525ec | 2008-10-25 16:19:19 +0000 | [diff] [blame] | 219 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 220 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 221 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 222 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 223 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 224 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 2f053c9 | 2007-08-10 05:29:46 +0000 | [diff] [blame] | 225 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 226 | PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame] | 227 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 228 |
|
| 229 | ################################################################################
|
| 230 | #
|
| 231 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
| 232 | #
|
| 233 | ################################################################################
|
| 234 |
|
xgu3 | 9527612 | 2007-07-05 07:05:28 +0000 | [diff] [blame] | 235 | [PcdsFeatureFlag.common]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 236 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
|
| 237 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
|
| 238 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
|
| 239 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
|
| 240 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
|
| 241 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
|
| 242 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
|
qhuang8 | e6422a3 | 2008-09-04 08:19:02 +0000 | [diff] [blame] | 243 | gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate|FALSE
|
lgao4 | 842b46a | 2009-02-23 14:36:37 +0000 | [diff] [blame] | 244 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE
|
qhuang8 | 676de8d | 2007-10-09 03:15:21 +0000 | [diff] [blame] | 245 | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
|
| 246 | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
|
vanjeff | e6ef530 | 2007-10-16 06:28:45 +0000 | [diff] [blame] | 247 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
|
| 248 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
|
xgu3 | 9527612 | 2007-07-05 07:05:28 +0000 | [diff] [blame] | 249 |
|
klu2 | 1375916 | 2007-08-02 09:02:47 +0000 | [diff] [blame] | 250 | [PcdsFixedAtBuild.IA32]
|
klu2 | 58dcdad | 2008-02-29 18:24:43 +0000 | [diff] [blame] | 251 | #gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize|0x20000
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 252 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
|
| 253 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
|
| 254 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
|
lgao4 | ae8432d | 2008-09-09 02:53:35 +0000 | [diff] [blame] | 255 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"|VOID*|52
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 256 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
|
| 257 | gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
|
| 258 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
|
| 259 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
|
| 260 | gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 261 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
|
| 262 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
|
| 263 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
|
| 264 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
|
| 265 | gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
|
| 266 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
|
| 267 | gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
|
| 268 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
|
| 269 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
|
| 270 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
|
| 271 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
|
| 272 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
|
| 273 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
|
| 274 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
|
| 275 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
|
| 276 | gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 277 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
|
| 278 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
|
| 279 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
|
| 280 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
|
| 281 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
|
| 282 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
|
| 283 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
|
| 284 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
|
| 285 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
|
| 286 | gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 287 |
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 288 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
|
| 289 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
|
| 290 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
|
| 291 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
|
| 292 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
|
| 293 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
|
yshang1 | 6d3aa33 | 2007-08-03 08:52:48 +0000 | [diff] [blame] | 294 |
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 295 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
|
| 296 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
|
| 297 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
|
yshang1 | 6d3aa33 | 2007-08-03 08:52:48 +0000 | [diff] [blame] | 298 |
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 299 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
|
| 300 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
|
| 301 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
|
lgao4 | 18fd8d6 | 2007-09-29 08:04:29 +0000 | [diff] [blame] | 302 | gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
|
qwang12 | 9c7aa18 | 2007-10-15 11:17:01 +0000 | [diff] [blame] | 303 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
|
| 304 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
|
qwang12 | 350c543 | 2008-02-28 12:09:56 +0000 | [diff] [blame] | 305 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
|
klu2 | 2b642e5 | 2007-11-22 06:55:30 +0000 | [diff] [blame] | 306 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
|
| 307 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
|
qwang12 | 9c7aa18 | 2007-10-15 11:17:01 +0000 | [diff] [blame] | 308 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 309 | [PcdsFeatureFlag.IA32]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 310 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
|
| 311 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
|
| 312 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
|
| 313 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 314 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
|
| 315 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
|
| 316 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
|
| 317 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
|
| 318 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
|
| 319 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
|
| 320 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
|
| 321 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
|
| 322 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 323 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
|
| 324 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 325 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
|
| 326 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
|
qhuang8 | 8270a5f | 2007-09-29 11:28:21 +0000 | [diff] [blame] | 327 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
|
| 328 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 329 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
|
| 330 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
|
| 331 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
|
klu2 | 2b642e5 | 2007-11-22 06:55:30 +0000 | [diff] [blame] | 332 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
|
AJFISH | ba23773 | 2007-07-03 18:34:24 +0000 | [diff] [blame] | 333 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 334 |
|
| 335 | ################################################################################
|
| 336 | #
|
| 337 | # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
|
| 338 | #
|
| 339 | ################################################################################
|
| 340 |
|
jwang36 | 2cb630b | 2007-07-06 07:41:51 +0000 | [diff] [blame] | 341 | [PcdsDynamicDefault.common.DEFAULT]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 342 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
|
vanjeff | 01a59a8 | 2008-09-27 04:59:27 +0000 | [diff] [blame] | 343 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\\..\\..\\..\\EdkShellBinPkg\\Bin\\Ia32\\Apps"|VOID*|106
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 344 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
|
| 345 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
|
| 346 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 347 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
|
| 348 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
|
| 349 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
|
yshang1 | 6d3aa33 | 2007-08-03 08:52:48 +0000 | [diff] [blame] | 350 |
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 351 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
| 352 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
| 353 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 354 |
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 355 | [PcdsDynamicHii.common.DEFAULT]
|
eric_tian | 4d6c29c | 2009-03-17 05:50:48 +0000 | [diff] [blame] | 356 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiWinNtSystemConfigGuid|0x0|80
|
| 357 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiWinNtSystemConfigGuid|0x4|25
|
| 358 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
|
| 359 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1
|
klu2 | 21e97c7 | 2009-02-26 07:19:01 +0000 | [diff] [blame] | 360 |
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 361 | ###################################################################################################
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 362 | #
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 363 | # Components Section - list of the modules and components that will be processed by compilation
|
| 364 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 365 | #
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 366 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
| 367 | # into firmware volume images. This section is just a list of modules to compile from
|
| 368 | # source into UEFI-compliant binaries.
|
| 369 | # It is the FDF file that contains information on combining binary files into firmware
|
| 370 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
| 371 | # Binary modules do not need to be listed in this section, as they should be
|
| 372 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
| 373 | # Logo (Logo.bmp), and etc.
|
| 374 | # There may also be modules listed in this section that are not required in the FDF file,
|
| 375 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
| 376 | # generated for it, but the binary will not be put into any firmware volume.
|
| 377 | #
|
| 378 | ###################################################################################################
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 379 |
|
| 380 | [Components.IA32]
|
klu2 | 04eced5 | 2007-07-06 14:56:41 +0000 | [diff] [blame] | 381 | ##
|
| 382 | # SEC Phase modules
|
| 383 | ##
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 384 | Nt32Pkg/Sec/SecMain.inf
|
vanjeff | 929e7bd | 2007-07-16 05:55:31 +0000 | [diff] [blame] | 385 |
|
klu2 | 04eced5 | 2007-07-06 14:56:41 +0000 | [diff] [blame] | 386 | ##
|
| 387 | # PEI Phase modules
|
| 388 | ##
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 389 | MdeModulePkg/Core/Pei/PeiMain.inf
|
qhuang8 | 76b0f6a | 2007-08-03 06:02:26 +0000 | [diff] [blame] | 390 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 391 | <LibraryClasses>
|
qhuang8 | 76b0f6a | 2007-08-03 06:02:26 +0000 | [diff] [blame] | 392 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 393 | }
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 394 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
|
| 395 | Nt32Pkg/BootModePei/BootModePei.inf
|
| 396 | Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 397 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
|
| 398 | Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
|
| 399 | Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
|
| 400 | Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
|
lgao4 | 706e753 | 2007-11-30 09:18:29 +0000 | [diff] [blame] | 401 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
klu2 | 04eced5 | 2007-07-06 14:56:41 +0000 | [diff] [blame] | 402 | ##
|
| 403 | # DXE Phase modules
|
| 404 | ##
|
lgao4 | 899bc55 | 2007-10-17 07:30:14 +0000 | [diff] [blame] | 405 | MdeModulePkg/Core/Dxe/DxeMain.inf {
|
| 406 | <LibraryClasses>
|
lgao4 | 46ffb9a | 2007-10-17 07:54:42 +0000 | [diff] [blame] | 407 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
lgao4 | 97ef8cf | 2009-03-11 03:06:25 +0000 | [diff] [blame] | 408 | <BuildOptions>
|
| 409 | *_*_IA32_CC_FLAGS =
|
lgao4 | 899bc55 | 2007-10-17 07:30:14 +0000 | [diff] [blame] | 410 | }
|
lgao4 | 97ef8cf | 2009-03-11 03:06:25 +0000 | [diff] [blame] | 411 |
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 412 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 413 | <LibraryClasses>
|
yshang1 | cdebf6c | 2007-08-15 06:17:29 +0000 | [diff] [blame] | 414 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
klu2 | cba9012 | 2007-07-10 08:57:25 +0000 | [diff] [blame] | 415 | }
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 416 | Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 417 | Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 418 | Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
|
| 419 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
| 420 | Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
|
| 421 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
|
| 422 | IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
|
| 423 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
| 424 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 425 | Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 426 | Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
|
lgao4 | eba3ff4 | 2009-03-04 01:31:34 +0000 | [diff] [blame] | 427 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 428 | IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
|
| 429 | Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
|
| 430 | Nt32Pkg/TimerDxe/TimerDxe.inf
|
| 431 | IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
|
| 432 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
jwang36 | d5469f4 | 2009-02-06 08:54:41 +0000 | [diff] [blame] | 433 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 434 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
| 435 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
| 436 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 437 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
|
| 438 | <LibraryClasses>
|
| 439 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 440 | }
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 441 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
|
| 442 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
| 443 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
|
| 444 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
| 445 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 446 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 447 | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
| 448 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
|
| 449 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
|
| 450 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
qhuang8 | 880cfb9 | 2008-09-02 07:20:24 +0000 | [diff] [blame] | 451 | Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {
|
| 452 | <LibraryClasses>
|
| 453 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 454 | }
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 455 | Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 456 | Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
|
| 457 | Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
|
| 458 | Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
|
klu2 | ef0028a | 2009-02-24 16:04:22 +0000 | [diff] [blame] | 459 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
vanjeff | 929e7bd | 2007-07-16 05:55:31 +0000 | [diff] [blame] | 460 |
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 461 | #
|
| 462 | # Network stack drivers
|
| 463 | # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
|
| 464 | #
|
vanjeff | 36ee91c | 2007-11-20 05:42:23 +0000 | [diff] [blame] | 465 | MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 466 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
| 467 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
| 468 | MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
|
| 469 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
| 470 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
| 471 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
| 472 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
|
| 473 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
| 474 | Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
|
| 475 |
|
eric_tian | 34a2bb9 | 2009-02-26 08:05:22 +0000 | [diff] [blame] | 476 | MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
|
| 477 |
|
klu2 | 5c5a2ca | 2009-01-23 07:26:59 +0000 | [diff] [blame] | 478 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
|
qwang12 | 5fd5fcd | 2008-01-21 14:42:45 +0000 | [diff] [blame] | 479 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
| 480 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 481 | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
|
qwang12 | 5fd5fcd | 2008-01-21 14:42:45 +0000 | [diff] [blame] | 482 | MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
|
| 483 | <LibraryClasses>
|
| 484 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 485 | }
|
eric_tian | 34a2bb9 | 2009-02-26 08:05:22 +0000 | [diff] [blame] | 486 | MdeModulePkg/Application/VariableInfo/VariableInfo.inf
|
qwang12 | 5fd5fcd | 2008-01-21 14:42:45 +0000 | [diff] [blame] | 487 |
|
lgao4 | 2743172 | 2009-02-24 15:37:53 +0000 | [diff] [blame] | 488 | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
|
| 489 | MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.inf
|
| 490 |
|
jwang36 | 2cb630b | 2007-07-06 07:41:51 +0000 | [diff] [blame] | 491 | [BuildOptions]
|
jwang36 | cd46d8f | 2007-12-22 16:59:33 +0000 | [diff] [blame] | 492 | DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 493 | RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096
|
jwang36 | 2529e5e | 2007-12-23 15:13:39 +0000 | [diff] [blame] | 494 | *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006
|
| 495 |
|
klu2 | be0187b | 2007-12-26 04:51:23 +0000 | [diff] [blame] | 496 |
|
| 497 |
|
| 498 |
|
| 499 | #############################################################################################################
|
| 500 | # NOTE:
|
| 501 | # The following [Libraries.IA32] section is for building R8 module under the R9 tool chain.
|
| 502 | # If you want build R8 module for Nt32 platform, please uncomment [Libraries.IA32] section and
|
| 503 | # libraries used by that R8 module.
|
| 504 | # Currently, Nt32 platform do not has any R8 style module
|
| 505 | #
|
| 506 | #
|
| 507 | #[Libraries.IA32]
|
| 508 | #
|
| 509 | # Libraries common to PEI and DXE
|
| 510 | #
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 511 | # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
|
| 512 | # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
|
| 513 | # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
|
| 514 | # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
|
| 515 | # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
|
| 516 | # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
|
| 517 | # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
|
| 518 | # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
|
| 519 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
|
klu2 | be0187b | 2007-12-26 04:51:23 +0000 | [diff] [blame] | 520 |
|
| 521 | #
|
| 522 | # PEI libraries
|
| 523 | #
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 524 | # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
|
| 525 | # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
|
| 526 | # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
|
| 527 | # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
|
klu2 | be0187b | 2007-12-26 04:51:23 +0000 | [diff] [blame] | 528 |
|
| 529 | #
|
| 530 | # DXE libraries
|
| 531 | #
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 532 | # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
|
| 533 | # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
|
| 534 | # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
|
| 535 | # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
|
| 536 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
|
| 537 | # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
|
| 538 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
|
| 539 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
|
| 540 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
|
| 541 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
|
| 542 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
|
klu2 | be0187b | 2007-12-26 04:51:23 +0000 | [diff] [blame] | 543 |
|
| 544 | #
|
| 545 | # Print/Graphics Library consume SetupBrowser Print Protocol
|
| 546 | #
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 547 | # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
|
| 548 | # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
|
| 549 |
|