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
@@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
# Including the example service calls
include(${CMAKE_CURRENT_LIST_DIR}/components/example_secure_service/tee_project.cmake)
project(tee_basic)