Tpm12DeviceLibInfineonI2c.inf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. ## @file
  2. # Provides some common functions for the TCG feature for Infineon I2C TPM.
  3. #
  4. # This instance provides basic TPM Interface Specification (TIS) functions
  5. # for Infineon I2C TPM.
  6. #
  7. # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = Tpm12DeviceLibInfineonI2c
  14. MODULE_UNI_FILE = Tpm12DeviceLibInfineonI2c.uni
  15. FILE_GUID = DBE37563-AFEF-4B41-BDCE-B01B6D1E8690
  16. MODULE_TYPE = PEIM
  17. VERSION_STRING = 1.0
  18. LIBRARY_CLASS = Tpm12DeviceLib|PEIM DXE_DRIVER DXE_SMM_DRIVER UEFI_DRIVER
  19. #
  20. # The following information is for reference only and not required by the build tools.
  21. #
  22. # VALID_ARCHITECTURES = IA32 X64
  23. #
  24. [Sources]
  25. TisPc.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. SecurityPkg/SecurityPkg.dec
  29. QuarkSocPkg/QuarkSocPkg.dec
  30. [LibraryClasses]
  31. BaseLib
  32. TimerLib
  33. DebugLib
  34. I2cLib