]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/MdePkg.dsc
MdePkg/SmiHandlerProfileLibNull: Add NULL instance.
[mirror_edk2.git] / MdePkg / MdePkg.dsc
CommitLineData
6bfbb5f0 1## @file\r
e053747a 2# EFI/PI MdePkg Package\r
3#\r
32fa5588 4# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
c3f13d41 5# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
e053747a 6#\r
c3f13d41 7# This program and the accompanying materials\r
e053747a 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
6bfbb5f0 15##\r
e053747a 16\r
e053747a 17[Defines]\r
97a079ed 18 PLATFORM_NAME = Mde\r
e053747a 19 PLATFORM_GUID = 082F8BFC-0455-4859-AE3C-ECD64FB81642\r
c0f230ca 20 PLATFORM_VERSION = 1.06\r
e053747a 21 DSC_SPECIFICATION = 0x00010005\r
409f6780 22 OUTPUT_DIRECTORY = Build/Mde\r
b4319afb 23 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64\r
5f62e95a 24 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
e053747a 25 SKUID_IDENTIFIER = DEFAULT\r
26\r
6bfbb5f0 27[PcdsFeatureFlag]\r
bc4eb407 28 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE\r
e053747a 29\r
6bfbb5f0 30[PcdsFixedAtBuild]\r
b3af5df6 31 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
32 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
b3af5df6 33 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
e053747a 34\r
e053747a 35[PcdsFixedAtBuild.IPF]\r
b3af5df6 36 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
e053747a 37\r
dcbb35eb 38###################################################################################################\r
39#\r
40# Components Section - list of the modules and components that will be processed by compilation\r
41# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
42#\r
43# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
44# into firmware volume images. This section is just a list of modules to compile from\r
45# source into UEFI-compliant binaries.\r
46# It is the FDF file that contains information on combining binary files into firmware\r
47# volume images, whose concept is beyond UEFI and is described in PI specification.\r
48# Binary modules do not need to be listed in this section, as they should be\r
49# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
50# Logo (Logo.bmp), and etc.\r
51# There may also be modules listed in this section that are not required in the FDF file,\r
52# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
53# generated for it, but the binary will not be put into any firmware volume.\r
54#\r
55###################################################################################################\r
56\r
6bfbb5f0 57[Components]\r
409f6780 58 MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
ad6d2a4a 59 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
409f6780 60 MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
ad6d2a4a 61 MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
d8ccb37a 62 MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
409f6780
A
63 MdePkg/Library/BaseLib/BaseLib.inf\r
64 MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
cf556c6a 65 MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf\r
ad6d2a4a 66 MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
409f6780
A
67 MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
68 MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
69 MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
70 MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
32fa5588 71 MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
409f6780
A
72 MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
73 MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
48f3634e 74 MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
409f6780
A
75 MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
76 MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf\r
77 MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf\r
78 MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
e886512b 79 MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
ad6d2a4a 80 MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
720d3c5f 81 MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
409f6780
A
82 MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
83 MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
c48abbed 84 MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf\r
ad6d2a4a 85\r
409f6780
A
86 MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
87 MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
ad6d2a4a 88 MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
409f6780 89 MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
409f6780 90 MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
7612bfec 91 MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
409f6780
A
92 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
93 MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
ba9f8351 94 MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf\r
aaedfe3c 95 MdePkg/Library/DxeHstiLib/DxeHstiLib.inf\r
ad6d2a4a 96\r
298f0688 97 MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf\r
98\r
409f6780
A
99 MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
100 MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf\r
ad6d2a4a 101 MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
102 MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
103 MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
409f6780
A
104 MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
105 MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf\r
106 MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
107 MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
108 MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
109 MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
110 MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
d8b61daa 111 MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf\r
1a3eaf06 112 MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf\r
113 MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf\r
ad6d2a4a 114\r
409f6780
A
115 MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
116 MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
117 MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
b29910d6 118 MdePkg/Library/UefiDebugLibDebugPortProtocol/UefiDebugLibDebugPortProtocol.inf\r
409f6780
A
119 MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
120 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
4d0a30a4 121 MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf\r
409f6780
A
122 MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
123 MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
124 MdePkg/Library/UefiLib/UefiLib.inf\r
ad6d2a4a 125 MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
126 MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf\r
409f6780
A
127 MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
128 MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
409f6780 129 MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
9504e2cd 130 MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf\r
131 MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf\r
0bce7349 132 MdePkg/Library/SmmLibNull/SmmLibNull.inf\r
b9d5a7f1 133 MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf\r
316172ba 134\r
ad6d2a4a 135[Components.IA32, Components.X64]\r
078bee4e 136 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
409f6780 137 MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf\r
5053cf7f 138 MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
ad6d2a4a 139 MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r
409f6780 140 MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
ad6d2a4a 141 MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf\r
409f6780 142 MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
ad6d2a4a 143 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
144 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
8fc71dec 145 MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf\r
b7c5912a 146 MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf\r
147 MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
1b45a671 148 MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
fe69ac84 149 MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.inf\r
150 MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.inf\r
151 MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf\r
152 MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf\r
153 MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.inf\r
154 MdePkg/Library/BaseS3StallLib/BaseS3StallLib.inf\r
d425764e 155 MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
255c8e22 156 MdePkg/Library/BaseRngLib/BaseRngLib.inf\r
84ace59f 157 MdePkg/Library/SmmPciExpressLib/SmmPciExpressLib.inf\r
e053747a 158\r
f1baef62 159[Components.IPF]\r
078bee4e 160 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
7612bfec 161 MdePkg/Library/BasePalLibNull/BasePalLibNull.inf\r
ad6d2a4a 162 MdePkg/Library/PeiPalLib/PeiPalLib.inf\r
163 MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.inf\r
164 MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
1a3eaf06 165 MdePkg/Library/UefiPalLib/UefiPalLib.inf\r
166 MdePkg/Library/UefiSalLib/UefiSalLib.inf\r
863be5d0 167 MdePkg/Library/DxeExtendedSalLib/DxeExtendedSalLib.inf\r
168 MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.inf\r
169 MdePkg/Library/DxePalLibEsal/DxePalLibEsal.inf\r
170 MdePkg/Library/DxePciLibEsal/DxePciLibEsal.inf\r
171 MdePkg/Library/DxePciSegmentLibEsal/DxePciSegmentLibEsal.inf\r
172 MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.inf\r
173 MdePkg/Library/DxeSalLibEsal/DxeSalLibEsal.inf\r
174 MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.inf \r
175 \r
078bee4e 176[Components.EBC]\r
d910a704 177 MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
078bee4e 178 MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
66c6d4d6
AF
179\r
180[Components.ARM, Components.AARCH64]\r
181 MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
f2ecdbf0
HW
182\r
183[BuildOptions]\r
184 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r