HiKeyGpioDxe.inf 656 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Copyright (c) 2018, Linaro. All rights reserved.
  3. #
  4. # SPDX-License-Identifier: BSD-2-Clause-Patent
  5. #
  6. [Defines]
  7. INF_VERSION = 0x0001001a
  8. BASE_NAME = HiKeyGpio
  9. FILE_GUID = b51a851c-7bf7-463f-b261-cfb158b7f699
  10. MODULE_TYPE = DXE_DRIVER
  11. VERSION_STRING = 1.0
  12. ENTRY_POINT = HiKeyGpioEntryPoint
  13. [Sources.common]
  14. HiKeyGpioDxe.c
  15. [Packages]
  16. EmbeddedPkg/EmbeddedPkg.dec
  17. MdePkg/MdePkg.dec
  18. [LibraryClasses]
  19. DebugLib
  20. UefiDriverEntryPoint
  21. [Protocols]
  22. gPlatformGpioProtocolGuid
  23. [Depex]
  24. TRUE