PeiI2cAccessLib.inf 879 B

123456789101112131415161718192021222324252627282930313233343536
  1. ### @file
  2. #
  3. # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ###
  8. [Defines]
  9. INF_VERSION = 0x00010017
  10. BASE_NAME = PeiI2cAccessLib
  11. FILE_GUID = 72CD3A7B-FEA5-4F5E-9165-4DD12187BB13
  12. VERSION_STRING = 1.0
  13. MODULE_TYPE = BASE
  14. LIBRARY_CLASS = PeiI2cAccessLib
  15. #
  16. # The following information is for reference only and not required by the build tools.
  17. #
  18. # VALID_ARCHITECTURES = IA32 X64 IPF EBC
  19. #
  20. [LibraryClasses]
  21. BaseLib
  22. BaseMemoryLib
  23. DebugLib
  24. TimerLib
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. MinPlatformPkg/MinPlatformPkg.dec
  28. KabylakeOpenBoardPkg/OpenBoardPkg.dec
  29. SecurityPkg/SecurityPkg.dec
  30. KabylakeSiliconPkg/SiPkg.dec
  31. [Sources]
  32. PeiI2cAccessLib.c