EmuGopDxe.inf 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ## @file
  2. # GOP driver
  3. #
  4. # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  5. # Portions copyright (c) 2011, Apple Inc. All rights reserved.
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = EmuGopDxe
  14. FILE_GUID = BCC87E0D-86D6-4D4D-8040-2D983D368BD1
  15. MODULE_TYPE = UEFI_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = InitializeEmuGop
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = IA32 X64 EBC
  22. #
  23. # DRIVER_BINDING = gEmuGopDriverBinding
  24. # COMPONENT_NAME = gEmuGopComponentName
  25. #
  26. [Sources]
  27. ComponentName.c
  28. GopScreen.c
  29. GopDriver.c
  30. GopInput.c
  31. Gop.h
  32. [Packages]
  33. MdePkg/MdePkg.dec
  34. EmulatorPkg/EmulatorPkg.dec
  35. [LibraryClasses]
  36. UefiBootServicesTableLib
  37. MemoryAllocationLib
  38. BaseMemoryLib
  39. UefiLib
  40. UefiDriverEntryPoint
  41. BaseLib
  42. DebugLib
  43. KeyMapLib
  44. [Guids]
  45. gEfiEventExitBootServicesGuid # SOMETIMES_CONSUMED Create Event: EVENT_GROUP_GUID
  46. [Protocols]
  47. gEfiGraphicsOutputProtocolGuid
  48. gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
  49. gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
  50. gEfiSimplePointerProtocolGuid # PROTOCOL BY_START
  51. gEmuIoThunkProtocolGuid # PROTOCOL TO_START
  52. gEmuGraphicsWindowProtocolGuid # PROTOCOL TO_START