mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-01 06:41:58 -04:00
df0ac6d539
Signed-off-by: yangjingbo10 <yangjingbo10@huawei.com>
47 lines
1.4 KiB
JSON
47 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": [ "mini","small","standard" ],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//third_party/liburing:liburing"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/liburing:liburing",
|
|
"header": {
|
|
"header_files": [
|
|
"liburing.h"
|
|
],
|
|
"header_base": "//third_party/liburing/src/include"
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|