]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/MdePkg.dsc
Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER
[mirror_edk2.git] / MdePkg / MdePkg.dsc
CommitLineData
e053747a 1#/** @file\r
2# EFI/PI MdePkg Package\r
3#\r
0bce7349 4# Copyright (c) 2007 - 2010, Intel Corporation<BR>\r
e77d8dd3 5# Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
e053747a 6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#**/\r
16\r
e053747a 17[Defines]\r
97a079ed 18 PLATFORM_NAME = Mde\r
e053747a 19 PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642\r
73850864 20 PLATFORM_VERSION = 1.01\r
e053747a 21 DSC_SPECIFICATION = 0x00010005\r
409f6780 22 OUTPUT_DIRECTORY = Build/Mde\r
ebd04fc2 23 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM\r
7a7f7e47 24 BUILD_TARGETS = DEBUG|RELEASE\r
e053747a 25 SKUID_IDENTIFIER = DEFAULT\r
26\r
e053747a 27[PcdsFeatureFlag.common]\r
b3af5df6 28 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
29 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
30 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
31 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
bc4eb407 32 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE\r
e053747a 33\r
34[PcdsFixedAtBuild.common]\r
b3af5df6 35 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
36 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
37 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
38 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
39 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
40 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
41 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
42 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
43 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r
44 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
45 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
46 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000\r
47 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
18fd8d65 48 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
bc4eb407 49 gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue|3000\r
e053747a 50\r
e053747a 51[PcdsFixedAtBuild.IPF]\r
b3af5df6 52 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
e053747a 53\r
dcbb35eb 54###################################################################################################\r
55#\r
56# Components Section - list of the modules and components that will be processed by compilation\r
57# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
58#\r
59# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
60# into firmware volume images. This section is just a list of modules to compile from\r
61# source into UEFI-compliant binaries.\r
62# It is the FDF file that contains information on combining binary files into firmware\r
63# volume images, whose concept is beyond UEFI and is described in PI specification.\r
64# Binary modules do not need to be listed in this section, as they should be\r
65# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
66# Logo (Logo.bmp), and etc.\r
67# There may also be modules listed in this section that are not required in the FDF file,\r
68# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
69# generated for it, but the binary will not be put into any firmware volume.\r
70#\r
71###################################################################################################\r
72\r
e053747a 73[Components.common]\r
409f6780 74 MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
ad6d2a4a 75 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
409f6780 76 MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
ad6d2a4a 77 MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
409f6780
A
78 MdePkg/Library/BaseLib/BaseLib.inf\r
79 MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
ad6d2a4a 80 MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
409f6780
A
81 MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
82 MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
83 MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
84 MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
85 MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
86 MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
48f3634e 87 MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
409f6780
A
88 MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
89 MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf\r
90 MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf\r
91 MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
e886512b 92 MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
ad6d2a4a 93 MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
720d3c5f 94 MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
409f6780
A
95 MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
96 MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
ad6d2a4a 97\r
409f6780
A
98 MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
99 MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
ad6d2a4a 100 MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
409f6780 101 MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
409f6780 102 MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
7612bfec 103 MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
409f6780
A
104 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
105 MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
ad6d2a4a 106\r
298f0688 107 MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf\r
108\r
409f6780
A
109 MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
110 MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf\r
ad6d2a4a 111 MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
112 MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
113 MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
409f6780
A
114 MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
115 MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf\r
116 MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
117 MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
118 MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
119 MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
120 MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
d8b61daa 121 MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf\r
1a3eaf06 122 MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf\r
123 MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf\r
ad6d2a4a 124\r
409f6780
A
125 MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
126 MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
127 MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
128 MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
129 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
130 MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
131 MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
132 MdePkg/Library/UefiLib/UefiLib.inf\r
ad6d2a4a 133 MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
134 MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf\r
409f6780
A
135 MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
136 MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
409f6780 137 MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
9504e2cd 138 MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf\r
139 MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf\r
0bce7349 140 MdePkg/Library/SmmLibNull/SmmLibNull.inf\r
316172ba 141\r
ad6d2a4a 142[Components.IA32, Components.X64]\r
078bee4e 143 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
409f6780 144 MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf\r
5053cf7f 145 MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
ad6d2a4a 146 MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r
409f6780 147 MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
ad6d2a4a 148 MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf\r
409f6780 149 MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
ad6d2a4a 150 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
151 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
8fc71dec 152 MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf\r
b7c5912a 153 MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf\r
154 MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
1b45a671 155 MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
e053747a 156\r
f1baef62 157[Components.IPF]\r
078bee4e 158 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
7612bfec 159 MdePkg/Library/BasePalLibNull/BasePalLibNull.inf\r
ad6d2a4a 160 MdePkg/Library/PeiPalLib/PeiPalLib.inf\r
161 MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf\r
162 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
1a3eaf06 163 MdePkg/Library/UefiPalLib/UefiPalLib.inf\r
164 MdePkg/Library/UefiSalLib/UefiSalLib.inf\r
ad6d2a4a 165\r
078bee4e 166\r
167[Components.EBC]\r
168 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
73850864 169\r