XenBusDxe.inf 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ## @file
  2. # This driver produces a XenBus protocol for every Xen PV devices found.
  3. #
  4. # Copyright (C) 2014, Citrix Ltd.
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = XenBusDxe
  12. FILE_GUID = 565ec8ba-a484-11e3-802b-b8ac6f7d65e6
  13. MODULE_TYPE = UEFI_DRIVER
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = XenBusDxeDriverEntryPoint
  16. UNLOAD_IMAGE = XenBusDxeUnload
  17. [Packages]
  18. MdePkg/MdePkg.dec
  19. OvmfPkg/OvmfPkg.dec
  20. [Sources]
  21. XenBusDxe.h
  22. XenBusDxe.c
  23. DriverBinding.h
  24. ComponentName.c
  25. ComponentName.h
  26. GrantTable.c
  27. GrantTable.h
  28. EventChannel.c
  29. EventChannel.h
  30. XenStore.c
  31. XenStore.h
  32. XenBus.c
  33. XenBus.h
  34. Helpers.c
  35. TestAndClearBit.c
  36. [LibraryClasses]
  37. UefiDriverEntryPoint
  38. UefiBootServicesTableLib
  39. MemoryAllocationLib
  40. BaseMemoryLib
  41. BaseLib
  42. UefiLib
  43. DevicePathLib
  44. DebugLib
  45. XenHypercallLib
  46. SynchronizationLib
  47. PrintLib
  48. PcdLib
  49. [Protocols]
  50. gEfiDriverBindingProtocolGuid
  51. gEfiComponentName2ProtocolGuid
  52. gEfiComponentNameProtocolGuid
  53. gXenBusProtocolGuid
  54. gXenIoProtocolGuid
  55. [FixedPcd]
  56. gUefiOvmfPkgTokenSpaceGuid.PcdXenGrantFrames