• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/liburing",
3    "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.",
4    "version": "2.7",
5    "license": "MIT License",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/liburing"
9    },
10    "dirs": {},
11    "scripts": {},
12	"licensePath": "COPYING",
13	"readmePath": {
14        "en": "README"
15    },
16    "component": {
17        "name": "liburing",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": [ "mini","small","standard" ],
22        "rom": "",
23        "ram": "",
24        "deps": {
25            "components": [],
26            "third_party": []
27        },
28        "build": {
29            "sub_component": [
30                "//third_party/liburing:liburing"
31            ],
32            "inner_kits": [
33                {
34                    "name": "//third_party/liburing:liburing",
35                    "header": {
36                        "header_files": [
37                            "liburing.h"
38                        ],
39                        "header_base": "//third_party/liburing/src/include"
40                    }
41                }
42            ],
43            "test": []
44        }
45    }
46}
47