EmuBusDriverDxe.inf 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. ## @file
  2. # Emu Bus 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 = EmuBusDriver
  14. FILE_GUID = 9842073D-95D9-9F49-BD3F-2E29525125DF
  15. MODULE_TYPE = UEFI_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = InitializeEmuBusDriver
  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 = gEmuBusDriverBinding
  24. # COMPONENT_NAME = gEmuBusDriverComponentName
  25. #
  26. [Sources]
  27. ComponentName.c
  28. EmuBusDriverDxe.c
  29. [Packages]
  30. MdePkg/MdePkg.dec
  31. EmulatorPkg/EmulatorPkg.dec
  32. [LibraryClasses]
  33. DevicePathLib
  34. UefiBootServicesTableLib
  35. MemoryAllocationLib
  36. BaseMemoryLib
  37. PcdLib
  38. UefiLib
  39. UefiDriverEntryPoint
  40. BaseLib
  41. DebugLib
  42. [Protocols]
  43. gEfiDevicePathProtocolGuid # PROTOCOL TO_START
  44. gEmuThunkProtocolGuid # PROTOCOL TO_START
  45. gEmuIoThunkProtocolGuid # PROTOCOL BY_START