ConsolePrefDxe.inf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ## @file
  2. #
  3. # Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x00010019
  10. BASE_NAME = ConsolePrefDxe
  11. FILE_GUID = bbe2668c-0efc-46fb-9137-4f2da8f419f3
  12. MODULE_TYPE = DXE_DRIVER
  13. VERSION_STRING = 1.0
  14. ENTRY_POINT = ConsolePrefDxeEntryPoint
  15. #
  16. # The following information is for reference only and not required by the build tools.
  17. #
  18. # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
  19. #
  20. [Sources]
  21. ConsolePrefDxe.c
  22. ConsolePrefHii.vfr
  23. ConsolePrefHii.uni
  24. [Packages]
  25. EmbeddedPkg/EmbeddedPkg.dec
  26. MdePkg/MdePkg.dec
  27. MdeModulePkg/MdeModulePkg.dec
  28. [LibraryClasses]
  29. BaseLib
  30. DebugLib
  31. FdtLib
  32. HiiLib
  33. UefiBootServicesTableLib
  34. UefiDriverEntryPoint
  35. UefiLib
  36. UefiRuntimeServicesTableLib
  37. [Guids]
  38. gConsolePrefFormSetGuid
  39. gFdtTableGuid
  40. gEfiEventReadyToBootGuid
  41. [Protocols]
  42. gEfiAcpiTableProtocolGuid
  43. gEfiAcpiSdtProtocolGuid
  44. gEfiGraphicsOutputProtocolGuid
  45. [Depex]
  46. gEfiVariableArchProtocolGuid AND
  47. gEfiVariableWriteArchProtocolGuid