PeiI2cAccessLib.inf 892 B

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