bundle.json 892 字节
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
{
    "name": "@ohos/zlib",
    "description": "zlib 1.2.11 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files",
    "version": "3.1",
    "license": "Zlib LICENSE",
    "publishAs": "code-segment",
    "segment": {
        "destPath": "third_party/zlib"
    },
    "dirs": {},
    "scripts": {},
    "readmePath": {
        "en": "README"
    },
    "component": {
        "name": "thirdparty_zlib",
        "subsystem": "",
        "syscap": [],
        "features": [],
        "adapted_system_type": [],
        "rom": "",
        "ram": "",
        "deps": {
            "components": [],
            "third_party": []
        },
        "build": {
            "sub_component": [],
            "inner_kits": [],
            "test": []
        }
    }
}