VirtualKeyboardDxe.inf 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ## @file
  2. # Virtual Keyboard driver.
  3. #
  4. # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
  5. # Copyright (c) 2018, Linaro Ltd. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010019
  12. BASE_NAME = VirtualKeyboardDxe
  13. FILE_GUID = 88079b18-b42b-44aa-a6f2-b83911075e89
  14. MODULE_TYPE = UEFI_DRIVER
  15. VERSION_STRING = 1.0
  16. ENTRY_POINT = InitializeVirtualKeyboard
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
  21. #
  22. # DRIVER_BINDING = gVirtualKeyboardDriverBinding
  23. # COMPONENT_NAME = gVirtualKeyboardComponentName
  24. #
  25. [Sources.common]
  26. ComponentName.c
  27. VirtualKeyboard.c
  28. [Packages]
  29. EmbeddedPkg/EmbeddedPkg.dec
  30. MdeModulePkg/MdeModulePkg.dec
  31. MdePkg/MdePkg.dec
  32. [LibraryClasses]
  33. BaseLib
  34. BaseMemoryLib
  35. DebugLib
  36. IoLib
  37. ReportStatusCodeLib
  38. UefiBootServicesTableLib
  39. UefiDriverEntryPoint
  40. UefiLib
  41. [Protocols]
  42. gEfiDriverBindingProtocolGuid
  43. gEfiSimpleTextInProtocolGuid
  44. gEfiSimpleTextInputExProtocolGuid
  45. gPlatformVirtualKeyboardProtocolGuid
  46. [Depex]
  47. TRUE