QemuRamfbDxe.inf 967 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ## @file
  2. # This driver is a implementation of the Graphics Output Protocol
  3. # for the QEMU ramfb device.
  4. #
  5. # Copyright (c) 2018, Red Hat Inc.
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = QemuRamfbDxe
  13. FILE_GUID = dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4ef
  14. MODULE_TYPE = DXE_DRIVER
  15. VERSION_STRING = 1.0
  16. ENTRY_POINT = InitializeQemuRamfb
  17. [Sources]
  18. QemuRamfb.c
  19. [Packages]
  20. MdePkg/MdePkg.dec
  21. MdeModulePkg/MdeModulePkg.dec
  22. OvmfPkg/OvmfPkg.dec
  23. [LibraryClasses]
  24. BaseLib
  25. BaseMemoryLib
  26. DebugLib
  27. DevicePathLib
  28. FrameBufferBltLib
  29. MemoryAllocationLib
  30. UefiBootServicesTableLib
  31. UefiDriverEntryPoint
  32. QemuFwCfgLib
  33. [Protocols]
  34. gEfiGraphicsOutputProtocolGuid ## PRODUCES
  35. [Guids]
  36. gQemuRamfbGuid
  37. [Depex]
  38. TRUE