TcgMor.inf 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ## @file
  2. # initializes MemoryOverwriteRequestControl variable
  3. #
  4. # This module will clear MOR_CLEAR_MEMORY_BIT bit if it is set. It will also do
  5. # TPer Reset for those encrypted drives through EFI_STORAGE_SECURITY_COMMAND_PROTOCOL
  6. # at EndOfDxe.
  7. #
  8. # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
  9. # SPDX-License-Identifier: BSD-2-Clause-Patent
  10. #
  11. ##
  12. [Defines]
  13. INF_VERSION = 0x00010005
  14. BASE_NAME = TcgMor
  15. MODULE_UNI_FILE = TcgMor.uni
  16. FILE_GUID = AD416CE3-A483-45b1-94C2-4B4E4D575562
  17. MODULE_TYPE = DXE_DRIVER
  18. VERSION_STRING = 1.0
  19. ENTRY_POINT = MorDriverEntryPoint
  20. #
  21. # The following information is for reference only and not required by the build tools.
  22. #
  23. # VALID_ARCHITECTURES = IA32 X64 EBC
  24. #
  25. [Sources]
  26. TcgMor.c
  27. TcgMor.h
  28. [Packages]
  29. MdePkg/MdePkg.dec
  30. SecurityPkg/SecurityPkg.dec
  31. [LibraryClasses]
  32. UefiDriverEntryPoint
  33. UefiBootServicesTableLib
  34. UefiRuntimeServicesTableLib
  35. DebugLib
  36. UefiLib
  37. MemoryAllocationLib
  38. [Guids]
  39. ## SOMETIMES_CONSUMES ## Variable:L"MemoryOverwriteRequestControl"
  40. ## PRODUCES ## Variable:L"MemoryOverwriteRequestControl"
  41. gEfiMemoryOverwriteControlDataGuid
  42. gEfiEndOfDxeEventGroupGuid ## SOMETIMES_CONSUMES ## Event
  43. [Protocols]
  44. gEfiStorageSecurityCommandProtocolGuid ## SOMETIMES_CONSUMES
  45. gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES
  46. [Depex]
  47. gEfiVariableArchProtocolGuid AND
  48. gEfiVariableWriteArchProtocolGuid AND
  49. ( gEfiTcgProtocolGuid OR gEfiTcg2ProtocolGuid )
  50. [UserExtensions.TianoCore."ExtraFiles"]
  51. TcgMorExtra.uni