DynamicTablesPkg.dsc 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ## @file
  2. # Dsc file for Dynamic Tables Framework.
  3. #
  4. # Copyright (c) 2019, Linaro Limited. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. PLATFORM_NAME = DynamicTables
  11. PLATFORM_GUID = f39096a0-7a0a-442a-9413-cf584ef80cbb
  12. PLATFORM_VERSION = 0.1
  13. DSC_SPECIFICATION = 0x0001001a
  14. OUTPUT_DIRECTORY = Build/DynamicTables
  15. SUPPORTED_ARCHITECTURES = ARM|AARCH64
  16. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  17. SKUID_IDENTIFIER = DEFAULT
  18. !include DynamicTables.dsc.inc
  19. [LibraryClasses]
  20. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  21. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  22. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  23. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  24. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  25. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  26. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  27. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  28. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  29. [LibraryClasses.ARM, LibraryClasses.AARCH64]
  30. PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
  31. [Components.common]
  32. DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf