• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/libfuse",
3    "description": "libfuse provides the reference implementation for communicating with the FUSE kernel module.",
4    "version": "3.16.1",
5    "license": "LGPL V2.1",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/libfuse"
9    },
10    "dirs": {},
11    "scripts": {},
12	"licensePath": "LGPL2.txt",
13	"readmePath": {
14        "en": "README"
15    },
16    "component": {
17        "name": "libfuse",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": [
22            "standard"
23        ],
24        "rom": "",
25        "ram": "",
26        "deps": {
27            "components": [
28                "c_utils"
29            ],
30            "third_party": []
31        },
32        "build": {
33            "sub_component": [],
34            "inner_kits": [
35                {
36                    "name": "//third_party/libfuse:libfuse",
37                    "header": {
38                      "header_files": [],
39                      "header_base": "//third_party/libfuse"
40                    }
41                }
42            ],
43            "test": []
44        }
45    }
46}