1{
2    "name": "@ohos/libuv",
3    "description": "libuv is a multi-platform support library with a focus on asynchronous I/O.",
4    "version": "3.1",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/libuv"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "libuv",
14        "subsystem": "thirdparty",
15        "syscap": [
16            "SystemCapability.ArkUI.ArkUI.Libuv"
17        ],
18        "features": ["libuv_use_ffrt"],
19        "adapted_system_type": [
20            "standard"
21        ],
22        "rom": "163KB",
23        "ram": "0",
24        "deps": {
25            "components": [
26                "ffrt",
27                "hilog",
28                "hitrace",
29                "faultloggerd"
30            ],
31            "third_party": []
32        },
33        "build": {
34            "sub_component": [],
35            "inner_kits": [
36                {
37                  "name": "//third_party/libuv:uv",
38                  "header": {
39                    "header_files": [],
40                    "header_base": "//third_party/libuv/include"
41                  }
42                },
43                {
44                  "name": "//third_party/libuv:uv_static",
45                  "header": {
46                    "header_files": [],
47                    "header_base": "//third_party/libuv/include"
48                  }
49                }
50            ],
51            "test": []
52        }
53    }
54}
55