ManageabilityPkg.dsc 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ## @file
  2. # Manageabilty Package
  3. # This is the package provides edk2 drivers and libraries
  4. # those are related to the platform management.
  5. #
  6. # Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.<BR>
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. PLATFORM_NAME = ManageabilityPkg
  12. PLATFORM_GUID = 7A98123A-B194-40B6-A863-A52192F6D65D
  13. PLATFORM_VERSION = 1.0
  14. DSC_SPECIFICATION = 0x0001001e
  15. OUTPUT_DIRECTORY = Build/ManageabilityPkg
  16. SUPPORTED_ARCHITECTURES = IA32|X64|ARM|AARCH64|RISCV64
  17. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  18. SKUID_IDENTIFIER = DEFAULT
  19. [Packages]
  20. MinPlatformPkg/MinPlatformPkg.dec
  21. [PcdsFeatureFlag]
  22. #
  23. # MinPlatform common include currently required PCD
  24. #
  25. gMinPlatformPkgTokenSpaceGuid.PcdUefiSecureBootEnable |FALSE
  26. gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable |FALSE
  27. #
  28. # Include common libraries
  29. #
  30. !include MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc
  31. !include MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
  32. !include MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc
  33. [Components]
  34. ManageabilityPkg/Library/ManageabilityTransportKcsLib/Dxe/DxeManageabilityTransportKcs.inf
  35. [LibraryClasses]
  36. ManageabilityTransportLib|ManageabilityPkg/Library/BaseManageabilityTransportNullLib/BaseManageabilityTransportNull.inf
  37. !include Include/Dsc/Manageability.dsc