vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 1 | #/** @file
|
| 2 | # EFI/PI MdePkg Package
|
| 3 | #
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 4 | # 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 |
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 16 | [Defines]
|
AJFISH | 97a079e | 2007-07-09 23:39:54 +0000 | [diff] [blame] | 17 | PLATFORM_NAME = Mde
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 18 | PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642
|
| 19 | PLATFORM_VERSION = 0.1
|
| 20 | DSC_SPECIFICATION = 0x00010005
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 21 | OUTPUT_DIRECTORY = Build/Mde
|
jwang36 | 7a7f7e4 | 2007-06-26 02:48:50 +0000 | [diff] [blame] | 22 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
|
| 23 | BUILD_TARGETS = DEBUG|RELEASE
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 24 | SKUID_IDENTIFIER = DEFAULT
|
| 25 |
|
| 26 |
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 27 | [PcdsFeatureFlag.common]
|
| 28 | PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE
|
| 29 | PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE
|
vanjeff | 769ead1 | 2007-06-25 09:59:18 +0000 | [diff] [blame] | 30 | PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|FALSE
|
| 31 | PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|FALSE
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 32 |
|
| 33 | [PcdsFixedAtBuild.common]
|
| 34 | PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000
|
| 35 | PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
|
| 36 | PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
|
| 37 | PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
|
| 38 | PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f
|
| 39 | PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
|
| 40 | PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06
|
| 41 | PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
|
| 42 | PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0
|
| 43 | PcdPostCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0
|
| 44 | PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
|
| 45 | PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000
|
| 46 | PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
|
| 47 |
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 48 | [PcdsFixedAtBuild.IPF]
|
| 49 | PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid|0x0ffffc000000
|
| 50 |
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 51 | [Components.common]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 52 | MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
| 53 | MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 54 | MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
| 55 | MdePkg/Library/BaseLib/BaseLib.inf
|
| 56 | MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 57 | MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
| 58 | MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
|
| 59 | MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
| 60 | MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
|
| 61 | MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 62 | MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
| 63 | MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
| 64 | MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
|
| 65 | MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
|
| 66 | MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 67 | MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 68 | MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
| 69 | MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 70 | MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
| 71 | MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 72 | MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 73 | MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 74 | MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 75 | MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 76 | MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
| 77 | MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
| 78 | MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
|
| 79 | MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 80 | MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 81 | MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
|
| 82 | MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
| 83 | MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
| 84 | MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
|
| 85 | MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 86 | MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
yshang1 | d8b61da | 2007-08-06 03:52:01 +0000 | [diff] [blame] | 87 | MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 88 | MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf
|
| 89 | MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 90 | MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 91 | MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
| 92 | MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
|
| 93 | MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 94 | MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
|
| 95 | MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 96 | MdePkg/Library/UefiLib/UefiLib.inf
|
| 97 | MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 98 | MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
| 99 | MdePkg/Library/DxeMemoryLib/DxeMemoryLib.inf
|
| 100 | MdePkg/Library/BaseCustomDecompressLibNull/BaseCustomDecompressLibNull.inf
|
| 101 | MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf
|
| 102 | MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
| 103 | MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
vanjeff | 316172b | 2007-06-29 05:37:38 +0000 | [diff] [blame] | 104 |
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 105 | [Components.IA32]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 106 | MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
|
| 107 | MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
|
| 108 | MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
|
| 109 | MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 110 | MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
| 111 | MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
| 112 | MdePkg/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 113 |
|
| 114 | [Components.X64]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 115 | MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
|
| 116 | MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
|
| 117 | MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
|
| 118 | MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 119 | MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
| 120 | MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
| 121 | MdePkg/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 122 |
|
vanjeff | f1baef6 | 2007-07-02 09:34:25 +0000 | [diff] [blame] | 123 | [Components.IPF]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 124 | MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
| 125 | MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf
|