blob: bdd5f8b26e65f29debc337d701389c0e120237cd [file] [log] [blame]
vanjeffe0537472007-06-22 03:01:46 +00001#/** @file
2# EFI/PI MdePkg Package
3#
vanjeff73850862009-07-29 14:33:45 +00004# Copyright (c) 2007 - 2009, Intel Corporation
vanjeffe0537472007-06-22 03:01:46 +00005#
6# All rights reserved. This program and the accompanying materials
7# are licensed and made available under the terms and conditions of the BSD License
8# which accompanies this distribution. The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.php
10#
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14#**/
15
vanjeffe0537472007-06-22 03:01:46 +000016[Defines]
AJFISH97a079e2007-07-09 23:39:54 +000017 PLATFORM_NAME = Mde
vanjeffe0537472007-06-22 03:01:46 +000018 PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642
vanjeff73850862009-07-29 14:33:45 +000019 PLATFORM_VERSION = 1.01
vanjeffe0537472007-06-22 03:01:46 +000020 DSC_SPECIFICATION = 0x00010005
AJFISH409f6782007-07-27 19:07:27 +000021 OUTPUT_DIRECTORY = Build/Mde
jwang367a7f7e42007-06-26 02:48:50 +000022 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
23 BUILD_TARGETS = DEBUG|RELEASE
vanjeffe0537472007-06-22 03:01:46 +000024 SKUID_IDENTIFIER = DEFAULT
25
vanjeffe0537472007-06-22 03:01:46 +000026[PcdsFeatureFlag.common]
qhuang8b3af5df2007-08-30 09:11:54 +000027 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
28 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
29 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
30 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
qhuang8bc4eb402009-02-23 07:04:55 +000031 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE
vanjeffe0537472007-06-22 03:01:46 +000032
33[PcdsFixedAtBuild.common]
qhuang8b3af5df2007-08-30 09:11:54 +000034 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
35 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
36 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
37 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
38 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
39 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
40 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
41 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
42 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
43 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
44 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
45 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
46 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
lgao418fd8d62007-09-29 08:04:29 +000047 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
qhuang8bc4eb402009-02-23 07:04:55 +000048 gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue|3000
vanjeffe0537472007-06-22 03:01:46 +000049
vanjeffe0537472007-06-22 03:01:46 +000050[PcdsFixedAtBuild.IPF]
qhuang8b3af5df2007-08-30 09:11:54 +000051 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
vanjeffe0537472007-06-22 03:01:46 +000052
xli24dcbb35e2009-02-10 08:58:47 +000053###################################################################################################
54#
55# Components Section - list of the modules and components that will be processed by compilation
56# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
57#
58# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
59# into firmware volume images. This section is just a list of modules to compile from
60# source into UEFI-compliant binaries.
61# It is the FDF file that contains information on combining binary files into firmware
62# volume images, whose concept is beyond UEFI and is described in PI specification.
63# Binary modules do not need to be listed in this section, as they should be
64# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
65# Logo (Logo.bmp), and etc.
66# There may also be modules listed in this section that are not required in the FDF file,
67# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
68# generated for it, but the binary will not be put into any firmware volume.
69#
70###################################################################################################
71
vanjeffe0537472007-06-22 03:01:46 +000072[Components.common]
AJFISH409f6782007-07-27 19:07:27 +000073 MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000074 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
AJFISH409f6782007-07-27 19:07:27 +000075 MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
vanjeffad6d2a42008-10-28 07:45:15 +000076 MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
AJFISH409f6782007-07-27 19:07:27 +000077 MdePkg/Library/BaseLib/BaseLib.inf
78 MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000079 MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000080 MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
81 MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
82 MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
83 MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
84 MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
85 MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
qhuang848f36342009-03-05 15:29:02 +000086 MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000087 MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
88 MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
89 MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
90 MdePkg/Library/BasePrintLib/BasePrintLib.inf
qhuang8e8865122009-03-03 14:09:52 +000091 MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
vanjeffad6d2a42008-10-28 07:45:15 +000092 MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
mdkinney720d3c52009-01-30 00:45:13 +000093 MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
AJFISH409f6782007-07-27 19:07:27 +000094 MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
95 MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000096
AJFISH409f6782007-07-27 19:07:27 +000097 MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
98 MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000099 MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000100 MdePkg/Library/DxeHobLib/DxeHobLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000101 MdePkg/Library/DxePcdLib/DxePcdLib.inf
qhuang87612bfe2008-11-13 09:09:03 +0000102 MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000103 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
104 MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000105
mdkinney298f0682008-11-24 08:29:41 +0000106 MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
107
AJFISH409f6782007-07-27 19:07:27 +0000108 MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
109 MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000110 MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
111 MdePkg/Library/PeiHobLib/PeiHobLib.inf
112 MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
AJFISH409f6782007-07-27 19:07:27 +0000113 MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
114 MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
115 MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
116 MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
117 MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
118 MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
119 MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
yshang1d8b61da2007-08-06 03:52:01 +0000120 MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
xli241a3eaf02008-11-11 08:33:02 +0000121 MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf
122 MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000123
AJFISH409f6782007-07-27 19:07:27 +0000124 MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
125 MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
126 MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
127 MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
128 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
129 MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
130 MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
131 MdePkg/Library/UefiLib/UefiLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000132 MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
133 MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000134 MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
135 MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000136 MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
xli249504e2c2008-11-24 06:49:15 +0000137 MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf
138 MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf
vanjeff316172b2007-06-29 05:37:38 +0000139
vanjeffad6d2a42008-10-28 07:45:15 +0000140[Components.IA32, Components.X64]
vanjeff078bee42008-10-28 07:17:17 +0000141 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
AJFISH409f6782007-07-27 19:07:27 +0000142 MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000143 MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
144 MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
145 MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
146 MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
AJFISH409f6782007-07-27 19:07:27 +0000147 MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000148 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
149 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
vanjeffe0537472007-06-22 03:01:46 +0000150
vanjeffe0537472007-06-22 03:01:46 +0000151
vanjefff1baef62007-07-02 09:34:25 +0000152[Components.IPF]
vanjeff078bee42008-10-28 07:17:17 +0000153 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
qhuang87612bfe2008-11-13 09:09:03 +0000154 MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000155 MdePkg/Library/PeiPalLib/PeiPalLib.inf
156 MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf
157 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
xli241a3eaf02008-11-11 08:33:02 +0000158 MdePkg/Library/UefiPalLib/UefiPalLib.inf
159 MdePkg/Library/UefiSalLib/UefiSalLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000160
vanjeff078bee42008-10-28 07:17:17 +0000161
162[Components.EBC]
163 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
vanjeff73850862009-07-29 14:33:45 +0000164