I2cLib.inf 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. ## @file
  2. # Component description file for Quark South Cluster I2C library.
  3. #
  4. # I2C library implement QuarkSCSocId related drivers, includes:
  5. # PciHostBridge, PciExpress, SmmAccess driver and LegacyRegion driver.
  6. #
  7. # This driver contains I2C bus access routines:
  8. # 1. I2C Read (byte, multi-byte)
  9. # 2. I2C Write (byte, multi-byte)
  10. #
  11. # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
  12. #
  13. # This program and the accompanying materials
  14. # are licensed and made available under the terms and conditions of the BSD License
  15. # which accompanies this distribution. The full text of the license may be found at
  16. # http://opensource.org/licenses/bsd-license.php
  17. #
  18. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  19. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  20. #
  21. ##
  22. [Defines]
  23. INF_VERSION = 0x00010005
  24. BASE_NAME = I2cLib
  25. FILE_GUID = 462d127a-c143-469e-8449-b6e36beb04a8
  26. MODULE_TYPE = BASE
  27. VERSION_STRING = 1.0
  28. LIBRARY_CLASS = I2cLib
  29. #
  30. # The following information is for reference only and not required by the build tools.
  31. #
  32. # VALID_ARCHITECTURES = IA32 X64 EBC
  33. #
  34. [Sources]
  35. CommonHeader.h
  36. I2cLib.c
  37. [Packages]
  38. MdePkg/MdePkg.dec
  39. MdeModulePkg/MdeModulePkg.dec
  40. IntelFrameworkPkg/IntelFrameworkPkg.dec
  41. IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
  42. QuarkSocPkg/QuarkSocPkg.dec
  43. [LibraryClasses]
  44. PcdLib
  45. PciLib
  46. BaseMemoryLib
  47. MemoryAllocationLib
  48. DebugLib
  49. BaseLib
  50. TimerLib
  51. IoLib
  52. IohLib
  53. [FeaturePcd]
  54. gEfiQuarkSCSocIdTokenSpaceGuid.PcdI2CFastModeEnabled
  55. [FixedPcd]
  56. gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohI2cMmioBase
  57. [Pcd]
  58. [Depex]
  59. TRUE