diff --git a/platform/hi3861v100_liteos_riscv/platform.json b/platform/hi3861v100_liteos_riscv/platform.json index fc0efe67779be2b01b831c24b0934bb31d687fb1..ad4df5930936d7a05eedbcf6356bcc5532e7190f 100755 --- a/platform/hi3861v100_liteos_riscv/platform.json +++ b/platform/hi3861v100_liteos_riscv/platform.json @@ -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", diff --git a/product/wifiiot.json b/product/wifiiot.json index ee0125a1524e4413ae721363aa2e19d99d60311c..372de54a38ef4953996f41929aa5a66e10ebbbb6 100755 --- a/product/wifiiot.json +++ b/product/wifiiot.json @@ -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": [