third_party_nghttp2/bundle.json
liuxiyao223 0cb2929381 build modify
Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
2024-04-18 16:00:03 +08:00

49 lines
1.3 KiB
JSON

{
"name": "@ohos/nghttp2",
"description": "nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/nghttp2"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"readmePath": {
"en": "README.rst"
},
"component": {
"name": "nghttp2",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"small",
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name":"//third_party/nghttp2/lib:libnghttp2_shared",
"header":{
"header_files":[],
"header_base": [
"//third_party/nghttp2/lib/includes",
"//third_party/nghttp2/lib/includes/nghttp2"
]
}
}
],
"test": []
}
}
}