Skip to content

Commit f7fdee3

Browse files
dgreen-armPatater
authored andcommitted
Remove references to mbed-crypto
Signed-off-by: Darryl Green <[email protected]>
1 parent 560e7c0 commit f7fdee3

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

TESTS/configs/baremetal.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"utest",
77
"unity",
88
"psa",
9-
"mbed-crypto",
109
"mbedtls",
1110
"psa-compliance-framework",
1211
"filesystem",

UNITTESTS/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ set(unittest-includes-base
133133
"${PROJECT_SOURCE_DIR}/../features/lorawan/system"
134134
"${PROJECT_SOURCE_DIR}/../features/mbedtls"
135135
"${PROJECT_SOURCE_DIR}/../features/mbedtls/inc"
136-
"${PROJECT_SOURCE_DIR}/../features/mbedtls/mbed-crypto/inc"
137136
)
138137

139138
# Create a list for test suites.

UNITTESTS/empty_baseline/unittest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set(unittest-includes ${unittest-includes}
77
.
88
..
9-
../features/mbedtls/mbed-crypto/inc/mbedtls/
9+
../features/mbedtls/inc/mbedtls/
1010
../features/mbedtls/platform/inc/
1111
../features/frameworks/mbed-trace/mbed-trace/
1212
)

components/TARGET_PSA/services/COMPONENT_PSA_SRV_IMPL/mbed_lib.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"drivers",
55
"platform",
66
"mbedtls",
7-
"mbed-crypto",
87
"storage",
98
"flashiap-block-device",
109
"tdbstore",

0 commit comments

Comments
 (0)