mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-07 03:37:47 +00:00
Restore old names as these are still required to support older versions
Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
@@ -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"])
|
||||
|
||||
@@ -49,10 +49,12 @@ class Expr:
|
||||
includes = ['include']
|
||||
if build_tree.looks_like_tf_psa_crypto_root('.'):
|
||||
includes.append('drivers/builtin/include')
|
||||
includes.append('drivers/everest/include')
|
||||
includes.append('drivers/everest/include/tf-psa-crypto/private/')
|
||||
elif not build_tree.is_mbedtls_3_6():
|
||||
includes.append('tf-psa-crypto/include')
|
||||
includes.append('tf-psa-crypto/drivers/builtin/include')
|
||||
includes.append('tf-psa-crypto/drivers/everest/include')
|
||||
includes.append('tf-psa-crypto/drivers/everest/include/tf-psa-crypto/private/')
|
||||
|
||||
values = c_build_helper.get_c_expression_values(
|
||||
|
||||
Reference in New Issue
Block a user