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 7global-incdirs-y += include 8global-incdirs-y += src 9subdirs-y += src 10