File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
components/TARGET_PSA/services/COMPONENT_PSA_SRV_IMPL Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 6
6
" utest" ,
7
7
" unity" ,
8
8
" psa" ,
9
- " mbed-crypto" ,
10
9
" mbedtls" ,
11
10
" psa-compliance-framework" ,
12
11
" filesystem" ,
Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ set(unittest-includes-base
133
133
"${PROJECT_SOURCE_DIR} /../features/lorawan/system"
134
134
"${PROJECT_SOURCE_DIR} /../features/mbedtls"
135
135
"${PROJECT_SOURCE_DIR} /../features/mbedtls/inc"
136
- "${PROJECT_SOURCE_DIR} /../features/mbedtls/mbed-crypto/inc"
137
136
)
138
137
139
138
# Create a list for test suites.
Original file line number Diff line number Diff line change 6
6
set (unittest-includes ${unittest-includes}
7
7
.
8
8
..
9
- ../features/mbedtls/mbed-crypto/ inc/mbedtls/
9
+ ../features/mbedtls/inc/mbedtls/
10
10
../features/mbedtls/platform/inc/
11
11
../features/frameworks/mbed-trace/mbed-trace/
12
12
)
Original file line number Diff line number Diff line change 4
4
" drivers" ,
5
5
" platform" ,
6
6
" mbedtls" ,
7
- " mbed-crypto" ,
8
7
" storage" ,
9
8
" flashiap-block-device" ,
10
9
" tdbstore" ,
You can’t perform that action at this time.
0 commit comments