提交 e1b4906f 编写于 作者: O openharmony_ci 提交者: Gitee

!9 【轻量级 PR】:add iot_link sub-system

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