lgao4 | 7b202cb | 2010-02-23 23:58:38 +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 | #
|
Star Zeng | 71e9d09 | 2013-07-03 09:19:47 +0000 | [diff] [blame] | 7 | # Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 8 | #
|
hhtian | 8f2a5f8 | 2010-04-28 12:24:39 +0000 | [diff] [blame] | 9 | # This program and the accompanying materials
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 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 | #
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 17 | ##
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 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
|
niruiyu | bbd53f7 | 2011-12-13 08:33:04 +0000 | [diff] [blame] | 27 | PLATFORM_VERSION = 0.4
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 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
|
lgao4 | 5fa3085 | 2010-03-14 09:53:45 +0000 | [diff] [blame] | 31 | BUILD_TARGETS = DEBUG|RELEASE
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 32 | SKUID_IDENTIFIER = DEFAULT
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 33 | FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf
|
vanjeff | 53f79f8 | 2010-02-26 05:48:07 +0000 | [diff] [blame] | 34 |
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 35 | #
|
| 36 | # Defines for default states. These can be changed on the command line.
|
| 37 | # -D FLAG=VALUE
|
| 38 | #
|
| 39 | DEFINE SECURE_BOOT_ENABLE = FALSE
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 40 |
|
vanjeff | 2010c81 | 2007-07-04 02:30:58 +0000 | [diff] [blame] | 41 | ################################################################################
|
| 42 | #
|
| 43 | # SKU Identification section - list of all SKU IDs supported by this
|
| 44 | # Platform.
|
| 45 | #
|
| 46 | ################################################################################
|
| 47 | [SkuIds]
|
| 48 | 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 49 |
|
| 50 | ################################################################################
|
| 51 | #
|
| 52 | # Library Class section - list of all Library Classes needed by this Platform.
|
| 53 | #
|
| 54 | ################################################################################
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 55 | [LibraryClasses]
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 56 | #
|
| 57 | # Entry point
|
| 58 | #
|
| 59 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
| 60 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
| 61 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 62 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 63 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 64 | #
|
| 65 | # Basic
|
| 66 | #
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 67 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
mdkinney | 4213ce8 | 2009-01-30 00:32:33 +0000 | [diff] [blame] | 68 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 69 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
xli24 | 0a525ec | 2008-10-25 16:19:19 +0000 | [diff] [blame] | 70 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 71 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 72 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
| 73 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
| 74 | PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
|
| 75 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
| 76 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
| 77 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 78 | #
|
| 79 | # UEFI & PI
|
| 80 | #
|
| 81 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 82 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 83 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 84 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
lgao4 | 3f07728 | 2009-04-13 05:52:07 +0000 | [diff] [blame] | 85 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
qhuang8 | 4797d4c | 2008-11-13 09:27:05 +0000 | [diff] [blame] | 86 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
Ruiyu Ni | 863986b | 2013-07-26 03:14:08 +0000 | [diff] [blame^] | 87 | DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 88 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
|
| 89 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 90 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 91 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
| 92 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 93 |
|
| 94 | #
|
| 95 | # Generic Modules
|
| 96 | #
|
| 97 | UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
| 98 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
| 99 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 100 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 101 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
| 102 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
| 103 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
| 104 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
lgao4 | 8273af4 | 2009-11-26 01:33:07 +0000 | [diff] [blame] | 105 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 106 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 107 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
| 108 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
| 109 | #
|
| 110 | # Platform
|
| 111 | #
|
| 112 | PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
|
| 113 | #
|
| 114 | # Misc
|
| 115 | #
|
| 116 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
mdkinney | 48fff86 | 2011-03-10 22:19:15 +0000 | [diff] [blame] | 117 | DebugPrintErrorLevelLib|MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 118 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
vanjeff | 53f79f8 | 2010-02-26 05:48:07 +0000 | [diff] [blame] | 119 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
vanjeff | 55b1753 | 2012-03-15 05:54:00 +0000 | [diff] [blame] | 120 | CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 121 |
|
| 122 | !if $(SECURE_BOOT_ENABLE) == TRUE
|
| 123 | PlatformSecureLib|Nt32Pkg/Library/PlatformSecureLib/PlatformSecureLib.inf
|
| 124 | IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
|
| 125 | OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
|
| 126 | !endif
|
vanjeff | 53f79f8 | 2010-02-26 05:48:07 +0000 | [diff] [blame] | 127 |
|
jwang36 | fdcc2fd | 2007-07-25 06:24:23 +0000 | [diff] [blame] | 128 | [LibraryClasses.common.USER_DEFINED]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 129 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
qhuang8 | 8e8fcb0 | 2009-03-05 15:27:16 +0000 | [diff] [blame] | 130 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
xli24 | 663ec9c | 2009-12-29 09:10:44 +0000 | [diff] [blame] | 131 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
qhuang8 | 5bc18fe | 2009-03-03 14:12:04 +0000 | [diff] [blame] | 132 | OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
|
qhuang8 | 5bc18fe | 2009-03-03 14:12:04 +0000 | [diff] [blame] | 133 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
klu2 | d4b7ad5 | 2007-09-17 03:04:55 +0000 | [diff] [blame] | 134 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 135 |
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 136 | [LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]
|
| 137 | #
|
| 138 | # PEI phase common
|
| 139 | #
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 140 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 141 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
xli24 | 663ec9c | 2009-12-29 09:10:44 +0000 | [diff] [blame] | 142 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
lgao4 | d173d9c | 2007-10-09 07:54:34 +0000 | [diff] [blame] | 143 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 144 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
|
| 145 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
| 146 | PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
|
| 147 | PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
|
mdkinney | 48fff86 | 2011-03-10 22:19:15 +0000 | [diff] [blame] | 148 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
vanjeff | e6ef530 | 2007-10-16 06:28:45 +0000 | [diff] [blame] | 149 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 150 | [LibraryClasses.common.PEI_CORE]
|
klu2 | d4b7ad5 | 2007-09-17 03:04:55 +0000 | [diff] [blame] | 151 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 152 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 153 |
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 154 | [LibraryClasses.common.PEIM]
|
| 155 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
| 156 | OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 157 | !if $(SECURE_BOOT_ENABLE) == TRUE
|
| 158 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
|
| 159 | !endif
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 160 |
|
| 161 | [LibraryClasses.common]
|
| 162 | #
|
| 163 | # DXE phase common
|
| 164 | #
|
| 165 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 166 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 167 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
xli24 | 0a525ec | 2008-10-25 16:19:19 +0000 | [diff] [blame] | 168 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
xli24 | 663ec9c | 2009-12-29 09:10:44 +0000 | [diff] [blame] | 169 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 170 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
qhuang8 | ffdd18b | 2009-03-05 09:15:30 +0000 | [diff] [blame] | 171 | PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 172 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
| 173 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 174 | !if $(SECURE_BOOT_ENABLE) == TRUE
|
| 175 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
|
| 176 | !endif
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 177 |
|
| 178 | [LibraryClasses.common.DXE_CORE]
|
| 179 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
| 180 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
| 181 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 182 |
|
| 183 | [LibraryClasses.common.DXE_SMM_DRIVER]
|
| 184 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 185 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 186 | [LibraryClasses.common.UEFI_DRIVER]
|
qhuang8 | 880cfb9 | 2008-09-02 07:20:24 +0000 | [diff] [blame] | 187 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 188 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 189 | [LibraryClasses.common.UEFI_APPLICATION]
|
qhuang8 | 880cfb9 | 2008-09-02 07:20:24 +0000 | [diff] [blame] | 190 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 191 | PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 192 |
|
| 193 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
| 194 | #
|
| 195 | # Runtime
|
| 196 | #
|
hhtian | cbc6b5e | 2012-04-16 01:31:17 +0000 | [diff] [blame] | 197 | !if $(SECURE_BOOT_ENABLE) == TRUE
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 198 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
|
hhtian | cbc6b5e | 2012-04-16 01:31:17 +0000 | [diff] [blame] | 199 | !endif
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame] | 200 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 201 | ################################################################################
|
| 202 | #
|
| 203 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
| 204 | #
|
| 205 | ################################################################################
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 206 | [PcdsFeatureFlag]
|
lgao4 | 5fa3085 | 2010-03-14 09:53:45 +0000 | [diff] [blame] | 207 | gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
|
| 208 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
|
| 209 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
|
lgao4 | 842b46a | 2009-02-23 14:36:37 +0000 | [diff] [blame] | 210 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE
|
xgu3 | 9527612 | 2007-07-05 07:05:28 +0000 | [diff] [blame] | 211 |
|
lgao4 | 5fa3085 | 2010-03-14 09:53:45 +0000 | [diff] [blame] | 212 | [PcdsFixedAtBuild]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 213 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
|
| 214 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
|
lgao4 | 5fa3085 | 2010-03-14 09:53:45 +0000 | [diff] [blame] | 215 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 216 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
|
lgao4 | 5fa3085 | 2010-03-14 09:53:45 +0000 | [diff] [blame] | 217 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
|
| 218 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 219 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
|
lgao4 | 5fa3085 | 2010-03-14 09:53:45 +0000 | [diff] [blame] | 220 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
|
niruiyu | 963b62e | 2010-11-25 02:00:29 +0000 | [diff] [blame] | 221 | gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 222 | !if $(SECURE_BOOT_ENABLE) == TRUE
|
| 223 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
|
| 224 | !endif
|
| 225 |
|
| 226 | !if $(SECURE_BOOT_ENABLE) == TRUE
|
| 227 | # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
|
| 228 | gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x05
|
| 229 | gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x05
|
| 230 | gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x05
|
| 231 | !endif
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 232 |
|
| 233 | ################################################################################
|
| 234 | #
|
| 235 | # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
|
| 236 | #
|
| 237 | ################################################################################
|
jwang36 | 2cb630b | 2007-07-06 07:41:51 +0000 | [diff] [blame] | 238 | [PcdsDynamicDefault.common.DEFAULT]
|
qhuang8 | e527bd2 | 2010-08-31 00:37:16 +0000 | [diff] [blame] | 239 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|20
|
klu2 | 9c11644 | 2009-06-03 11:42:14 +0000 | [diff] [blame] | 240 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\Ia32\Apps"|VOID*|106
|
qhuang8 | e527bd2 | 2010-08-31 00:37:16 +0000 | [diff] [blame] | 241 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|52
|
| 242 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|52
|
| 243 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|26
|
| 244 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|12
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 245 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
|
qhuang8 | e527bd2 | 2010-08-31 00:37:16 +0000 | [diff] [blame] | 246 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|52
|
yshang1 | 6d3aa33 | 2007-08-03 08:52:48 +0000 | [diff] [blame] | 247 |
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 248 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
| 249 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
| 250 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 251 |
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 252 | [PcdsDynamicHii.common.DEFAULT]
|
li-elvin | b620a67 | 2011-11-24 01:02:31 +0000 | [diff] [blame] | 253 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutColumn|L"SetupConsoleConfig"|gEfiGlobalVariableGuid|0x0|80
|
| 254 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutRow|L"SetupConsoleConfig"|gEfiGlobalVariableGuid|0x4|25
|
eric_tian | 4d6c29c | 2009-03-17 05:50:48 +0000 | [diff] [blame] | 255 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
|
| 256 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1
|
vanjeff | 53f79f8 | 2010-02-26 05:48:07 +0000 | [diff] [blame] | 257 |
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 258 | ###################################################################################################
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 259 | #
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 260 | # Components Section - list of the modules and components that will be processed by compilation
|
| 261 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 262 | #
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 263 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
| 264 | # into firmware volume images. This section is just a list of modules to compile from
|
| 265 | # source into UEFI-compliant binaries.
|
| 266 | # It is the FDF file that contains information on combining binary files into firmware
|
| 267 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
| 268 | # Binary modules do not need to be listed in this section, as they should be
|
| 269 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
| 270 | # Logo (Logo.bmp), and etc.
|
| 271 | # There may also be modules listed in this section that are not required in the FDF file,
|
| 272 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
| 273 | # generated for it, but the binary will not be put into any firmware volume.
|
| 274 | #
|
| 275 | ###################################################################################################
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 276 | [Components.IA32]
|
klu2 | 04eced5 | 2007-07-06 14:56:41 +0000 | [diff] [blame] | 277 | ##
|
| 278 | # SEC Phase modules
|
| 279 | ##
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 280 | Nt32Pkg/Sec/SecMain.inf
|
vanjeff | 929e7bd | 2007-07-16 05:55:31 +0000 | [diff] [blame] | 281 |
|
klu2 | 04eced5 | 2007-07-06 14:56:41 +0000 | [diff] [blame] | 282 | ##
|
| 283 | # PEI Phase modules
|
| 284 | ##
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 285 | MdeModulePkg/Core/Pei/PeiMain.inf
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 286 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
|
| 287 | <LibraryClasses>
|
qhuang8 | 76b0f6a | 2007-08-03 06:02:26 +0000 | [diff] [blame] | 288 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 289 | }
|
xli24 | 25126a0 | 2009-11-03 02:39:10 +0000 | [diff] [blame] | 290 | MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
|
xli24 | 164393a | 2009-12-25 07:29:33 +0000 | [diff] [blame] | 291 | MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
|
xli24 | 25126a0 | 2009-11-03 02:39:10 +0000 | [diff] [blame] | 292 | Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 293 | Nt32Pkg/BootModePei/BootModePei.inf
|
klu2 | ba82cb6 | 2010-01-04 04:45:44 +0000 | [diff] [blame] | 294 | Nt32Pkg/StallPei/StallPei.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 295 | Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 296 |
|
Star Zeng | 71e9d09 | 2013-07-03 09:19:47 +0000 | [diff] [blame] | 297 | MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 298 | !if $(SECURE_BOOT_ENABLE) == TRUE
|
| 299 | SecurityPkg/VariableAuthenticated/Pei/VariablePei.inf
|
| 300 | !else
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 301 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 302 | !endif
|
| 303 |
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 304 | Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
|
| 305 | Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
|
| 306 | Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
|
lgao4 | 706e753 | 2007-11-30 09:18:29 +0000 | [diff] [blame] | 307 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
klu2 | 04eced5 | 2007-07-06 14:56:41 +0000 | [diff] [blame] | 308 | ##
|
| 309 | # DXE Phase modules
|
| 310 | ##
|
lgao4 | 899bc55 | 2007-10-17 07:30:14 +0000 | [diff] [blame] | 311 | MdeModulePkg/Core/Dxe/DxeMain.inf {
|
| 312 | <LibraryClasses>
|
lgao4 | 46ffb9a | 2007-10-17 07:54:42 +0000 | [diff] [blame] | 313 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
Ruiyu Ni | 863986b | 2013-07-26 03:14:08 +0000 | [diff] [blame^] | 314 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
lgao4 | 97ef8cf | 2009-03-11 03:06:25 +0000 | [diff] [blame] | 315 | <BuildOptions>
|
vanjeff | 53f79f8 | 2010-02-26 05:48:07 +0000 | [diff] [blame] | 316 | *_*_IA32_CC_FLAGS =
|
lgao4 | 899bc55 | 2007-10-17 07:30:14 +0000 | [diff] [blame] | 317 | }
|
lgao4 | 97ef8cf | 2009-03-11 03:06:25 +0000 | [diff] [blame] | 318 |
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 319 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 320 | <LibraryClasses>
|
yshang1 | cdebf6c | 2007-08-15 06:17:29 +0000 | [diff] [blame] | 321 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
klu2 | cba9012 | 2007-07-10 08:57:25 +0000 | [diff] [blame] | 322 | }
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 323 | Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 324 | Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 325 | Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
|
| 326 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
| 327 | Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 328 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
|
| 329 | <LibraryClasses>
|
| 330 | !if $(SECURE_BOOT_ENABLE) == TRUE
|
| 331 | NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
|
| 332 | !endif
|
| 333 | }
|
davidhuang | 1fdd39d | 2009-11-20 04:02:03 +0000 | [diff] [blame] | 334 | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 335 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
| 336 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 337 | Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 338 | Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
|
lgao4 | eba3ff4 | 2009-03-04 01:31:34 +0000 | [diff] [blame] | 339 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 340 | Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
|
| 341 | Nt32Pkg/TimerDxe/TimerDxe.inf
|
xli24 | 25126a0 | 2009-11-03 02:39:10 +0000 | [diff] [blame] | 342 | MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
|
xli24 | 164393a | 2009-12-25 07:29:33 +0000 | [diff] [blame] | 343 | MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
|
xli24 | 25126a0 | 2009-11-03 02:39:10 +0000 | [diff] [blame] | 344 | Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 345 | !if $(SECURE_BOOT_ENABLE) == TRUE
|
| 346 | SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf
|
| 347 | SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
|
| 348 | !else
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 349 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
leegrosenbaum | 0ff38cb | 2012-04-11 16:23:41 +0000 | [diff] [blame] | 350 | !endif
|
jwang36 | d5469f4 | 2009-02-06 08:54:41 +0000 | [diff] [blame] | 351 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 352 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
| 353 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
| 354 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 355 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
|
| 356 | <LibraryClasses>
|
| 357 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 358 | }
|
rsun3 | 9531873 | 2011-03-24 11:05:27 +0000 | [diff] [blame] | 359 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
|
| 360 | <LibraryClasses>
|
| 361 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 362 | }
|
hhtian | 0929b78 | 2011-03-26 05:53:59 +0000 | [diff] [blame] | 363 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf {
|
| 364 | <LibraryClasses>
|
| 365 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 366 | }
|
Ruiyu Ni | 863986b | 2013-07-26 03:14:08 +0000 | [diff] [blame^] | 367 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
|
| 368 | <LibraryClasses>
|
| 369 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 370 | }
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 371 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
| 372 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 373 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
davidhuang | 061b1c2 | 2009-10-20 03:44:03 +0000 | [diff] [blame] | 374 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 375 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
|
| 376 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
|
| 377 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
qhuang8 | 880cfb9 | 2008-09-02 07:20:24 +0000 | [diff] [blame] | 378 | Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {
|
| 379 | <LibraryClasses>
|
| 380 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 381 | }
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 382 | Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 383 | Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
|
| 384 | Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
|
| 385 | Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
|
klu2 | ef0028a | 2009-02-24 16:04:22 +0000 | [diff] [blame] | 386 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
vanjeff | 929e7bd | 2007-07-16 05:55:31 +0000 | [diff] [blame] | 387 |
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 388 | #
|
| 389 | # Network stack drivers
|
| 390 | # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
|
| 391 | #
|
vanjeff | 36ee91c | 2007-11-20 05:42:23 +0000 | [diff] [blame] | 392 | MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 393 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
| 394 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
| 395 | MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
|
| 396 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
| 397 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
xdu2 | 1b14ec4 | 2010-03-03 10:47:27 +0000 | [diff] [blame] | 398 | MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 399 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
| 400 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
|
| 401 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
vanjeff | 5276f66 | 2009-09-03 09:08:43 +0000 | [diff] [blame] | 402 | MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
|
vanjeff | 593a830 | 2007-09-04 08:42:53 +0000 | [diff] [blame] | 403 | Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
|
| 404 |
|
eric_tian | 34a2bb9 | 2009-02-26 08:05:22 +0000 | [diff] [blame] | 405 | MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
|
| 406 |
|
vanjeff | 53f79f8 | 2010-02-26 05:48:07 +0000 | [diff] [blame] | 407 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
|
qwang12 | 5fd5fcd | 2008-01-21 14:42:45 +0000 | [diff] [blame] | 408 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
| 409 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 410 | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
|
qwang12 | 5fd5fcd | 2008-01-21 14:42:45 +0000 | [diff] [blame] | 411 | MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
|
| 412 | <LibraryClasses>
|
| 413 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 414 | }
|
eric_tian | 34a2bb9 | 2009-02-26 08:05:22 +0000 | [diff] [blame] | 415 | MdeModulePkg/Application/VariableInfo/VariableInfo.inf
|
vanjeff | 53f79f8 | 2010-02-26 05:48:07 +0000 | [diff] [blame] | 416 |
|
lgao4 | 2743172 | 2009-02-24 15:37:53 +0000 | [diff] [blame] | 417 | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
|
lgao4 | 2743172 | 2009-02-24 15:37:53 +0000 | [diff] [blame] | 418 |
|
lgao4 | 7cc9c45 | 2010-03-21 13:14:27 +0000 | [diff] [blame] | 419 | ###################################################################################################
|
| 420 | #
|
| 421 | # BuildOptions Section - Define the module specific tool chain flags that should be used as
|
| 422 | # the default flags for a module. These flags are appended to any
|
| 423 | # standard flags that are defined by the build process. They can be
|
| 424 | # applied for any modules or only those modules with the specific
|
| 425 | # module style (EDK or EDKII) specified in [Components] section.
|
| 426 | #
|
| 427 | ###################################################################################################
|
jwang36 | 2cb630b | 2007-07-06 07:41:51 +0000 | [diff] [blame] | 428 | [BuildOptions]
|
ydong10 | 572b0ad | 2012-03-08 02:54:06 +0000 | [diff] [blame] | 429 | DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE
|
mdkinney | 2356592 | 2009-10-01 23:44:00 +0000 | [diff] [blame] | 430 | RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096
|
jwang36 | 2529e5e | 2007-12-23 15:13:39 +0000 | [diff] [blame] | 431 | *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006
|
| 432 |
|
klu2 | be0187b | 2007-12-26 04:51:23 +0000 | [diff] [blame] | 433 | #############################################################################################################
|
| 434 | # NOTE:
|
niruiyu | bb9f4ea | 2011-10-19 05:37:48 +0000 | [diff] [blame] | 435 | # The following [Libraries.IA32] section is for building EDK module under the EDKII tool chain.
|
| 436 | # If you want build EDK module for Nt32 platform, please uncomment [Libraries.IA32] section and
|
| 437 | # libraries used by that EDK module.
|
| 438 | # Currently, Nt32 platform do not has any EDK style module
|
vanjeff | 53f79f8 | 2010-02-26 05:48:07 +0000 | [diff] [blame] | 439 | #
|
klu2 | be0187b | 2007-12-26 04:51:23 +0000 | [diff] [blame] | 440 | #
|
| 441 | #[Libraries.IA32]
|
| 442 | #
|
| 443 | # Libraries common to PEI and DXE
|
| 444 | #
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 445 | # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
|
| 446 | # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
|
| 447 | # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
|
| 448 | # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
|
| 449 | # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
|
| 450 | # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
|
| 451 | # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
|
| 452 | # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
|
| 453 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
|
klu2 | be0187b | 2007-12-26 04:51:23 +0000 | [diff] [blame] | 454 |
|
| 455 | #
|
| 456 | # PEI libraries
|
| 457 | #
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 458 | # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
|
| 459 | # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
|
| 460 | # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
|
| 461 | # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
|
klu2 | be0187b | 2007-12-26 04:51:23 +0000 | [diff] [blame] | 462 |
|
| 463 | #
|
| 464 | # DXE libraries
|
| 465 | #
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 466 | # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
|
| 467 | # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
|
| 468 | # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
|
| 469 | # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
|
| 470 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
|
| 471 | # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
|
| 472 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
|
| 473 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
|
| 474 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
|
| 475 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
|
| 476 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
|
klu2 | be0187b | 2007-12-26 04:51:23 +0000 | [diff] [blame] | 477 |
|
| 478 | #
|
| 479 | # Print/Graphics Library consume SetupBrowser Print Protocol
|
| 480 | #
|
qhuang8 | fcf24ba | 2009-02-23 03:20:29 +0000 | [diff] [blame] | 481 | # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
|
| 482 | # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
|
| 483 |
|