bundle.json 840 字节
Newer Older
P
pjscc 已提交
1
{
Z
zhangdengyu 已提交
2
    "name": "@ohos/NuttX",
P
pjscc 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16
    "description": "Apache NuttX is a mature, real-time embedded operating system (RTOS).",
    "version": "3.1",
    "license": "BSD 3-Clause",
    "publishAs": "code-segment",
    "segment": {
        "destPath": "third_party/NuttX"
    },
    "dirs": {},
    "scripts": {},
    "licensePath": "COPYING",
    "readmePath": {
        "en": "README.txt"
    },
    "component": {
Z
zhangdengyu 已提交
17
        "name": "NuttX",
18
        "subsystem": "thirdparty",
P
pjscc 已提交
19 20
        "syscap": [],
        "features": [],
Y
yinjiaming 已提交
21 22 23 24 25
        "adapted_system_type": [
            "small"
        ],
        "rom": "700KB",
        "ram": "1400KB",
Z
zhushengle 已提交
26
        "deps": {
P
pjscc 已提交
27 28 29 30 31 32 33 34 35
            "components": [],
            "third_party": []
        },
        "build": {
            "sub_component": [],
            "inner_kits": [],
            "test": []
        }
    }
Z
zhushengle 已提交
36
}