Asix.dsc 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. !include MdePkg/MdeLibs.dsc.inc
  28. [LibraryClasses]
  29. DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
  30. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  31. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  32. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  33. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  34. TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
  35. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  36. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  37. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  38. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  39. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  40. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  41. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  42. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  43. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  44. [LibraryClasses.AARCH64, LibraryClasses.ARM]
  45. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  46. [LibraryClasses.ARM]
  47. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  48. ################################################################################
  49. #
  50. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  51. #
  52. ################################################################################
  53. [PcdsFeatureFlag]
  54. [PcdsFixedAtBuild]
  55. ################################################################################
  56. #
  57. # Components Section - list of all EDK II Modules needed by this Platform
  58. #
  59. ################################################################################
  60. [Components]
  61. Drivers/ASIX/Bus/Usb/UsbNetworking/Ax88179/Ax88179.inf
  62. Drivers/ASIX/Bus/Usb/UsbNetworking/Ax88772c/Ax88772c.inf