CpuExceptionHandlerDxeLib.inf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ## @file
  2. # RISC-V CPU Exception Handler Library
  3. #
  4. # Copyright (c) 2016 - 2019, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. #
  9. [Defines]
  10. INF_VERSION = 0x0001001b
  11. BASE_NAME = CpuExceptionHandlerLib
  12. MODULE_UNI_FILE = CpuExceptionHandlerLib.uni
  13. FILE_GUID = 16309FCF-E900-459C-B071-052118394D11
  14. MODULE_TYPE = DXE_DRIVER
  15. VERSION_STRING = 1.0
  16. LIBRARY_CLASS = CpuExceptionHandlerLib
  17. CONSTRUCTOR = CpuExceptionHandlerLibConstructor
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = RISCV64
  22. #
  23. [Sources.RISCV64]
  24. SupervisorTrapHandler.S
  25. [Sources.common]
  26. CpuExceptionHandlerLib.c
  27. CpuExceptionHandlerLib.h
  28. [LibraryClasses]
  29. BaseLib
  30. DebugLib
  31. RiscVCpuLib
  32. UefiBootServicesTableLib
  33. [Packages]
  34. MdePkg/MdePkg.dec
  35. MdeModulePkg/MdeModulePkg.dec
  36. Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dec