mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-05 21:15:09 +00:00
5944104a52
When looking for $root_dir, do not try to guess if the root path is Mbed TLS or TF-PSA-Crypto one, but simply look for "scripts/project_name.txt" file without reading it. In this way the initial part of the script does not need "project_detection.sh". Once the root path is found, we can easily: - source "project_detection.sh"; - check if query_compile_time_config is available or not. This commit also updates "dlopen_demo.sh" so that it simply sources "demo_common.sh" and not "project_detection.sh" (not directly at least). Signed-off-by: Valerio Setti <vsetti@baylibre.com> Signed-off-by: Ronald Cron <ronald.cron@arm.com>