1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Created placeholder component files.

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis
2024-07-25 14:24:37 +01:00
parent b16b8c2c0c
commit 6aab5b7109
13 changed files with 164 additions and 0 deletions

View File

@@ -1092,6 +1092,10 @@ helper_get_psa_key_type_list() {
echo "$loc_list"
}
# Include the components from components.sh
test_script_dir="${0%/*}"
source "$test_script_dir/components.sh"
# Helper function for controlling (start & stop) the psasim server.
helper_psasim_server() {
OPERATION=$1