blob: 9ca57b840da80bcc2815747efff7a89259846fee [file] [log] [blame]
lgao46bfbb5f2010-02-24 00:21:16 +00001## @file
vanjeffe0537472007-06-22 03:01:46 +00002# EFI/PI MdePkg Package
3#
mdkinney40039e22011-02-11 00:09:16 +00004# Copyright (c) 2007 - 2011, 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
qhuang81bcef8b2010-03-05 03:21:41 +000020 PLATFORM_VERSION = 1.02
vanjeffe0537472007-06-22 03:01:46 +000021 DSC_SPECIFICATION = 0x00010005
AJFISH409f6782007-07-27 19:07:27 +000022 OUTPUT_DIRECTORY = Build/Mde
qhuang8ebd04fc2009-08-19 14:02:07 +000023 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
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
AJFISH409f6782007-07-27 19:07:27 +000062 MdePkg/Library/BaseLib/BaseLib.inf
63 MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000064 MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000065 MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
66 MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
67 MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
68 MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
69 MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
70 MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
qhuang848f36342009-03-05 15:29:02 +000071 MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000072 MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
73 MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
74 MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
75 MdePkg/Library/BasePrintLib/BasePrintLib.inf
qhuang8e8865122009-03-03 14:09:52 +000076 MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
vanjeffad6d2a42008-10-28 07:45:15 +000077 MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
mdkinney720d3c52009-01-30 00:45:13 +000078 MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
AJFISH409f6782007-07-27 19:07:27 +000079 MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
80 MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000081
AJFISH409f6782007-07-27 19:07:27 +000082 MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
83 MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000084 MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
AJFISH409f6782007-07-27 19:07:27 +000085 MdePkg/Library/DxeHobLib/DxeHobLib.inf
AJFISH409f6782007-07-27 19:07:27 +000086 MdePkg/Library/DxePcdLib/DxePcdLib.inf
qhuang87612bfe2008-11-13 09:09:03 +000087 MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
AJFISH409f6782007-07-27 19:07:27 +000088 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
89 MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
rsun3ba9f8352010-04-21 02:06:55 +000090 MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf
vanjeffad6d2a42008-10-28 07:45:15 +000091
mdkinney298f0682008-11-24 08:29:41 +000092 MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
93
AJFISH409f6782007-07-27 19:07:27 +000094 MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
95 MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
vanjeffad6d2a42008-10-28 07:45:15 +000096 MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
97 MdePkg/Library/PeiHobLib/PeiHobLib.inf
98 MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
AJFISH409f6782007-07-27 19:07:27 +000099 MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
100 MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
101 MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
102 MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
103 MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
104 MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
105 MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
yshang1d8b61da2007-08-06 03:52:01 +0000106 MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
xli241a3eaf02008-11-11 08:33:02 +0000107 MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf
108 MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000109
AJFISH409f6782007-07-27 19:07:27 +0000110 MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
111 MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
112 MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
113 MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
114 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
115 MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
116 MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
117 MdePkg/Library/UefiLib/UefiLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000118 MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
119 MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000120 MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
121 MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000122 MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
xli249504e2c2008-11-24 06:49:15 +0000123 MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf
124 MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf
mdkinney0bce7342010-01-27 22:59:52 +0000125 MdePkg/Library/SmmLibNull/SmmLibNull.inf
lgao4b9d5a7f2010-05-05 02:06:23 +0000126 MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
vanjeff316172b2007-06-29 05:37:38 +0000127
vanjeffad6d2a42008-10-28 07:45:15 +0000128[Components.IA32, Components.X64]
vanjeff078bee42008-10-28 07:17:17 +0000129 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
AJFISH409f6782007-07-27 19:07:27 +0000130 MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000131 MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
132 MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
133 MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
134 MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
AJFISH409f6782007-07-27 19:07:27 +0000135 MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000136 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
137 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
mdkinney8fc71de2010-01-14 04:20:04 +0000138 MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf
davidhuangb7c59122009-12-23 06:44:33 +0000139 MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf
140 MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
mdkinney1b45a672010-02-14 06:00:11 +0000141 MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
mdkinney40039e22011-02-11 00:09:16 +0000142 MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.inf
vanjeffe0537472007-06-22 03:01:46 +0000143
vanjefff1baef62007-07-02 09:34:25 +0000144[Components.IPF]
vanjeff078bee42008-10-28 07:17:17 +0000145 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
qhuang87612bfe2008-11-13 09:09:03 +0000146 MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000147 MdePkg/Library/PeiPalLib/PeiPalLib.inf
148 MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf
149 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
xli241a3eaf02008-11-11 08:33:02 +0000150 MdePkg/Library/UefiPalLib/UefiPalLib.inf
151 MdePkg/Library/UefiSalLib/UefiSalLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000152
vanjeff078bee42008-10-28 07:17:17 +0000153[Components.EBC]
154 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
vanjeff73850862009-07-29 14:33:45 +0000155