Files
third_party_zlib/bundle.json
linxiangzhi 903db963f3 三方开源软件zlib bundle.json和BUILD.gn修改
Signed-off-by: linxiangzhi <linxiangzhi@huawei.com>
Change-Id: I3257f4784712e130ca6b493b62e858ea55596c1d
2022-05-09 15:48:44 +08:00

33 lines
909 B
JSON

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