vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 1 | #/** @file
|
| 2 | # EFI/PI MdePkg Package
|
| 3 | #
|
vanjeff | 7385086 | 2009-07-29 14:33:45 +0000 | [diff] [blame] | 4 | # Copyright (c) 2007 - 2009, Intel Corporation
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 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
|
vanjeff | 7385086 | 2009-07-29 14:33:45 +0000 | [diff] [blame] | 19 | PLATFORM_VERSION = 1.01
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 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 |
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 26 | [PcdsFeatureFlag.common]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 27 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
|
| 28 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
|
| 29 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
|
| 30 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
|
qhuang8 | bc4eb40 | 2009-02-23 07:04:55 +0000 | [diff] [blame] | 31 | gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 32 |
|
| 33 | [PcdsFixedAtBuild.common]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 34 | 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
|
lgao4 | 18fd8d6 | 2007-09-29 08:04:29 +0000 | [diff] [blame] | 47 | gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
|
qhuang8 | bc4eb40 | 2009-02-23 07:04:55 +0000 | [diff] [blame] | 48 | gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue|3000
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 49 |
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 50 | [PcdsFixedAtBuild.IPF]
|
qhuang8 | b3af5df | 2007-08-30 09:11:54 +0000 | [diff] [blame] | 51 | gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 52 |
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 53 | ###################################################################################################
|
| 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 |
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 72 | [Components.common]
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 73 | MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 74 | MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 75 | MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 76 | MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 77 | MdePkg/Library/BaseLib/BaseLib.inf
|
| 78 | MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 79 | MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 80 | 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
|
qhuang8 | 48f3634 | 2009-03-05 15:29:02 +0000 | [diff] [blame] | 86 | MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 87 | MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
| 88 | MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
|
| 89 | MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf
|
| 90 | MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
qhuang8 | e886512 | 2009-03-03 14:09:52 +0000 | [diff] [blame] | 91 | MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 92 | MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
mdkinney | 720d3c5 | 2009-01-30 00:45:13 +0000 | [diff] [blame] | 93 | MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 94 | MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 95 | MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 96 |
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 97 | MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 98 | MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 99 | MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 100 | MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 101 | MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
qhuang8 | 7612bfe | 2008-11-13 09:09:03 +0000 | [diff] [blame] | 102 | MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 103 | MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 104 | MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 105 |
|
mdkinney | 298f068 | 2008-11-24 08:29:41 +0000 | [diff] [blame] | 106 | MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
|
| 107 |
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 108 | MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
| 109 | MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 110 | MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
| 111 | MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 112 | MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 113 | 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
|
yshang1 | d8b61da | 2007-08-06 03:52:01 +0000 | [diff] [blame] | 120 | MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
|
xli24 | 1a3eaf0 | 2008-11-11 08:33:02 +0000 | [diff] [blame] | 121 | MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf
|
| 122 | MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 123 |
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 124 | 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
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 132 | MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 133 | MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 134 | MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 135 | MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 136 | MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
xli24 | 9504e2c | 2008-11-24 06:49:15 +0000 | [diff] [blame] | 137 | MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf
|
| 138 | MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf
|
vanjeff | 316172b | 2007-06-29 05:37:38 +0000 | [diff] [blame] | 139 |
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 140 | [Components.IA32, Components.X64]
|
vanjeff | 078bee4 | 2008-10-28 07:17:17 +0000 | [diff] [blame] | 141 | MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 142 | MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 143 | MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
|
| 144 | MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
|
| 145 | MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
|
| 146 | MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
|
AJFISH | 409f678 | 2007-07-27 19:07:27 +0000 | [diff] [blame] | 147 | MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 148 | MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
| 149 | MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 150 |
|
vanjeff | e053747 | 2007-06-22 03:01:46 +0000 | [diff] [blame] | 151 |
|
vanjeff | f1baef6 | 2007-07-02 09:34:25 +0000 | [diff] [blame] | 152 | [Components.IPF]
|
vanjeff | 078bee4 | 2008-10-28 07:17:17 +0000 | [diff] [blame] | 153 | MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
qhuang8 | 7612bfe | 2008-11-13 09:09:03 +0000 | [diff] [blame] | 154 | MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 155 | MdePkg/Library/PeiPalLib/PeiPalLib.inf
|
| 156 | MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf
|
| 157 | MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
xli24 | 1a3eaf0 | 2008-11-11 08:33:02 +0000 | [diff] [blame] | 158 | MdePkg/Library/UefiPalLib/UefiPalLib.inf
|
| 159 | MdePkg/Library/UefiSalLib/UefiSalLib.inf
|
vanjeff | ad6d2a4 | 2008-10-28 07:45:15 +0000 | [diff] [blame] | 160 |
|
vanjeff | 078bee4 | 2008-10-28 07:17:17 +0000 | [diff] [blame] | 161 |
|
| 162 | [Components.EBC]
|
| 163 | MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
vanjeff | 7385086 | 2009-07-29 14:33:45 +0000 | [diff] [blame] | 164 |
|