bundle.json 906 字节
Newer Older
P
pjscc 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
{
    "name": "@ohos/musl",
    "version": "",
    "description": "Third-party open-source software musl | 三方开源软件musl",
    "homePage": "https://gitee.com/openharmony",
    "license": "MIT",
    "repository": "https://gitee.com/openharmony/third_party_musl",
    "domain": "os",
    "language": "",
    "publishAs": "code-segment",
    "private": false,
    "scripts": {},
    "tags": [
        "third_party"
    ],
    "keywords": [
        "third-party",
        "musl"
    ],
    "envs": [],
    "dirs": [],
    "segment": {
        "destPath": "third_party/musl"
    },
    "component": {
        "name": "thirdparty_musl",
        "subsystem": "",
        "syscap": [],
        "features": [],
        "adapted_system_type": [],
        "rom": "",
        "ram": "",
        "build": {
            "sub_component": [],
            "inner_kits": [],
            "test": []
        }
    }
}