bundle.json 1.2 KB
Newer Older
S
Sang_Sang33 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
    "name": "@ohos/iot_link",
    "version": "",
    "description": "Compilation framework for third-party SDK integration | 三方SDK集成编译框架",
    "homePage": "https://gitee.com/openharmony",
    "license": "Apache V2",
    "repository": "https://gitee.com/openharmony/iot_link",
    "domain": "os",
    "language": "",
    "publishAs": "code-segment",
    "private": false,
    "scripts": {},
    "tags": [
        "domains"
    ],
    "keywords": [
        "iot",
        "link"
    ],
20 21
    "envs": {},
    "dirs": {},
S
Sang_Sang33 已提交
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
    "author": {
        "name": "",
        "email": "",
        "url": ""
    },
    "contributors": [
        {
            "name": "",
            "email": "",
            "url": ""
        }
    ],
    "segment": {
        "destPath": "domains/iot/link"
    },
    "component": {
        "name": "iot_link",
        "subsystem": "",
        "syscap": [],
        "features": [],
        "adapted_system_type": [],
        "rom": "",
        "ram": "",
        "deps": {
            "components": [],
            "third_party": []
        },
        "build": {
            "sub_component": [],
            "inner_kits": [],
            "test": []
        }
    }
}