CryptoDxe.inf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ## @file
  2. # Produces the EDK II Crypto Protocol using the library services from
  3. # BaseCryptLib and TlsLib. PcdCryptoServiceFamilyEnable is used to enable the
  4. # subset of available services.
  5. #
  6. # Copyright (C) Microsoft Corporation. All rights reserved.
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x0001001B
  12. PI_SPECIFICATION_VERSION = 0x0001000A
  13. BASE_NAME = CryptoDxe
  14. MODULE_UNI_FILE = Crypto.uni
  15. FILE_GUID = FEA01457-E381-4135-9475-C6AFD0076C61
  16. MODULE_TYPE = DXE_DRIVER
  17. VERSION_STRING = 1.0
  18. ENTRY_POINT = CryptoDxeEntry
  19. #
  20. # The following information is for reference only and not required by the build tools.
  21. #
  22. # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
  23. #
  24. [Sources]
  25. Crypto.c
  26. CryptoDxe.c
  27. [Packages]
  28. MdePkg/MdePkg.dec
  29. CryptoPkg/CryptoPkg.dec
  30. [LibraryClasses]
  31. UefiDriverEntryPoint
  32. UefiBootServicesTableLib
  33. DebugLib
  34. BaseCryptLib
  35. TlsLib
  36. [Protocols]
  37. gEdkiiCryptoProtocolGuid ## PRODUCES
  38. [Pcd]
  39. gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable #CONSUMES
  40. [Depex]
  41. TRUE