]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
IntelFrameworkModulePkg: Add NOOPT target in IntelFrameworkModulePkg.dsc
[mirror_edk2.git] / IntelFrameworkModulePkg / IntelFrameworkModulePkg.dsc
CommitLineData
6bfbb5f0 1## @file\r
203677f8 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
c93b95fe 6#Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
49fd8a35 7#This program and the accompanying materials are licensed and made available under \r
8#the terms and conditions of the BSD License that accompanies this distribution. \r
9#The full text of the license may be found at\r
10#http://opensource.org/licenses/bsd-license.php. \r
203677f8 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
38dc2202 15## \r
16\r
203677f8 17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 PLATFORM_NAME = IntelFrameworkModuleAll\r
24 PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087\r
f4d7904b 25 PLATFORM_VERSION = 0.96\r
203677f8 26 DSC_SPECIFICATION = 0x00010005\r
27 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll\r
28 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM\r
c93b95fe 29 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
203677f8 30 SKUID_IDENTIFIER = DEFAULT\r
31\r
32################################################################################\r
33#\r
34# SKU Identification section - list of all SKU IDs supported by this\r
35# Platform.\r
36#\r
37################################################################################\r
38[SkuIds]\r
39 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
40\r
6bfbb5f0 41[LibraryClasses]\r
bcecde14 42 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
43 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
203677f8 44 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
c77b88d6 45 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
203677f8 46 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
47 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
203677f8 48 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
bcecde14 49 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
203677f8 50 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
203677f8 51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
52 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
e25cd12c 53 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
203677f8 54 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
203677f8 55 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
56 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
57 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
58 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
59 PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf\r
60 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
bcecde14 61 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
62 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
203677f8 63 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
64 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
d42aba98 65 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
203677f8 66 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
203677f8 67 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
68 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
203677f8 69 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
203677f8 70 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
71 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
72 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
73 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
203677f8 74 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
4fb411fd 75 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
92d4b03f 76 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf\r
4fb411fd
LG
77\r
78[LibraryClasses.common.PEIM]\r
79 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
80 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
81 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
203677f8 82\r
cbcccd2c
LG
83[LibraryClasses.EBC.PEIM]\r
84 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
85\r
13d4af68 86[LibraryClasses.common.DXE_DRIVER]\r
87 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
88\r
4fb411fd 89[LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER]\r
203677f8 90 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
91 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
203677f8 92\r
4fb411fd
LG
93[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
94 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
95 \r
203677f8 96################################################################################\r
97#\r
98# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
99#\r
100################################################################################\r
6bfbb5f0 101[PcdsFeatureFlag]\r
203677f8 102 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE\r
103\r
6bfbb5f0 104[PcdsFixedAtBuild]\r
203677f8 105 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
203677f8 106 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
203677f8 107 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
203677f8 108\r
203677f8 109[PcdsFixedAtBuild.IPF]\r
110 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
111\r
112###################################################################################################\r
113#\r
114# Components Section - list of the modules and components that will be processed by compilation\r
115# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
116#\r
117# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
118# into firmware volume images. This section is just a list of modules to compile from\r
119# source into UEFI-compliant binaries.\r
120# It is the FDF file that contains information on combining binary files into firmware\r
121# volume images, whose concept is beyond UEFI and is described in PI specification.\r
122# Binary modules do not need to be listed in this section, as they should be\r
123# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
124# Logo (Logo.bmp), and etc.\r
125# There may also be modules listed in this section that are not required in the FDF file,\r
126# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
127# generated for it, but the binary will not be put into any firmware volume.\r
128#\r
129###################################################################################################\r
130\r
6bfbb5f0 131[Components]\r
203677f8 132 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
133 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
203677f8 134 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf\r
135 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf\r
203677f8 136 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
137 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf\r
138 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
139 IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf\r
140 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
cf7958f7 141 IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf\r
9e3f171d 142 IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf\r
5a673ab2 143 IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf\r
203677f8 144\r
203677f8 145 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
146 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
558be455 147 IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.inf\r
d8387fa4 148 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.inf\r
203677f8 149 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
150 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
151 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
152 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf\r
153 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf\r
154 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf\r
203677f8 155\r
bcecde14 156 IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf\r
157 IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf\r
158 IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/BlockIoDxe.inf\r
159 IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf\r
160\r
8a96515e 161 IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.inf\r
203677f8 162 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf\r
163 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r
164 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf\r
165 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
166 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf\r
167 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
168 IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf\r
28a94112 169 IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf\r
c2df8e13 170 IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf\r
b2824a8e 171 IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf\r
bcecde14 172\r
13d4af68 173[Components.IA32,Components.X64]\r
174 IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf\r
5aab2d50 175 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf\r
13d4af68 176\r
bcecde14 177[Components.IA32,Components.X64,Components.IPF]\r
178 IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf\r
28a94112 179 \r
203677f8 180[Components.IA32]\r
181 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
806bf4f2 182 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {\r
183 <LibraryClasses>\r
184 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
185 }\r
203677f8 186\r
187[Components.X64]\r
188 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
806bf4f2 189 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {\r
190 <LibraryClasses>\r
191 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
192 }\r
193 \r
194[Components.IPF]\r
195 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {\r
196 <LibraryClasses>\r
197 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
198 }\r