1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-20 16:42:59 +03:00

adjust everest header paths in generate_visualc_files.pl

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-03-25 08:29:17 +00:00
parent 591d854b1a
commit 2d6374a0f9

View File

@ -50,7 +50,7 @@ my $test_drivers_header_dir = 'framework/tests/include/test/drivers';
my $test_drivers_source_dir = 'framework/tests/src/drivers'; my $test_drivers_source_dir = 'framework/tests/src/drivers';
my @thirdparty_header_dirs = qw( my @thirdparty_header_dirs = qw(
tf-psa-crypto/drivers/everest/include/everest tf-psa-crypto/drivers/everest/include/tf-psa-crypto/private/everest
); );
my @thirdparty_source_dirs = qw( my @thirdparty_source_dirs = qw(
tf-psa-crypto/drivers/everest/library tf-psa-crypto/drivers/everest/library
@ -65,10 +65,10 @@ my @include_directories = qw(
include include
tf-psa-crypto/include tf-psa-crypto/include
tf-psa-crypto/drivers/builtin/include tf-psa-crypto/drivers/builtin/include
tf-psa-crypto/drivers/everest/include/ tf-psa-crypto/drivers/everest/include/tf-psa-crypto/private/
tf-psa-crypto/drivers/everest/include/everest tf-psa-crypto/drivers/everest/include/tf-psa-crypto/private/everest
tf-psa-crypto/drivers/everest/include/everest/vs2013 tf-psa-crypto/drivers/everest/include/tf-psa-crypto/private/everest/vs2013
tf-psa-crypto/drivers/everest/include/everest/kremlib tf-psa-crypto/drivers/everest/include/tf-psa-crypto/private/everest/kremlib
tests/include tests/include
tf-psa-crypto/tests/include tf-psa-crypto/tests/include
framework/tests/include framework/tests/include