lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 1 | ## @file
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 2 | # EFI/PI MdePkg Package
|
| 3 | #
|
Yao, Jiewen | aaedfe3 | 2015-01-19 06:08:23 +0000 | [diff] [blame] | 4 | # Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
|
hhtian | c3f13d4 | 2010-04-23 16:40:22 +0000 | [diff] [blame] | 5 | # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 6 | #
|
hhtian | c3f13d4 | 2010-04-23 16:40:22 +0000 | [diff] [blame] | 7 | # This program and the accompanying materials
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 8 | # are licensed and made available under the terms and conditions of the BSD License
|
| 9 | # which accompanies this distribution. The full text of the license may be found at
|
| 10 | # http://opensource.org/licenses/bsd-license.php
|
| 11 | #
|
| 12 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 13 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 14 | #
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 15 | ##
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 16 |
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 17 | [Defines]
|
AJFISH | 97a079e | 2007-07-09 23:39:54 +0000 | [diff] [blame] | 18 | PLATFORM_NAME = Mde
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 19 | PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642
|
Liming Gao | c0f230c | 2015-08-24 04:59:38 +0000 | [diff] [blame] | 20 | PLATFORM_VERSION = 1.06
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 21 | DSC_SPECIFICATION = 0x00010005
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 22 | OUTPUT_DIRECTORY = Build/Mde
|
Harry Liebel | b4319af | 2013-07-29 09:52:18 +0000 | [diff] [blame] | 23 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
|
jwang36 | 7a7f7e4 | 2007-06-26 02:48:50 +0000 | [diff] [blame] | 24 | BUILD_TARGETS = DEBUG|RELEASE
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 25 | SKUID_IDENTIFIER = DEFAULT
|
| 26 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 27 | [PcdsFeatureFlag]
|
qhuang8 | bc4eb40 | 2009-02-23 07:04:55 +0000 | [diff] [blame] | 28 | gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 29 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 30 | [PcdsFixedAtBuild]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 31 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
|
| 32 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 33 | gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 34 |
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 35 | [PcdsFixedAtBuild.IPF]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 36 | gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 37 |
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 38 | ###################################################################################################
|
| 39 | #
|
| 40 | # Components Section - list of the modules and components that will be processed by compilation
|
| 41 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
| 42 | #
|
| 43 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
| 44 | # into firmware volume images. This section is just a list of modules to compile from
|
| 45 | # source into UEFI-compliant binaries.
|
| 46 | # It is the FDF file that contains information on combining binary files into firmware
|
| 47 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
| 48 | # Binary modules do not need to be listed in this section, as they should be
|
| 49 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
| 50 | # Logo (Logo.bmp), and etc.
|
| 51 | # There may also be modules listed in this section that are not required in the FDF file,
|
| 52 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
| 53 | # generated for it, but the binary will not be put into any firmware volume.
|
| 54 | #
|
| 55 | ###################################################################################################
|
| 56 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 57 | [Components]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 58 | MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 59 | MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 60 | MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 61 | MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
mdkinney | d8ccb37 | 2011-03-11 17:47:00 +0000 | [diff] [blame] | 62 | MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 63 | MdePkg/Library/BaseLib/BaseLib.inf
|
| 64 | MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
Laszlo Ersek | cf556c6 | 2014-08-12 07:29:04 +0000 | [diff] [blame] | 65 | MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 66 | MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 67 | MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
| 68 | MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
|
| 69 | MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
| 70 | MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
|
| 71 | MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 72 | MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
qhuang8 | 48f3634 | 2009-03-05 15:29:02 +0000 | [diff] [blame] | 73 | MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 74 | MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
| 75 | MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
|
| 76 | MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
|
| 77 | MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
qhuang8 | e886512 | 2009-03-03 14:09:52 +0000 | [diff] [blame] | 78 | MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 79 | MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
mdkinney | 720d3c5 | 2009-01-30 00:45:13 +0000 | [diff] [blame] | 80 | MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 81 | MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 82 | MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
Shumin Qiu | c48abbe | 2013-11-08 02:59:05 +0000 | [diff] [blame] | 83 | MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 84 |
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 85 | MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 86 | MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 87 | MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 88 | MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 89 | MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
qhuang8 | 7612bfe | 2008-11-13 09:09:03 +0000 | [diff] [blame] | 90 | MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 91 | MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 92 | MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
rsun3 | ba9f835 | 2010-04-21 02:06:55 +0000 | [diff] [blame] | 93 | MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf
|
Yao, Jiewen | aaedfe3 | 2015-01-19 06:08:23 +0000 | [diff] [blame] | 94 | MdePkg/Library/DxeHstiLib/DxeHstiLib.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 95 |
|
mdkinney | 298f068 | 2008-11-24 08:29:41 +0000 | [diff] [blame] | 96 | MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
|
| 97 |
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 98 | MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
| 99 | MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 100 | MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
| 101 | MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 102 | MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 103 | MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 104 | MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
|
| 105 | MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
| 106 | MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
| 107 | MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
|
| 108 | MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 109 | MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
yshang1 | d8b61da | 2007-08-06 03:52:01 +0000 | [diff] [blame] | 110 | MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
|
xli24 | 1a3eaf0 | 2008-11-11 08:33:02 +0000 | [diff] [blame] | 111 | MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf
|
| 112 | MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 113 |
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 114 | MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 115 | MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 116 | MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
Masamitsu MURASE | b29910d | 2015-09-08 08:28:23 +0000 | [diff] [blame] | 117 | MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 118 | MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
|
| 119 | MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
Ruiyu Ni | 4d0a30a | 2013-07-26 03:00:21 +0000 | [diff] [blame] | 120 | MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 121 | MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
|
| 122 | MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 123 | MdePkg/Library/UefiLib/UefiLib.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 124 | MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 125 | MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 126 | MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 127 | MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 128 | MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
xli24 | 9504e2c | 2008-11-24 06:49:15 +0000 | [diff] [blame] | 129 | MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf
|
| 130 | MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf
|
mdkinney | 0bce734 | 2010-01-27 22:59:52 +0000 | [diff] [blame] | 131 | MdePkg/Library/SmmLibNull/SmmLibNull.inf
|
lgao4 | b9d5a7f | 2010-05-05 02:06:23 +0000 | [diff] [blame] | 132 | MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
|
vanjeff | 316172b | 2007-06-29 05:37:38 +0000 | [diff] [blame] | 133 |
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 134 | [Components.IA32, Components.X64]
|
vanjeff | 078bee4 | 2008-10-28 07:17:17 +0000 | [diff] [blame] | 135 | MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 136 | MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 137 | MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
|
| 138 | MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
|
| 139 | MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
|
| 140 | MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 141 | MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 142 | MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
| 143 | MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
mdkinney | 8fc71de | 2010-01-14 04:20:04 +0000 | [diff] [blame] | 144 | MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf
|
davidhuang | b7c5912 | 2009-12-23 06:44:33 +0000 | [diff] [blame] | 145 | MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf
|
| 146 | MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
|
mdkinney | 1b45a67 | 2010-02-14 06:00:11 +0000 | [diff] [blame] | 147 | MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
|
jljusten | fe69ac8 | 2011-08-29 22:16:28 +0000 | [diff] [blame] | 148 | MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.inf
|
| 149 | MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.inf
|
| 150 | MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf
|
| 151 | MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf
|
| 152 | MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.inf
|
| 153 | MdePkg/Library/BaseS3StallLib/BaseS3StallLib.inf
|
Yao, Jiewen | d425764 | 2015-02-02 14:40:44 +0000 | [diff] [blame] | 154 | MdePkg/Library/SmmMemLib/SmmMemLib.inf
|
Qin Long | 255c8e2 | 2015-09-21 05:54:03 +0000 | [diff] [blame] | 155 | MdePkg/Library/BaseRngLib/BaseRngLib.inf
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 156 |
|
vanjeff | f1baef6 | 2007-07-02 09:34:25 +0000 | [diff] [blame] | 157 | [Components.IPF]
|
vanjeff | 078bee4 | 2008-10-28 07:17:17 +0000 | [diff] [blame] | 158 | MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
qhuang8 | 7612bfe | 2008-11-13 09:09:03 +0000 | [diff] [blame] | 159 | MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 160 | MdePkg/Library/PeiPalLib/PeiPalLib.inf
|
| 161 | MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf
|
| 162 | MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
xli24 | 1a3eaf0 | 2008-11-11 08:33:02 +0000 | [diff] [blame] | 163 | MdePkg/Library/UefiPalLib/UefiPalLib.inf
|
| 164 | MdePkg/Library/UefiSalLib/UefiSalLib.inf
|
mdkinney | 863be5d | 2011-06-10 18:58:08 +0000 | [diff] [blame] | 165 | MdePkg/Library/DxeExtendedSalLib/DxeExtendedSalLib.inf
|
| 166 | MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.inf
|
| 167 | MdePkg/Library/DxePalLibEsal/DxePalLibEsal.inf
|
| 168 | MdePkg/Library/DxePciLibEsal/DxePciLibEsal.inf
|
| 169 | MdePkg/Library/DxePciSegmentLibEsal/DxePciSegmentLibEsal.inf
|
| 170 | MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.inf
|
| 171 | MdePkg/Library/DxeSalLibEsal/DxeSalLibEsal.inf
|
| 172 | MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.inf
|
| 173 |
|
vanjeff | 078bee4 | 2008-10-28 07:17:17 +0000 | [diff] [blame] | 174 | [Components.EBC]
|
| 175 | MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
Andrew Fish | 66c6d4d | 2014-08-21 09:23:58 +0000 | [diff] [blame] | 176 |
|
| 177 | [Components.ARM, Components.AARCH64]
|
| 178 | MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
|