PeiSmbusLibSmbusPpi.inf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ## @file
  2. # SMBUS library that layers on top of the SMBUS PPI.
  3. #
  4. # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = PeiSmbusLibSmbusPpi
  13. MODULE_UNI_FILE = PeiSmbusLibSmbusPpi.uni
  14. FILE_GUID = 51C4C059-67F0-4e3c-9A55-FF42A8291C8C
  15. MODULE_TYPE = PEIM
  16. VERSION_STRING = 1.0
  17. LIBRARY_CLASS = SmbusLib|PEIM
  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. [Sources]
  24. SmbusLib.c
  25. PeiSmbusLib.c
  26. InternalSmbusLib.h
  27. [Packages]
  28. MdePkg/MdePkg.dec
  29. IntelFrameworkPkg/IntelFrameworkPkg.dec
  30. [LibraryClasses]
  31. BaseMemoryLib
  32. PeiServicesLib
  33. DebugLib
  34. PeiServicesTablePointerLib
  35. [Ppis]
  36. gEfiPeiSmbusPpiGuid ## CONSUMES
  37. [Depex]
  38. gEfiPeiSmbusPpiGuid