提交 5094f9dd 编写于 作者: J jady3356 提交者: Gitee

add iot_link sub-system

上级 506cbf40
......@@ -258,6 +258,23 @@
}
]
},
{
"subsystem": "iot",
"optional": "true",
"components": [
{
"component": "iot_link",
"optional": "false",
"targets": [
"//domains/iot/link"
],
"features": [],
"deps": {
"third_party": []
}
}
]
},
{
"subsystem": "vendor",
"optional": "true",
......
......@@ -58,6 +58,12 @@
{ "name": "file", "dir": "//utils/native/lite/file:file", "features":[] }
]
},
{
"name": "iot",
"component": [
{ "name": "iot_link", "dir": "//domains/iot/link", "features":[] }
]
},
{
"name": "vendor",
"component": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册