Asix.dsc 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. ## @file
  2. # Package for ASIX drivers build validation file for All Architectures.
  3. #
  4. # Copyright (c) 2020, ARM Limited. All rights reserved.
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. ################################################################################
  10. #
  11. # Defines Section - statements that will be processed to create a Makefile.
  12. #
  13. ################################################################################
  14. [Defines]
  15. PLATFORM_NAME = Asix
  16. PLATFORM_GUID = 11c6ff4c-5931-464b-8a2f-1716d57fb134
  17. PLATFORM_VERSION = 0.1
  18. DSC_SPECIFICATION = 0x00010005
  19. OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
  20. SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64
  21. BUILD_TARGETS = DEBUG|RELEASE
  22. ################################################################################
  23. #
  24. # Library Class section - list of all Library Classes needed by this Platform.
  25. #
  26. ################################################################################
  27. [LibraryClasses]
  28. DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
  29. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  30. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  31. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  32. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  33. TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
  34. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  35. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  36. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  37. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  38. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  39. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  40. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  41. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  42. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  43. [LibraryClasses.AARCH64, LibraryClasses.ARM]
  44. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  45. [LibraryClasses.ARM]
  46. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  47. ################################################################################
  48. #
  49. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  50. #
  51. ################################################################################
  52. [PcdsFeatureFlag]
  53. [PcdsFixedAtBuild]
  54. ################################################################################
  55. #
  56. # Components Section - list of all EDK II Modules needed by this Platform
  57. #
  58. ################################################################################
  59. [Components]