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