third_party_libuv/bundle.json
Sang_Sang33 d247966471 feat: add bundle.json
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
2022-01-18 19:01:04 +08:00

30 lines
713 B
JSON

{
"name": "@ohos/libuv",
"description": "libuv is a multi-platform support library with a focus on asynchronous I/O.",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libuv"
},
"dirs": {},
"scripts": {},
"component": {
"name": "thirdparty_libuv",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}