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