blob: 4ea367ccc070fe51cd66e284bc377233b7d09a8b [file] [log] [blame]
lgao46bfbb5f2010-02-24 00:21:16 +00001## @file
vanjeffe0537472007-06-22 03:01:46 +00002# EFI/PI MdePkg Package
3#
Yao, Jiewenaaedfe32015-01-19 06:08:23 +00004# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
hhtianc3f13d42010-04-23 16:40:22 +00005# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
vanjeffe0537472007-06-22 03:01:46 +00006#
hhtianc3f13d42010-04-23 16:40:22 +00007# This program and the accompanying materials
vanjeffe0537472007-06-22 03:01:46 +00008# 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#
lgao46bfbb5f2010-02-24 00:21:16 +000015##
vanjeffe0537472007-06-22 03:01:46 +000016
vanjeffe0537472007-06-22 03:01:46 +000017[Defines]
AJFISH97a079e2007-07-09 23:39:54 +000018 PLATFORM_NAME = Mde
vanjeffe0537472007-06-22 03:01:46 +000019 PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642
Liming Gaoc0f230c2015-08-24 04:59:38 +000020 PLATFORM_VERSION = 1.06
vanjeffe0537472007-06-22 03:01:46 +000021 DSC_SPECIFICATION = 0x00010005
AJFISH409f6782007-07-27 19:07:27 +000022 OUTPUT_DIRECTORY = Build/Mde
Harry Liebelb4319af2013-07-29 09:52:18 +000023 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
jwang367a7f7e42007-06-26 02:48:50 +000024 BUILD_TARGETS = DEBUG|RELEASE
vanjeffe0537472007-06-22 03:01:46 +000025 SKUID_IDENTIFIER = DEFAULT
26
lgao46bfbb5f2010-02-24 00:21:16 +000027[PcdsFeatureFlag]
qhuang8bc4eb402009-02-23 07:04:55 +000028 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE
vanjeffe0537472007-06-22 03:01:46 +000029
lgao46bfbb5f2010-02-24 00:21:16 +000030[PcdsFixedAtBuild]
qhuang8b3af5df2007-08-30 09:11:54 +000031 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
32 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
qhuang8b3af5df2007-08-30 09:11:54 +000033 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
vanjeffe0537472007-06-22 03:01:46 +000034
vanjeffe0537472007-06-22 03:01:46 +000035[PcdsFixedAtBuild.IPF]
qhuang8b3af5df2007-08-30 09:11:54 +000036 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
vanjeffe0537472007-06-22 03:01:46 +000037
xli24dcbb35e2009-02-10 08:58:47 +000038###################################################################################################
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
lgao46bfbb5f2010-02-24 00:21:16 +000057[Components]
AJFISH409f6782007-07-27 19:07:27 +000058 MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000059 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
AJFISH409f6782007-07-27 19:07:27 +000060 MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
vanjeffad6d2a42008-10-28 07:45:15 +000061 MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
mdkinneyd8ccb372011-03-11 17:47:00 +000062 MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
AJFISH409f6782007-07-27 19:07:27 +000063 MdePkg/Library/BaseLib/BaseLib.inf
64 MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
Laszlo Ersekcf556c62014-08-12 07:29:04 +000065 MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000066 MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000067 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
qhuang848f36342009-03-05 15:29:02 +000073 MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000074 MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
75 MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
76 MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
77 MdePkg/Library/BasePrintLib/BasePrintLib.inf
qhuang8e8865122009-03-03 14:09:52 +000078 MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
vanjeffad6d2a42008-10-28 07:45:15 +000079 MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
mdkinney720d3c52009-01-30 00:45:13 +000080 MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
AJFISH409f6782007-07-27 19:07:27 +000081 MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
82 MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
Shumin Qiuc48abbe2013-11-08 02:59:05 +000083 MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
vanjeffad6d2a42008-10-28 07:45:15 +000084
AJFISH409f6782007-07-27 19:07:27 +000085 MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
86 MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000087 MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
AJFISH409f6782007-07-27 19:07:27 +000088 MdePkg/Library/DxeHobLib/DxeHobLib.inf
AJFISH409f6782007-07-27 19:07:27 +000089 MdePkg/Library/DxePcdLib/DxePcdLib.inf
qhuang87612bfe2008-11-13 09:09:03 +000090 MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
AJFISH409f6782007-07-27 19:07:27 +000091 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
92 MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
rsun3ba9f8352010-04-21 02:06:55 +000093 MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf
Yao, Jiewenaaedfe32015-01-19 06:08:23 +000094 MdePkg/Library/DxeHstiLib/DxeHstiLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000095
mdkinney298f0682008-11-24 08:29:41 +000096 MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
97
AJFISH409f6782007-07-27 19:07:27 +000098 MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
99 MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000100 MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
101 MdePkg/Library/PeiHobLib/PeiHobLib.inf
102 MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
AJFISH409f6782007-07-27 19:07:27 +0000103 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
yshang1d8b61da2007-08-06 03:52:01 +0000110 MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
xli241a3eaf02008-11-11 08:33:02 +0000111 MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf
112 MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000113
AJFISH409f6782007-07-27 19:07:27 +0000114 MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
115 MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
116 MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
Masamitsu MURASEb29910d2015-09-08 08:28:23 +0000117 MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf
AJFISH409f6782007-07-27 19:07:27 +0000118 MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
119 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
Ruiyu Ni4d0a30a2013-07-26 03:00:21 +0000120 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf
AJFISH409f6782007-07-27 19:07:27 +0000121 MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
122 MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
123 MdePkg/Library/UefiLib/UefiLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000124 MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
125 MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000126 MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
127 MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000128 MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
xli249504e2c2008-11-24 06:49:15 +0000129 MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf
130 MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf
mdkinney0bce7342010-01-27 22:59:52 +0000131 MdePkg/Library/SmmLibNull/SmmLibNull.inf
lgao4b9d5a7f2010-05-05 02:06:23 +0000132 MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
vanjeff316172b2007-06-29 05:37:38 +0000133
vanjeffad6d2a42008-10-28 07:45:15 +0000134[Components.IA32, Components.X64]
vanjeff078bee42008-10-28 07:17:17 +0000135 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
AJFISH409f6782007-07-27 19:07:27 +0000136 MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000137 MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
138 MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
139 MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
140 MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
AJFISH409f6782007-07-27 19:07:27 +0000141 MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000142 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
143 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
mdkinney8fc71de2010-01-14 04:20:04 +0000144 MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf
davidhuangb7c59122009-12-23 06:44:33 +0000145 MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf
146 MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
mdkinney1b45a672010-02-14 06:00:11 +0000147 MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
jljustenfe69ac82011-08-29 22:16:28 +0000148 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, Jiewend4257642015-02-02 14:40:44 +0000154 MdePkg/Library/SmmMemLib/SmmMemLib.inf
Qin Long255c8e22015-09-21 05:54:03 +0000155 MdePkg/Library/BaseRngLib/BaseRngLib.inf
vanjeffe0537472007-06-22 03:01:46 +0000156
vanjefff1baef62007-07-02 09:34:25 +0000157[Components.IPF]
vanjeff078bee42008-10-28 07:17:17 +0000158 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
qhuang87612bfe2008-11-13 09:09:03 +0000159 MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000160 MdePkg/Library/PeiPalLib/PeiPalLib.inf
161 MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf
162 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
xli241a3eaf02008-11-11 08:33:02 +0000163 MdePkg/Library/UefiPalLib/UefiPalLib.inf
164 MdePkg/Library/UefiSalLib/UefiSalLib.inf
mdkinney863be5d2011-06-10 18:58:08 +0000165 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
vanjeff078bee42008-10-28 07:17:17 +0000174[Components.EBC]
175 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
Andrew Fish66c6d4d2014-08-21 09:23:58 +0000176
177[Components.ARM, Components.AARCH64]
178 MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf