2007-06-22 05:01:46 +02:00
|
|
|
#/** @file
|
|
|
|
# EFI/PI MdePkg Package
|
|
|
|
#
|
|
|
|
# Copyright (c) 2007, Intel Corporation
|
|
|
|
#
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
#**/
|
|
|
|
|
|
|
|
[Defines]
|
2007-07-10 01:39:54 +02:00
|
|
|
PLATFORM_NAME = Mde
|
2007-06-22 05:01:46 +02:00
|
|
|
PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642
|
|
|
|
PLATFORM_VERSION = 0.1
|
|
|
|
DSC_SPECIFICATION = 0x00010005
|
2007-07-27 21:07:27 +02:00
|
|
|
OUTPUT_DIRECTORY = Build/Mde
|
2007-06-26 04:48:50 +02:00
|
|
|
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
|
|
|
|
BUILD_TARGETS = DEBUG|RELEASE
|
2007-06-22 05:01:46 +02:00
|
|
|
SKUID_IDENTIFIER = DEFAULT
|
|
|
|
|
|
|
|
[PcdsFeatureFlag.common]
|
2007-08-30 11:11:54 +02:00
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
|
2007-06-22 05:01:46 +02:00
|
|
|
|
|
|
|
[PcdsFixedAtBuild.common]
|
2007-08-30 11:11:54 +02:00
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
|
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
|
2007-09-29 10:04:29 +02:00
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
|
2007-06-22 05:01:46 +02:00
|
|
|
|
|
|
|
[PcdsFixedAtBuild.IPF]
|
2007-08-30 11:11:54 +02:00
|
|
|
gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
|
2007-06-22 05:01:46 +02:00
|
|
|
|
|
|
|
[Components.common]
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
|
|
|
MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
|
|
|
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
|
|
|
MdePkg/Library/BaseLib/BaseLib.inf
|
2008-10-25 18:18:49 +02:00
|
|
|
MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
|
|
|
MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
|
|
|
MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
|
|
|
|
MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
|
|
|
MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
|
|
|
|
MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
|
|
|
MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
|
|
|
MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
|
|
|
MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
|
|
|
|
MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
|
|
|
|
MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
|
|
|
MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
|
|
|
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
2008-07-19 03:35:35 +02:00
|
|
|
MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
|
|
|
MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
|
|
|
MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
|
|
|
MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
2008-10-25 18:18:49 +02:00
|
|
|
MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
2007-09-04 08:11:47 +02:00
|
|
|
MdePkg/Library/DxePiLib/DxePiLib.inf
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
|
|
|
MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
2008-10-25 18:18:49 +02:00
|
|
|
MdePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
|
|
|
MdePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
2008-08-20 06:58:29 +02:00
|
|
|
MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
|
|
|
|
MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
|
|
|
MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
|
|
|
|
MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
|
|
|
MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
2007-09-24 13:38:43 +02:00
|
|
|
MdePkg/Library/PeiPiLib/PeiPiLib.inf
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
|
|
|
|
MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
|
|
|
MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
2007-08-06 05:52:01 +02:00
|
|
|
MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
|
2008-10-25 18:18:49 +02:00
|
|
|
MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
|
|
|
MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
|
|
|
MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
|
|
|
MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
|
|
|
|
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
|
|
|
MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
|
|
|
|
MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
|
|
|
MdePkg/Library/UefiLib/UefiLib.inf
|
|
|
|
MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
|
|
|
MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
2008-10-25 18:18:49 +02:00
|
|
|
MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
|
|
|
MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
2007-10-09 09:54:34 +02:00
|
|
|
MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
|
|
|
MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
2008-10-25 18:18:49 +02:00
|
|
|
MdePkg/Library/FvbServiceLib/FvbServiceLib.inf
|
|
|
|
MdePkg/Library/GraphicsLib/GraphicsLib.inf
|
2007-06-29 07:37:38 +02:00
|
|
|
|
2007-06-22 05:01:46 +02:00
|
|
|
[Components.IA32]
|
2007-11-08 04:40:50 +01:00
|
|
|
MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
|
|
|
|
MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
|
|
|
|
MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
|
|
|
|
MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
|
|
|
|
MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
|
|
|
MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
|
|
|
MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
2007-06-22 05:01:46 +02:00
|
|
|
|
|
|
|
[Components.X64]
|
2007-11-08 04:40:50 +01:00
|
|
|
MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
|
|
|
|
MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
|
|
|
|
MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
|
|
|
|
MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
|
|
|
|
MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
|
|
|
MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
|
|
|
MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
2007-06-22 05:01:46 +02:00
|
|
|
|
2007-07-02 11:34:25 +02:00
|
|
|
[Components.IPF]
|
2007-07-27 21:07:27 +02:00
|
|
|
MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
|
|
|
MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf
|
2007-10-11 13:12:28 +02:00
|
|
|
MdePkg/Library/BasePalCallLibNull/BasePalCallLibNull.inf
|
2008-10-25 18:18:49 +02:00
|
|
|
MdePkg/Library/PeiPalLib/PeiPalLib.inf
|
|
|
|
MdePkg/Library/DxePalLib/DxePalLib.inf
|