AdvancedFeaturePkg.dsc 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. ## @file
  2. # Platform description.
  3. #
  4. # Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # This program and the accompanying materials are licensed and made available under
  7. # the terms and conditions of the BSD License which accompanies this distribution.
  8. # The full text of the license may be found at
  9. # http://opensource.org/licenses/bsd-license.php
  10. #
  11. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  13. #
  14. ##
  15. ################################################################################
  16. #
  17. # Defines Section - statements that will be processed to create a Makefile.
  18. #
  19. ################################################################################
  20. [Defines]
  21. PLATFORM_NAME = AdvancedFeaturePkg
  22. PLATFORM_GUID = 5E4C05BC-C5F0-4843-BAE1-3AAFE269DB8F
  23. PLATFORM_VERSION = 0.1
  24. DSC_SPECIFICATION = 0x00010005
  25. OUTPUT_DIRECTORY = Build/AdvancedFeaturePkg
  26. SUPPORTED_ARCHITECTURES = IA32|X64
  27. BUILD_TARGETS = DEBUG|RELEASE
  28. SKUID_IDENTIFIER = DEFAULT
  29. ################################################################################
  30. #
  31. # SKU Identification section - list of all SKU IDs supported by this
  32. # Platform.
  33. #
  34. ################################################################################
  35. [SkuIds]
  36. 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
  37. ################################################################################
  38. #
  39. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  40. #
  41. ################################################################################
  42. [PcdsFeatureFlag]
  43. ################################################################################
  44. #
  45. # Library Class section - list of all Library Classes needed by this Platform.
  46. #
  47. ################################################################################
  48. [LibraryClasses.common]
  49. PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
  50. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  51. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  52. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  53. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  54. SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
  55. PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  56. #
  57. # Basic
  58. #
  59. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  60. BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
  61. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  62. CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
  63. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  64. PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
  65. PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
  66. BasePciLibPciExpress|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
  67. # PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
  68. PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
  69. PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
  70. CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
  71. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  72. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  73. SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
  74. #
  75. # UEFI & PI
  76. #
  77. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  78. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  79. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  80. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  81. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  82. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  83. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  84. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  85. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
  86. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  87. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  88. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  89. UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
  90. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  91. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  92. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  93. TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
  94. IpmiPlatformHookLib|AdvancedFeaturePkg/Ipmi/Library/IpmiPlatformHookLibNull/IpmiPlatformHookLibNull.inf
  95. IpmiLib|AdvancedFeaturePkg/Ipmi/Library/IpmiLibNull/IpmiLibNull.inf
  96. IpmiCommandLib|AdvancedFeaturePkg/Ipmi/Library/IpmiCommandLib/IpmiCommandLib.inf
  97. [LibraryClasses.common.SEC,LibraryClasses.common.PEI_CORE,LibraryClasses.common.PEIM]
  98. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  99. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  100. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  101. [LibraryClasses.common.DXE_CORE,LibraryClasses.common.DXE_SMM_DRIVER,LibraryClasses.common.SMM_CORE,LibraryClasses.common.DXE_DRIVER,LibraryClasses.common.DXE_RUNTIME_DRIVER,LibraryClasses.common.UEFI_DRIVER,LibraryClasses.common.UEFI_APPLICATION]
  102. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  103. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  104. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  105. [LibraryClasses.common.DXE_SMM_DRIVER,LibraryClasses.common.SMM_CORE]
  106. SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
  107. ###################################################################################################
  108. #
  109. # Components Section - list of the modules and components that will be processed by compilation
  110. # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
  111. #
  112. # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
  113. # into firmware volume images. This section is just a list of modules to compile from
  114. # source into UEFI-compliant binaries.
  115. # It is the FDF file that contains information on combining binary files into firmware
  116. # volume images, whose concept is beyond UEFI and is described in PI specification.
  117. # Binary modules do not need to be listed in this section, as they should be
  118. # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
  119. # Logo (Logo.bmp), and etc.
  120. # There may also be modules listed in this section that are not required in the FDF file,
  121. # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
  122. # generated for it, but the binary will not be put into any firmware volume.
  123. #
  124. ###################################################################################################
  125. [Components]
  126. AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasicDxe.inf
  127. AdvancedFeaturePkg/Ipmi/IpmiInit/PeiIpmiInit.inf
  128. AdvancedFeaturePkg/Ipmi/IpmiInit/DxeIpmiInit.inf
  129. AdvancedFeaturePkg/Ipmi/Frb/FrbPei.inf
  130. AdvancedFeaturePkg/Ipmi/Frb/FrbDxe.inf
  131. AdvancedFeaturePkg/Ipmi/OsWdt/OsWdt.inf
  132. AdvancedFeaturePkg/Ipmi/SolStatus/SolStatus.inf
  133. AdvancedFeaturePkg/Ipmi/IpmiFru/IpmiFru.inf
  134. AdvancedFeaturePkg/Ipmi/BmcElog/BmcElog.inf
  135. AdvancedFeaturePkg/Ipmi/BmcAcpi/BmcAcpi.inf
  136. AdvancedFeaturePkg/AcpiDebug/AcpiDebugDxe.inf
  137. AdvancedFeaturePkg/AcpiDebug/AcpiDebugSmm.inf