mirror of
https://gitee.com/openharmony/iot_link
synced 2025-02-17 11:27:42 +00:00
![zgit2021](/assets/img/avatar_default.png)
Signed-off-by: zgit2021 <zhaowenqiang14@huawei.com> Change-Id: Ib64b866e796c5b7d702c15c3a88aa439e6f62bb3
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@openharmony/iot_link",
|
|
"version": "3.1.0",
|
|
"description": "iot_link",
|
|
"publishAs": "code-segment",
|
|
"scripts": {
|
|
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/domains/iot/link && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
|
|
},
|
|
"author": {},
|
|
"repository": "",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "iot_link",
|
|
"subsystem": "iot_link",
|
|
"adapted_system_type": [
|
|
"mini"
|
|
],
|
|
"syscap":[],
|
|
"features": [],
|
|
"rom": "1MB",
|
|
"ram": "1MB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//domains/iot/link:iot"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//domains/iot/link:iot",
|
|
"header": {
|
|
"header_files": [
|
|
"//domains/iot/link/libbuild/demosdk.h"
|
|
],
|
|
"header_base": "//domains/iot/link/libbuild"
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|