refactor(esp_tee): Add local components in TEE examples via idf_component.yml

This commit is contained in:
Laukik Hase
2025-01-08 15:04:30 +05:30
parent b88f30a099
commit 8f117c7f4c
20 changed files with 50 additions and 47 deletions
@@ -1,2 +1,3 @@
idf_component_register(SRCS "tee_main.c"
INCLUDE_DIRS "")
INCLUDE_DIRS ""
PRIV_REQUIRES esp_tee mbedtls)