diff --git a/niobeu4/config.json b/niobeu4/config.json index c23f61b..0b0e22a 100644 --- a/niobeu4/config.json +++ b/niobeu4/config.json @@ -81,8 +81,18 @@ "huks_use_lite_storage = true", "huks_use_hardware_root_key = true", "huks_config_file = \"hks_config_lite.h\"", - "huks_key_store_path = \"storage\"", - "ohos_security_huks_mbedtls_porting_path = \"//device/board/openvalley/niobeu4/liteos_m/third_party_adapter/mbedtls\"" + "huks_key_store_path = \"storage\"" + ] + } + ] + }, + { + "subsystem": "thirdparty", + "components": [ + { + "component": "mbedtls", + "features": [ + "mbedtls_porting_path = \"//device/board/openvalley/niobeu4/liteos_m/third_party_adapter/mbedtls\"" ] } ]