Move driver wrappers generation to tf-psa-crypto

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2024-12-04 14:25:02 +01:00
parent 1fe5277c88
commit 6a2cbe77fa
17 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
@rem @@@@ library\** @@@@
@rem psa_crypto_driver_wrappers.h needs to be generated prior to
@rem generate_visualc_files.pl being invoked.
python scripts\generate_driver_wrappers.py || exit /b 1
python tf-psa-crypto\scripts\generate_driver_wrappers.py || exit /b 1
perl scripts\generate_errors.pl || exit /b 1
perl scripts\generate_query_config.pl || exit /b 1
perl scripts\generate_features.pl || exit /b 1