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# PKCS#11 TA heap size can be customized if 32kB is not enough 8CFG_PKCS11_TA_HEAP_SIZE ?= (32 * 1024) 9 10# Defines the number of PKCS11 token implemented by the PKCS11 TA 11CFG_PKCS11_TA_TOKEN_COUNT ?= 3 12 13global-incdirs-y += include 14global-incdirs-y += src 15subdirs-y += src 16