修复编译问题

Signed-off-by: Laowang-BearPi <wangcheng@holdiot.com>
This commit is contained in:
Laowang-BearPi
2024-05-14 09:32:59 +08:00
parent 33d9095076
commit 2b03667997
2 changed files with 27 additions and 13 deletions
+10 -3
View File
@@ -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": [
+17 -10
View File
@@ -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":[] }
]
}
],