diff --git a/bearpi_hm_micro/config.json b/bearpi_hm_micro/config.json index 427d90d..1a77f32 100644 --- a/bearpi_hm_micro/config.json +++ b/bearpi_hm_micro/config.json @@ -16,7 +16,7 @@ ] }, { - "subsystem": "bearpi_hm_micro_sample", + "subsystem": "device_bearpi_hm_micro", "components": [ { "component": "bearpi_hm_micro_sample", "features":[] } ] @@ -81,7 +81,7 @@ { "subsystem": "communication", "components": [ - { "component": "wpa_supplicant", "features":[] } + { "component": "dsoftbus", "features":[] } ] }, { @@ -121,7 +121,8 @@ "subsystem": "xts", "components": [ { "component": "acts", "features":[] }, - { "component": "tools", "features":[] } + { "component": "tools", "features":[] }, + { "component": "device_attest_lite", "features":[] } ] }, { @@ -130,6 +131,12 @@ { "component": "ai_engine", "features":[] } ] }, + { + "subsystem": "developtools", + "components": [ + { "component": "syscap_codec", "features":[] } + ] + }, { "subsystem": "powermgr", "components": [ diff --git a/bearpi_hm_nano/config.json b/bearpi_hm_nano/config.json index 98e364b..6498de8 100755 --- a/bearpi_hm_nano/config.json +++ b/bearpi_hm_nano/config.json @@ -51,10 +51,10 @@ "subsystem": "startup", "components": [ { "component": "bootstrap_lite", "features":[] }, - { "component": "init_lite", "features": + { "component": "init", "features": [ - "enable_ohos_startup_init_feature_begetctl_liteos=true", - "enable_ohos_startup_init_lite_use_thirdparty_mbedtls = false" + "enable_ohos_startup_init_feature_begetctl_liteos = true", + "enable_ohos_startup_init_lite_use_thirdparty_mbedtls = true" ] } ] @@ -80,14 +80,21 @@ ] }, { - "subsystem": "xts", + "subsystem": "xts", + "components": [ + { "component": "acts", "features": + [ + "enable_ohos_test_xts_acts_use_thirdparty_lwip = false" + ] + }, + { "component": "tools", "features":[] }, + { "component": "device_attest_lite", "features":[] } + ] + }, + { + "subsystem": "developtools", "components": [ - { "component": "acts", "features": - [ - "enable_ohos_test_xts_acts_use_thirdparty_lwip = false" - ] - }, - { "component": "tools", "features":[] } + { "component": "syscap_codec", "features":[] } ] } ],