mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-01 10:05:30 -04:00
a8b1a6ef6e
Signed-off-by: Qiheng Lin <linqiheng@huawei.com>
34 lines
863 B
JSON
34 lines
863 B
JSON
{
|
|
"name": "@ohos/libfuse",
|
|
"description": "libfuse provides the reference implementation for communicating with the FUSE kernel module.",
|
|
"version": "3.10.5",
|
|
"license": "LGPL V2.0, BSD 3-Clause License, GPL V2.0, MIT License",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/libfuse"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "LICENSE",
|
|
"readmePath": {
|
|
"en": "README"
|
|
},
|
|
"component": {
|
|
"name": "libfuse",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |