HashInstanceLibSha256.inf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ## @file
  2. # Provides BaseCrypto SHA256 hash service
  3. #
  4. # This library can be registered to BaseCrypto router, to serve as hash engine.
  5. #
  6. # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = HashInstanceLibSha256
  13. MODULE_UNI_FILE = HashInstanceLibSha256.uni
  14. FILE_GUID = 5810798A-ED30-4080-8DD7-B9667A748C02
  15. MODULE_TYPE = BASE
  16. VERSION_STRING = 1.0
  17. LIBRARY_CLASS = NULL
  18. CONSTRUCTOR = HashInstanceLibSha256Constructor
  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. HashInstanceLibSha256.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. SecurityPkg/SecurityPkg.dec
  29. CryptoPkg/CryptoPkg.dec
  30. [LibraryClasses]
  31. BaseLib
  32. BaseMemoryLib
  33. DebugLib
  34. Tpm2CommandLib
  35. MemoryAllocationLib
  36. BaseCryptLib