]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
IntelFsp2WrapperPkg: Revert 90c5bc08
[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 #This program and the accompanying materials are licensed and made available under
8 #the terms and conditions of the BSD License that accompanies this distribution.
9 #The full text of the license may be found at
10 #http://opensource.org/licenses/bsd-license.php.
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 ################################################################################
18 #
19 # Defines Section - statements that will be processed to create a Makefile.
20 #
21 ################################################################################
22 [Defines]
23 PLATFORM_NAME = IntelFrameworkModuleAll
24 PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087
25 PLATFORM_VERSION = 0.96
26 DSC_SPECIFICATION = 0x00010005
27 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll
28 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM
29 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
30 SKUID_IDENTIFIER = DEFAULT
31
32 ################################################################################
33 #
34 # SKU Identification section - list of all SKU IDs supported by this
35 # Platform.
36 #
37 ################################################################################
38 [SkuIds]
39 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
40
41 [LibraryClasses]
42 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
43 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
44 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
45 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
46 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
47 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
48 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
49 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
50 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
52 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
53 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
54 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
55 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
56 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
57 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
58 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
59 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
60 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
61 PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
62 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
63 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
64 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
65 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
66 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
67 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
68 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
69 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
70 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
71 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
72 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
73 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
74 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
75 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
76 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
77 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
78
79 [LibraryClasses.common.PEIM]
80 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
81 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
82 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
83
84 [LibraryClasses.EBC.PEIM]
85 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
86
87 [LibraryClasses.common.DXE_DRIVER]
88 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
89
90 [LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER]
91 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
92 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
93
94 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
95 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
96
97 ################################################################################
98 #
99 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
100 #
101 ################################################################################
102 [PcdsFeatureFlag]
103 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE
104
105 [PcdsFixedAtBuild]
106 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
107 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
108 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
109
110 [Components]
111 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
112 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
113 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
114 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
115 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
116 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
117 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
118 IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
119 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
120 IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf
121 IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf
122 IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
123
124 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
125 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
126 IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.inf
127 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.inf
128 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
129 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
130 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
131 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
132 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
133 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
134
135 IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
136 IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf
137 IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/BlockIoDxe.inf
138 IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf
139
140 IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.inf
141 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
142 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
143 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
144 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
145 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
146 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
147 IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
148 IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf
149 IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf
150 IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf
151
152 [Components.IA32,Components.X64]
153 IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf
154 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
155
156 [Components.IA32,Components.X64]
157 IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
158
159 [Components.IA32]
160 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
161 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
162 <LibraryClasses>
163 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
164 }
165
166 [Components.X64]
167 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
168 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
169 <LibraryClasses>
170 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
171 }
172
173 [BuildOptions]
174 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES