IntelFrameworkModulePkg.dsc 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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. # Defines Section - statements that will be processed to create a Makefile.
  19. #
  20. ################################################################################
  21. [Defines]
  22. PLATFORM_NAME = IntelFrameworkModuleAll
  23. PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087
  24. PLATFORM_VERSION = 0.96
  25. DSC_SPECIFICATION = 0x00010005
  26. OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll
  27. SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64
  28. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  29. SKUID_IDENTIFIER = DEFAULT
  30. ################################################################################
  31. #
  32. # SKU Identification section - list of all SKU IDs supported by this
  33. # Platform.
  34. #
  35. ################################################################################
  36. [SkuIds]
  37. 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
  38. [LibraryClasses]
  39. CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
  40. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  41. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  42. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  43. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  44. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  45. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  46. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  47. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  48. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  49. TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
  50. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  51. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  52. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  53. GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
  54. BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
  55. SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
  56. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  57. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  58. PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
  59. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  60. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  61. PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  62. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  63. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  64. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  65. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  66. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  67. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  68. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  69. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  70. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  71. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  72. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  73. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  74. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  75. [LibraryClasses.ARM, LibraryClasses.AARCH64]
  76. #
  77. # It is not possible to prevent the ARM compiler for generic intrinsic functions.
  78. # This library provides the instrinsic functions generate by a given compiler.
  79. # And NULL mean link this library into all ARM images.
  80. #
  81. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  82. # Add support for GCC stack protector
  83. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  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. [LibraryClasses.EBC.PEIM]
  89. IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
  90. [LibraryClasses.common.DXE_DRIVER]
  91. LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
  92. [LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER]
  93. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  94. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  95. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  96. DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
  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. [PcdsFixedAtBuild]
  105. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
  106. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
  107. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
  108. [Components]
  109. IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
  110. IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  111. IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
  112. IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
  113. IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
  114. IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
  115. IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
  116. IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
  117. IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
  118. IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf
  119. IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf
  120. IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
  121. IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
  122. IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
  123. IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.inf
  124. IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.inf
  125. IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
  126. IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
  127. IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
  128. IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
  129. IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
  130. IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
  131. IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
  132. IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf
  133. IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/BlockIoDxe.inf
  134. IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf
  135. IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.inf
  136. IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
  137. IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
  138. IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
  139. IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
  140. IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
  141. IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
  142. IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
  143. IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf
  144. IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf
  145. IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf
  146. [Components.IA32,Components.X64]
  147. IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf
  148. IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
  149. [Components.IA32,Components.X64]
  150. IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
  151. [Components.IA32]
  152. IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
  153. IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
  154. <LibraryClasses>
  155. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  156. }
  157. [Components.X64]
  158. IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
  159. IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
  160. <LibraryClasses>
  161. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  162. }
  163. [BuildOptions]
  164. *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES