commonlibrary_rust_ylong_http/bundle.json
Tiga Ultraman f05c765732 independent build
Signed-off-by: Tiga Ultraman <liaoxude@huawei.com>
2024-04-18 15:11:17 +08:00

51 lines
1.2 KiB
JSON

{
"name": "@ohos/ylong_http",
"version": "4.0",
"description": "ylong HTTP implementation",
"publishAs": "code-segment",
"homePage": "https://gitee.com/openharmony",
"repository": "https://gitee.com/openharmony/commonlibrary_rust_ylong_http",
"license": "Apache License 2.0",
"language": "Rust",
"segment": {
"destPath": "commonlibrary/rust/ylong_http"
},
"licensePath": "COPYING",
"readmePath": {
"en": "README.md",
"zh": "README_zh.md"
},
"component": {
"name": "ylong_http",
"subsystem": "commonlibrary",
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "100KB",
"ram": "~200KB",
"deps": {
"components": [
"ylong_runtime",
"openssl"
]
},
"build": {
"sub_component": [
"//commonlibrary/rust/ylong_http/ylong_http:ylong_http"
],
"inner_kits": [
{
"name": "//commonlibrary/rust/ylong_http/ylong_http_client:ylong_http_client_inner",
"header": {
"header_base": [],
"header_files": []
}
}
],
"test": [
"//commonlibrary/rust/ylong_http/ylong_http_client:unittest"
]
}
}
}