Restructure scripts' folder alignment
Moved python script generate_driver_wrappers.py under scripts and corresponding template file under script/data_files. Signed-off-by: Archana <archana.madhavan@silabs.com>
This commit is contained in:
parent
fe4ce6dfa2
commit
a8939b6da3
5 changed files with 9 additions and 8 deletions
|
@ -3,13 +3,13 @@
|
|||
@rem Perl and Python 3 must be on the PATH.
|
||||
@rem psa_crypto_driver_wrappers.c needs to be generated prior to
|
||||
@rem generate_visualc_files.pl being invoked.
|
||||
python scripts/codegen_driverwrappers/generate_driver_wrappers.py ^
|
||||
"scripts/codegen_driverwrappers/psa_crypto_driver_wrappers.conf" ^
|
||||
python scripts/generate_driver_wrappers.py ^
|
||||
"scripts/data_files/driver_templates/psa_crypto_driver_wrappers.conf" ^
|
||||
"library/psa_crypto_driver_wrappers.c" || 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
|
||||
python scripts\generate_ssl_debug_helpers.py || exit /b 1
|
||||
perl scripts\generate_visualc_files.pl || exit /b 1
|
||||
python scripts\generate_ssl_debug_helpers.py || exit /b 1
|
||||
perl scripts\generate_visualc_files.pl || exit /b 1
|
||||
python scripts\generate_psa_constants.py || exit /b 1
|
||||
python tests\scripts\generate_psa_tests.py || exit /b 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue