FmpDependencyCheckLib.inf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ## @file
  2. # Provides FMP capsule dependency check services when updating the firmware
  3. # image of a FMP device.
  4. #
  5. # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = FmpDependencyCheckLib
  12. MODULE_UNI_FILE = FmpDependencyCheckLib.uni
  13. FILE_GUID = 8296D425-3095-4CFE-88D8-B0A44DB174A8
  14. MODULE_TYPE = DXE_DRIVER
  15. VERSION_STRING = 1.0
  16. LIBRARY_CLASS = FmpDependencyCheckLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION
  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. [Sources]
  23. FmpDependencyCheckLib.c
  24. [Packages]
  25. MdePkg/MdePkg.dec
  26. MdeModulePkg/MdeModulePkg.dec
  27. FmpDevicePkg/FmpDevicePkg.dec
  28. [LibraryClasses]
  29. BaseLib
  30. BaseMemoryLib
  31. DebugLib
  32. FmpDependencyLib
  33. MemoryAllocationLib
  34. UefiLib
  35. UefiBootServicesTableLib
  36. [Protocols]
  37. gEfiFirmwareManagementProtocolGuid ## CONSUMES