mirror of
https://github.com/openharmony/third_party_zlib.git
synced 2026-07-01 21:54:04 -04:00
532121b105
Signed-off-by: lanhaoyu <lanhaoyu3@huawei-partners.com>
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "@ohos/zlib",
|
|
"description": "zlib 1.3.1 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": ["standard"],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_base": "//third_party/zlib",
|
|
"header_files": ""
|
|
},
|
|
"name": "//third_party/zlib:libz"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//third_party/zlib",
|
|
"header_files": ""
|
|
},
|
|
"name": "//third_party/zlib:shared_libz"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//third_party/zlib",
|
|
"header_files": ""
|
|
},
|
|
"name": "//third_party/zlib:libz_crc"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|