SimicsVideoDxe.inf 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. ## @file
  2. # This driver is a sample implementation of the Graphics Output Protocol for
  3. # the QEMU (Cirrus Logic 5446) video controller.
  4. #
  5. # Copyright (c) 2006 - 2019 Intel Corporation. All rights reserved. <BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = QemuVideoDxe
  13. FILE_GUID = e3752948-b9a1-4770-90c4-df41c38986be
  14. MODULE_TYPE = UEFI_DRIVER
  15. VERSION_STRING = 1.0
  16. ENTRY_POINT = InitializeQemuVideo
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32 X64 EBC
  21. #
  22. # DRIVER_BINDING = gQemuVideoDriverBinding
  23. # COMPONENT_NAME = gQemuVideoComponentName
  24. #
  25. [Sources.common]
  26. ComponentName.c
  27. Driver.c
  28. DriverSupportedEfiVersion.c
  29. Gop.c
  30. Initialize.c
  31. Simics.h
  32. [Sources.Ia32, Sources.X64]
  33. VbeShim.c
  34. VbeShim.h
  35. [Packages]
  36. MdePkg/MdePkg.dec
  37. MdeModulePkg/MdeModulePkg.dec
  38. OptionRomPkg/OptionRomPkg.dec
  39. OvmfPkg/OvmfPkg.dec
  40. SimicsOpenBoardPkg/OpenBoardPkg.dec
  41. SimicsIch10Pkg/Ich10Pkg.dec
  42. [LibraryClasses]
  43. BaseMemoryLib
  44. FrameBufferBltLib
  45. DebugLib
  46. DevicePathLib
  47. MemoryAllocationLib
  48. PcdLib
  49. PciLib
  50. PrintLib
  51. TimerLib
  52. UefiBootServicesTableLib
  53. UefiDriverEntryPoint
  54. UefiLib
  55. S3BootScriptLib
  56. [Protocols]
  57. gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED
  58. gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
  59. gEfiDevicePathProtocolGuid # PROTOCOL BY_START
  60. gEfiPciIoProtocolGuid # PROTOCOL TO_START
  61. gEfiDxeSmmReadyToLockProtocolGuid
  62. [Pcd]
  63. gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion
  64. gSimicsOpenBoardPkgTokenSpaceGuid.PcdSimicsX58HostBridgePciDevId
  65. gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask