bundle.json 919 字节
Newer Older
P
pjscc 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{
    "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": {
16 17
        "name": "zlib",
        "subsystem": "thirdparty",
P
pjscc 已提交
18 19
        "syscap": [],
        "features": [],
20
        "adapted_system_type": ["standard","appexecfwk_lite"],
P
pjscc 已提交
21 22 23 24 25 26 27 28 29 30 31 32 33
        "rom": "",
        "ram": "",
        "deps": {
            "components": [],
            "third_party": []
        },
        "build": {
            "sub_component": [],
            "inner_kits": [],
            "test": []
        }
    }
}