From 99107dacca5451868959bdfa42dd205eb3ba5d2a Mon Sep 17 00:00:00 2001 From: y30053096 Date: Fri, 12 Jul 2024 16:23:35 +0800 Subject: [PATCH] add macro Signed-off-by: y30053096 Change-Id: I91284a0f9b1a4104a722d5ed6000777e73b27d0b --- dsoftbus_demo/config.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/dsoftbus_demo/config.json b/dsoftbus_demo/config.json index 4fda06c..32ce2d8 100644 --- a/dsoftbus_demo/config.json +++ b/dsoftbus_demo/config.json @@ -83,8 +83,18 @@ "huks_use_lite_storage = true", "huks_use_hardware_root_key = true", "huks_config_file = \"hks_config_lite.h\"", - "huks_key_store_path = \"/data/\"", - "ohos_security_huks_mbedtls_porting_path = \"//device/soc/chipsea/hals/mbedtls\"" + "huks_key_store_path = \"/data/\"" + ] + } + ] + }, + { + "subsystem": "thirdparty", + "components": [ + { + "component": "mbedtls", + "features": [ + "mbedtls_porting_path = \"//device/soc/chipsea/hals/mbedtls\"" ] } ]