DxePlatformHelperLib.inf 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ## @file
  2. # Library producing helper routines for this platform.
  3. #
  4. # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = DxePlatformHelperLib
  12. FILE_GUID = 02805010-2591-4ed3-827B-A218F34AE0D7
  13. MODULE_TYPE = DXE_DRIVER
  14. VERSION_STRING = 1.0
  15. LIBRARY_CLASS = PlatformHelperLib|DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32
  20. #
  21. [Sources]
  22. PlatformHelperLib.c
  23. PlatformHelperDxe.c
  24. PlatformLeds.c
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. MdeModulePkg/MdeModulePkg.dec
  28. QuarkSocPkg/QuarkSocPkg.dec
  29. QuarkPlatformPkg/QuarkPlatformPkg.dec
  30. [LibraryClasses]
  31. BaseLib
  32. PcdLib
  33. BaseMemoryLib
  34. SerialPortLib
  35. S3BootScriptLib
  36. UefiBootServicesTableLib
  37. UefiRuntimeServicesTableLib
  38. DxeServicesLib
  39. HobLib
  40. IntelQNCLib
  41. I2cLib
  42. [Protocols]
  43. gEfiSpiProtocolGuid
  44. gEfiSmmSpiProtocolGuid
  45. gEfiSmmBase2ProtocolGuid
  46. gEdkiiVariableLockProtocolGuid ## CONSUMES
  47. [Guids]
  48. gEfiGlobalVariableGuid
  49. gEfiImageSecurityDatabaseGuid
  50. gEfiQuarkCapsuleGuid
  51. gQuarkVariableLockGuid ## CONSUMES
  52. gEfiMemoryConfigDataGuid ## CONSUMES
  53. [Pcd]
  54. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
  55. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
  56. gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress
  57. gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoveryBase
  58. gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoverySize
  59. gQuarkPlatformTokenSpaceGuid.PcdPkX509File
  60. gQuarkPlatformTokenSpaceGuid.PcdKekX509File
  61. gQuarkPlatformTokenSpaceGuid.PcdKekRsa2048File
  62. gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize