CryptoPkg.dec 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ## @file
  2. # Package for cryptography modules.
  3. #
  4. # This Package provides cryptographic-related libraries for UEFI security modules.
  5. # It also provides a test application to test libraries.
  6. #
  7. # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. DEC_SPECIFICATION = 0x00010005
  13. PACKAGE_NAME = CryptoPkg
  14. PACKAGE_UNI_FILE = CryptoPkg.uni
  15. PACKAGE_GUID = 36470E80-36F2-4ba0-8CC8-937C7D9FF888
  16. PACKAGE_VERSION = 0.98
  17. [Includes]
  18. Include
  19. [Includes.Common.Private]
  20. Library/Include
  21. Library/OpensslLib/openssl/include
  22. Library/OpensslLib/openssl/crypto/include
  23. [LibraryClasses]
  24. ## @libraryclass Provides basic library functions for cryptographic primitives.
  25. ##
  26. BaseCryptLib|Include/Library/BaseCryptLib.h
  27. ## @libraryclass Provides TLS library functions for EFI TLS protocol.
  28. ##
  29. TlsLib|Include/Library/TlsLib.h
  30. [UserExtensions.TianoCore."ExtraFiles"]
  31. CryptoPkgExtra.uni