Change the extension type of the file psa_crypto_driver_wrapper

Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
Xiaokang Qian 2023-09-11 10:36:20 +00:00
parent 54a4fdfe91
commit fe9666b8c0
11 changed files with 18 additions and 15 deletions

View file

@ -168,7 +168,7 @@ def trace_exception(e: Exception, file=sys.stderr) -> None:
), file)
TEMPLATE_FILENAMES = ["psa_crypto_driver_wrappers.c.jinja",
TEMPLATE_FILENAMES = ["psa_crypto_driver_wrappers.h.jinja",
"psa_crypto_driver_wrappers_no_static.c.jinja"]
def main() -> int: