Restore old names as these are still required to support older versions

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2025-05-23 14:31:49 +01:00
parent 66de80a4ba
commit 8ac97f5fe8
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -703,6 +703,8 @@ class TFPSACryptoCodeParser(CodeParser):
"include/tf-psa-crypto/*.h",
"include/mbedtls/*.h",
"drivers/builtin/include/mbedtls/*.h",
"drivers/everest/include/everest/everest.h",
"drivers/everest/include/everest/x25519.h",
"drivers/everest/include/tf-psa-crypto/private/everest/everest.h",
"drivers/everest/include/tf-psa-crypto/private/everest/x25519.h"
])
@@ -724,6 +726,8 @@ class TFPSACryptoCodeParser(CodeParser):
"drivers/builtin/src/*.h",
"core/*.c",
"drivers/builtin/src/*.c",
"drivers/everest/include/everest/everest.h",
"drivers/everest/include/everest/x25519.h",
"drivers/everest/include/tf-psa-crypto/private/everest/everest.h",
"drivers/everest/include/tf-psa-crypto/private/everest/x25519.h"
])
@@ -734,6 +738,8 @@ class TFPSACryptoCodeParser(CodeParser):
"drivers/builtin/include/mbedtls/*.h",
"core/*.h",
"drivers/builtin/src/*.h",
"drivers/everest/include/everest/everest.h",
"drivers/everest/include/everest/x25519.h",
"drivers/everest/include/tf-psa-crypto/private/everest/everest.h",
"drivers/everest/include/tf-psa-crypto/private/everest/x25519.h"
], ["drivers/p256-m/p256-m/p256-m.h"])