mirror of https://github.com/ARMmbed/mbed-os.git
Remove references to mbed-crypto
Signed-off-by: Darryl Green <darryl.green@arm.com>pull/12757/head
parent
d64c9e53c8
commit
0d16ca4d8a
|
@ -5,7 +5,6 @@
|
|||
"utest",
|
||||
"unity",
|
||||
"psa",
|
||||
"mbed-crypto",
|
||||
"mbedtls",
|
||||
"psa-compliance-framework",
|
||||
"filesystem",
|
||||
|
|
|
@ -144,7 +144,6 @@ set(unittest-includes-base
|
|||
"${PROJECT_SOURCE_DIR}/../features/lorawan/system"
|
||||
"${PROJECT_SOURCE_DIR}/../features/mbedtls"
|
||||
"${PROJECT_SOURCE_DIR}/../features/mbedtls/inc"
|
||||
"${PROJECT_SOURCE_DIR}/../features/mbedtls/mbed-crypto/inc"
|
||||
"${PROJECT_SOURCE_DIR}/../features/storage/kvstore/conf"
|
||||
)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
set(unittest-includes ${unittest-includes}
|
||||
.
|
||||
..
|
||||
../features/mbedtls/mbed-crypto/inc/mbedtls/
|
||||
../features/mbedtls/inc/mbedtls/
|
||||
../features/mbedtls/platform/inc/
|
||||
../features/frameworks/mbed-trace/mbed-trace/
|
||||
)
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
"drivers",
|
||||
"platform",
|
||||
"mbedtls",
|
||||
"mbed-crypto",
|
||||
"storage",
|
||||
"flashiap-block-device",
|
||||
"tdbstore",
|
||||
|
|
Loading…
Reference in New Issue