GraphicsOutputDxe.inf 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ## @file
  2. # This driver produces GraphicsOutput protocol based on the GraphicsInfo HOB information.
  3. #
  4. # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = GraphicsOutputDxe
  13. FILE_GUID = 0B04B2ED-861C-42cd-A22F-C3AAFACCB896
  14. MODULE_TYPE = UEFI_DRIVER
  15. VERSION_STRING = 1.0
  16. ENTRY_POINT = InitializeGraphicsOutput
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32 X64
  21. #
  22. [Sources.common]
  23. GraphicsOutput.h
  24. GraphicsOutput.c
  25. ComponentName.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. [LibraryClasses]
  30. UefiDriverEntryPoint
  31. UefiBootServicesTableLib
  32. DxeServicesTableLib
  33. DebugLib
  34. MemoryAllocationLib
  35. BaseMemoryLib
  36. DevicePathLib
  37. FrameBufferBltLib
  38. UefiLib
  39. HobLib
  40. [Guids]
  41. gEfiGraphicsInfoHobGuid ## CONSUMES ## HOB
  42. gEfiGraphicsDeviceInfoHobGuid ## CONSUMES ## HOB
  43. [Protocols]
  44. gEfiGraphicsOutputProtocolGuid ## BY_START
  45. gEfiDevicePathProtocolGuid ## BY_START
  46. gEfiPciIoProtocolGuid ## TO_START