commit | c08248d6507b7f35da2a589f93741ff804ede8e0 | [log] [tgz] |
---|---|---|
author | Archana <archana.madhavan@silabs.com> | Sun Dec 19 09:28:39 2021 +0530 |
committer | Archana <archana.madhavan@silabs.com> | Sun Dec 19 10:35:15 2021 +0530 |
tree | 984f0bd9f476696fac22fc49b4870ff3f661acc0 | |
parent | e03960e4605da5aad699ba47aae32df9cbd82794 [diff] |
Rename the template file from .conf to .jinja Signed-off-by: Archana <archana.madhavan@silabs.com>
diff --git a/scripts/data_files/driver_templates/psa_crypto_driver_wrappers.conf b/scripts/data_files/driver_templates/psa_crypto_driver_wrappers.c.jinja similarity index 100% rename from scripts/data_files/driver_templates/psa_crypto_driver_wrappers.conf rename to scripts/data_files/driver_templates/psa_crypto_driver_wrappers.c.jinja
diff --git a/scripts/generate_driver_wrappers.py b/scripts/generate_driver_wrappers.py index 3c59a5b..c6e2800 100755 --- a/scripts/generate_driver_wrappers.py +++ b/scripts/generate_driver_wrappers.py
@@ -42,8 +42,8 @@ Generate the file psa_crypto_driver_wrapper.c. """ driver_wrapper_template_filename = \ - os.path.join(mbedtls_root, - "scripts/data_files/driver_templates/psa_crypto_driver_wrappers.conf") + os.path.join(mbedtls_root, \ + "scripts/data_files/driver_templates/psa_crypto_driver_wrappers.c.jinja") result = render(driver_wrapper_template_filename)