DxeTcg2PhysicalPresenceLib.inf 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. ## @file
  2. # Executes TPM 2.0 requests from OS or BIOS
  3. #
  4. # This library will check and execute TPM 2.0 request from OS or BIOS. The request may
  5. # ask for user confirmation before execution.
  6. #
  7. # Caution: This module requires additional review when modified.
  8. # This driver will have external input - variable.
  9. # This external input must be validated carefully to avoid security issue.
  10. #
  11. # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
  12. # SPDX-License-Identifier: BSD-2-Clause-Patent
  13. #
  14. ##
  15. [Defines]
  16. INF_VERSION = 0x00010005
  17. BASE_NAME = DxeTcg2PhysicalPresenceLib
  18. MODULE_UNI_FILE = DxeTcg2PhysicalPresenceLib.uni
  19. FILE_GUID = 7E507A86-DE8B-4AD3-BC4C-0498389098D3
  20. MODULE_TYPE = DXE_DRIVER
  21. VERSION_STRING = 1.0
  22. LIBRARY_CLASS = Tcg2PhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
  23. #
  24. # The following information is for reference only and not required by the build tools.
  25. #
  26. # VALID_ARCHITECTURES = IA32 X64 EBC
  27. #
  28. [Sources]
  29. DxeTcg2PhysicalPresenceLib.c
  30. PhysicalPresenceStrings.uni
  31. [Packages]
  32. MdePkg/MdePkg.dec
  33. MdeModulePkg/MdeModulePkg.dec
  34. SecurityPkg/SecurityPkg.dec
  35. [LibraryClasses]
  36. MemoryAllocationLib
  37. UefiLib
  38. UefiBootServicesTableLib
  39. UefiDriverEntryPoint
  40. UefiRuntimeServicesTableLib
  41. BaseMemoryLib
  42. DebugLib
  43. PrintLib
  44. HiiLib
  45. HobLib
  46. Tpm2CommandLib
  47. Tcg2PpVendorLib
  48. [Protocols]
  49. gEfiTcg2ProtocolGuid ## SOMETIMES_CONSUMES
  50. gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
  51. [Pcd]
  52. gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags ## SOMETIMES_CONSUMES
  53. [Guids]
  54. ## SOMETIMES_CONSUMES ## HII
  55. ## SOMETIMES_PRODUCES ## Variable:L"Tcg2PhysicalPresence"
  56. ## SOMETIMES_CONSUMES ## Variable:L"Tcg2PhysicalPresence"
  57. ## SOMETIMES_PRODUCES ## Variable:L"Tcg2PhysicalPresenceFlags"
  58. ## SOMETIMES_CONSUMES ## Variable:L"Tcg2PhysicalPresenceFlags"
  59. gEfiTcg2PhysicalPresenceGuid