Adapt list_internal_identifiers.py for upcoming directory changes

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2026-02-14 10:53:14 +01:00
parent f3a20d25d6
commit a400a3bb8a

View File

@@ -37,7 +37,9 @@ def main():
"include/mbedtls/*_internal.h", "include/mbedtls/*_internal.h",
"library/*.h", "library/*.h",
"tf-psa-crypto/core/*.h", "tf-psa-crypto/core/*.h",
"tf-psa-crypto/drivers/builtin/src/*.h" "tf-psa-crypto/drivers/builtin/src/*.h",
"tf-psa-crypto/platform/*.h",
"tf-psa-crypto/utilities/*.h",
])[0] ])[0]
result.sort(key=lambda x: x.name) result.sort(key=lambda x: x.name)