Files
third_party_libfuse/bundle.json
T
Qiheng Lin a8b1a6ef6e Add configs
Signed-off-by: Qiheng Lin <linqiheng@huawei.com>
2023-03-03 16:05:31 +08:00

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": []
}
}
}