FmpAuthenticationLibRsa2048Sha256.inf 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ## @file
  2. # FMP Authentication RSA2048SHA256 handler.
  3. #
  4. # Instance of FmpAuthentication Library for DXE/PEI post memory phase.
  5. #
  6. # Copyright (c) 2016 - 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 = FmpAuthenticationLibRsa2048Sha256
  13. MODULE_UNI_FILE = FmpAuthenticationLibRsa2048Sha256.uni
  14. FILE_GUID = 105FF0EA-A0C0-48A8-B8F7-E8B4D62A1019
  15. MODULE_TYPE = BASE
  16. VERSION_STRING = 1.0
  17. LIBRARY_CLASS = FmpAuthenticationLib
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = IA32 X64 EBC
  22. #
  23. [Sources]
  24. FmpAuthenticationLibRsa2048Sha256.c
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. MdeModulePkg/MdeModulePkg.dec
  28. SecurityPkg/SecurityPkg.dec
  29. CryptoPkg/CryptoPkg.dec
  30. [LibraryClasses]
  31. BaseLib
  32. BaseMemoryLib
  33. DebugLib
  34. MemoryAllocationLib
  35. BaseCryptLib
  36. [Guids]
  37. gEfiCertTypeRsa2048Sha256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate.
  38. gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES ## GUID