DxeRsa2048Sha256GuidedSectionExtractLib.inf 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ## @file
  2. # This library doesn't produce any library class. The constructor function uses
  3. # ExtractGuidedSectionLib service to register an RSA 2048 SHA 256 guided section handler
  4. # that parses RSA 2048 SHA 256 encapsulation section and extracts raw data.
  5. #
  6. # It uses the BaseCrypyLib based on OpenSSL to authenticate the signature.
  7. #
  8. # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
  9. #
  10. # SPDX-License-Identifier: BSD-2-Clause-Patent
  11. #
  12. ##
  13. [Defines]
  14. INF_VERSION = 0x00010005
  15. BASE_NAME = DxeRsa2048Sha256GuidedSectionExtractLib
  16. FILE_GUID = 0AD6C423-4732-4cf3-9CE3-0A5416D634A5
  17. MODULE_TYPE = DXE_DRIVER
  18. VERSION_STRING = 1.0
  19. LIBRARY_CLASS = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
  20. CONSTRUCTOR = DxeRsa2048Sha256GuidedSectionExtractLibConstructor
  21. MODULE_UNI_FILE = DxeRsa2048Sha256GuidedSectionExtractLib.uni
  22. #
  23. # The following information is for reference only and not required by the build tools.
  24. #
  25. # VALID_ARCHITECTURES = IA32 X64
  26. #
  27. [Sources]
  28. DxeRsa2048Sha256GuidedSectionExtractLib.c
  29. [Packages]
  30. MdePkg/MdePkg.dec
  31. CryptoPkg/CryptoPkg.dec
  32. SecurityPkg/SecurityPkg.dec
  33. [LibraryClasses]
  34. ExtractGuidedSectionLib
  35. UefiBootServicesTableLib
  36. DebugLib
  37. BaseMemoryLib
  38. MemoryAllocationLib
  39. BaseCryptLib
  40. PcdLib
  41. PerformanceLib
  42. [Pcd]
  43. gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer ## SOMETIMES_CONSUMES
  44. [Protocols]
  45. gEfiSecurityPolicyProtocolGuid ## SOMETIMES_CONSUMES (Set platform override AUTH status if exist)
  46. [Guids]
  47. gEfiCertTypeRsa2048Sha256Guid ## PRODUCES ## UNDEFINED # Specifies RSA 2048 SHA 256 authentication algorithm.
  48. gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES ## UNDEFINED