Files
third_party_zlib/bundle.json
shuaiyutao c1ca1964f4 upgrade zlib to v1.2.12
Change-Id: I156b5b16bbd93817ed1f1ad975c1a1dbdfb520f0
Signed-off-by: shuaiyutao <shuaiyutao1@huawei.com>
2022-06-07 14:46:45 +08:00

34 lines
910 B
JSON

{
"name": "@ohos/zlib",
"description": "zlib 1.2.12 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": "zlib",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": ["mini", "standard"],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}