OpenHarmony开发者论坛
标题:
在使用liteos-m新添加"subsystem": "xts", 子系统时报错找不到组件"acts"
[打印本页]
作者:
Admin_Vw9qD
时间:
2024-9-18 16:25
标题:
在使用liteos-m新添加"subsystem": "xts", 子系统时报错找不到组件"acts"
[md]### 【问题描述】
1. 在使用liteos-m新添加"subsystem": "xts", 子系统时报错找不到组件"acts"
2. 相关的代码:
3. "subsystems": [
{
"subsystem": "kernel",
"components": [
{ "component": "liteos_m",
"features": [
]
}
]
},
{
"subsystem": "startup",
"components": [
{ "component": "bootstrap_lite", "features":[] }
]
},
{
"subsystem": "systemabilitymgr",
"components": [
{ "component": "samgr_lite", "features":[] }
]
},
{
"subsystem": "hiviewdfx",
"components": [
{ "component": "hilog_lite", "features":[] },
{ "component": "hievent_lite", "features":[] }
]
},
{
"subsystem": "commonlibrary",
"components": [
{ "component": "utils_lite", "features":[ "utils_lite_feature_file = true" ] }
]
},
{
"subsystem": "xts",
"components": [
{ "component": "acts", "features": [ "build_xts=true" ] },
{ "component": "tools", "features": [] }
]
}
],
4.
5. 运行结果、错误截图
6. ![image.png](
https://forums-obs.openharmony.c ... z2tlrptoblbtlok.png
"image.png")
7.
8.
9. 我尝试过的解决方法和结果
10. 我想要达到的结果
### 【运行环境】
硬件:-
ROM版本:-
DevEvoStudio版本:-
SDK版本:-
[/md]
欢迎光临 OpenHarmony开发者论坛 (https://forums.openharmony.cn/)
Powered by Discuz! X3.5