]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
OvmfPkg/XenBusDxe: replace MIT license text with SPDX ID
[mirror_edk2.git] / IntelFrameworkModulePkg / IntelFrameworkModulePkg.dsc
... / ...
CommitLineData
1## @file\r
2# Intel Framework Reference Module Package for All Architectures\r
3#\r
4# This file is used to build all modules in IntelFrameworkModulePkg.\r
5#\r
6#Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
7#SPDX-License-Identifier: BSD-2-Clause-Patent\r
8#\r
9##\r
10\r
11################################################################################\r
12#\r
13# Defines Section - statements that will be processed to create a Makefile.\r
14#\r
15################################################################################\r
16[Defines]\r
17 PLATFORM_NAME = IntelFrameworkModuleAll\r
18 PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087\r
19 PLATFORM_VERSION = 0.96\r
20 DSC_SPECIFICATION = 0x00010005\r
21 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll\r
22 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64\r
23 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
24 SKUID_IDENTIFIER = DEFAULT\r
25\r
26################################################################################\r
27#\r
28# SKU Identification section - list of all SKU IDs supported by this\r
29# Platform.\r
30#\r
31################################################################################\r
32[SkuIds]\r
33 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
34\r
35[LibraryClasses]\r
36 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
37 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
38 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
39 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
40 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
41 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
42 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
43 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
44 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
45 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
46 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
47 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
48 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
49 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
50 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
51 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf\r
52 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf\r
53 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
54 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
55 PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf\r
56 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
57 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
58 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
59 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
60 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
61 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
62 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
63 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
64 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
65 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
66 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
67 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
68 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
69 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
70 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
71 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
72\r
73[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
74 #\r
75 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
76 # This library provides the instrinsic functions generate by a given compiler.\r
77 # And NULL mean link this library into all ARM images.\r
78 #\r
79 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
80\r
81 # Add support for GCC stack protector\r
82 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
83\r
84[LibraryClasses.common.PEIM]\r
85 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
86 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
87 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
88\r
89[LibraryClasses.EBC.PEIM]\r
90 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
91\r
92[LibraryClasses.common.DXE_DRIVER]\r
93 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
94\r
95[LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER]\r
96 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
97 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
98\r
99[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
100 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
101\r
102################################################################################\r
103#\r
104# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
105#\r
106################################################################################\r
107[PcdsFeatureFlag]\r
108 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE\r
109\r
110[PcdsFixedAtBuild]\r
111 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
112 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
113 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
114\r
115[Components]\r
116 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
117 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf\r
118 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf\r
119 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
120 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf\r
121 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
122 IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf\r
123 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
124 IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf\r
125 IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf\r
126 IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf\r
127\r
128 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
129 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
130 IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.inf\r
131 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.inf\r
132 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
133 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
134 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
135 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf\r
136 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf\r
137 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf\r
138\r
139 IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf\r
140 IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf\r
141 IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/BlockIoDxe.inf\r
142 IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf\r
143\r
144 IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.inf\r
145 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf\r
146 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r
147 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf\r
148 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
149 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf\r
150 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
151 IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf\r
152 IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf\r
153 IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf\r
154 IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf\r
155\r
156[Components.IA32,Components.X64]\r
157 IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf\r
158 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf\r
159\r
160[Components.IA32,Components.X64]\r
161 IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf\r
162\r
163[Components.IA32]\r
164 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
165 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {\r
166 <LibraryClasses>\r
167 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
168 }\r
169\r
170[Components.X64]\r
171 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
172 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {\r
173 <LibraryClasses>\r
174 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
175 }\r
176\r
177[BuildOptions]\r
178 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r