Files
third_party_liburing/bundle.json
zhongning5 eca257efb2 build for liburing
Signed-off-by: zhongning5 <zhongning5@huawei.com>
2024-11-01 15:04:23 +08:00

49 lines
1.4 KiB
JSON

{
"name": "@ohos/liburing",
"description": "liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.",
"version": "2.7",
"license": "MIT License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/liburing"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"readmePath": {
"en": "README"
},
"component": {
"name": "liburing",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [
"c_utils"
],
"third_party": []
},
"build": {
"sub_component": [
"//third_party/liburing:liburing",
"//third_party/liburing:uring_test"
],
"inner_kits": [
{
"name": "//third_party/liburing:liburing",
"header": {
"header_files": [
"liburing.h"
],
"header_base": "//third_party/liburing/src/include"
}
}
],
"test": []
}
}
}