blob: 7230251964a7a2195b17ab9244bcd5ceac8e923a [file] [log] [blame]
vanjeffe0537472007-06-22 03:01:46 +00001#/** @file
2# EFI/PI MdePkg Package
3#
vanjeffe0537472007-06-22 03:01:46 +00004# Copyright (c) 2007, Intel Corporation
5#
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
19 PLATFORM_VERSION = 0.1
20 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
vanjeffe0537472007-06-22 03:01:46 +000031
32[PcdsFixedAtBuild.common]
qhuang8b3af5df2007-08-30 09:11:54 +000033 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
34 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
35 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
36 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
37 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
38 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
39 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
40 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
41 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
42 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
43 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
44 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
45 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
lgao418fd8d62007-09-29 08:04:29 +000046 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
vanjeffe0537472007-06-22 03:01:46 +000047
vanjeffe0537472007-06-22 03:01:46 +000048[PcdsFixedAtBuild.IPF]
qhuang8b3af5df2007-08-30 09:11:54 +000049 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
vanjeffe0537472007-06-22 03:01:46 +000050
vanjeffe0537472007-06-22 03:01:46 +000051[Components.common]
AJFISH409f6782007-07-27 19:07:27 +000052 MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000053 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
AJFISH409f6782007-07-27 19:07:27 +000054 MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
vanjeffad6d2a42008-10-28 07:45:15 +000055 MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
AJFISH409f6782007-07-27 19:07:27 +000056 MdePkg/Library/BaseLib/BaseLib.inf
57 MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000058 MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000059 MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
60 MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
61 MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
62 MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
63 MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
64 MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
65 MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
66 MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
67 MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
68 MdePkg/Library/BasePrintLib/BasePrintLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000069 MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
AJFISH409f6782007-07-27 19:07:27 +000070 MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
71 MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000072
AJFISH409f6782007-07-27 19:07:27 +000073 MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
74 MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +000075 MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
AJFISH409f6782007-07-27 19:07:27 +000076 MdePkg/Library/DxeHobLib/DxeHobLib.inf
AJFISH409f6782007-07-27 19:07:27 +000077 MdePkg/Library/DxePcdLib/DxePcdLib.inf
qhuang87612bfe2008-11-13 09:09:03 +000078 MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
AJFISH409f6782007-07-27 19:07:27 +000079 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
80 MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
xli241a3eaf02008-11-11 08:33:02 +000081 MdePkg/Library/DxePciLibPciRootBridgeIo/DxePciLibPciRootBridgeIo.inf
82 MdePkg/Library/DxePciSegmentLibPciRootBridgeIo/DxePciSegmentLibPciRootBridgeIo.inf
vanjeffad6d2a42008-10-28 07:45:15 +000083
AJFISH409f6782007-07-27 19:07:27 +000084 MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
85 MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
vanjeffad6d2a42008-10-28 07:45:15 +000086 MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
87 MdePkg/Library/PeiHobLib/PeiHobLib.inf
88 MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
AJFISH409f6782007-07-27 19:07:27 +000089 MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
90 MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
91 MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
92 MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
93 MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
94 MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
95 MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
yshang1d8b61da2007-08-06 03:52:01 +000096 MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
xli241a3eaf02008-11-11 08:33:02 +000097 MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf
98 MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
vanjeffad6d2a42008-10-28 07:45:15 +000099
AJFISH409f6782007-07-27 19:07:27 +0000100 MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
101 MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
102 MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
103 MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
104 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
105 MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
106 MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
107 MdePkg/Library/UefiLib/UefiLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000108 MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
109 MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000110 MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
111 MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
AJFISH409f6782007-07-27 19:07:27 +0000112 MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
vanjeff316172b2007-06-29 05:37:38 +0000113
vanjeffad6d2a42008-10-28 07:45:15 +0000114[Components.IA32, Components.X64]
vanjeff078bee42008-10-28 07:17:17 +0000115 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
AJFISH409f6782007-07-27 19:07:27 +0000116 MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000117 MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
118 MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
119 MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
120 MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
AJFISH409f6782007-07-27 19:07:27 +0000121 MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000122 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
123 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
vanjeffe0537472007-06-22 03:01:46 +0000124
vanjeffe0537472007-06-22 03:01:46 +0000125
vanjefff1baef62007-07-02 09:34:25 +0000126[Components.IPF]
vanjeff078bee42008-10-28 07:17:17 +0000127 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
qhuang87612bfe2008-11-13 09:09:03 +0000128 MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000129 MdePkg/Library/PeiPalLib/PeiPalLib.inf
130 MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf
131 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
xli241a3eaf02008-11-11 08:33:02 +0000132 MdePkg/Library/UefiPalLib/UefiPalLib.inf
133 MdePkg/Library/UefiSalLib/UefiSalLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000134
vanjeff078bee42008-10-28 07:17:17 +0000135
136[Components.EBC]
137 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
vanjeffad6d2a42008-10-28 07:45:15 +0000138