feat(esp_tee): Make the attestation service configurable

This commit is contained in:
Laukik Hase
2024-12-19 17:42:22 +05:30
parent 4d9358703a
commit a91f89026c
17 changed files with 129 additions and 77 deletions
@@ -13,4 +13,8 @@ list(APPEND EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/components/esp_tee/subproject/co
$ENV{IDF_PATH}/components/esp_tee/subproject/components/tee_sec_storage)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
# Including the attestation service calls
include($ENV{IDF_PATH}/components/esp_tee/subproject/components/tee_attestation/esp_tee_att.cmake)
project(tee_cli)