1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Rename the template file from .conf to .jinja

Signed-off-by: Archana <archana.madhavan@silabs.com>
This commit is contained in:
Archana
2021-12-19 09:28:39 +05:30
parent e03960e460
commit c08248d650
5 changed files with 5 additions and 5 deletions

View File

@ -42,8 +42,8 @@ def generate_driver_wrapper_file(mbedtls_root: str, output_dir: str) -> None:
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)