1# Enable PKCS#11 TA's C_DigestKey support 2CFG_PKCS11_TA_ALLOW_DIGEST_KEY ?= y 3 4# Enable PKCS#11 TA's TEE Identity based authentication support 5CFG_PKCS11_TA_AUTH_TEE_IDENTITY ?= y 6 7# Defines the number of PKCS11 token implemented by the PKCS11 TA 8CFG_PKCS11_TA_TOKEN_COUNT ?= 3 9 10global-incdirs-y += include 11global-incdirs-y += src 12subdirs-y += src 13