Files
third_party_libfuse/bundle.json
T
psycho f89452c304 libfuse升级
Signed-off-by: psycho <wangmingxuan6@h-partners.com>
2024-01-09 09:19:42 +08:00

36 lines
852 B
JSON

{
"name": "@ohos/libfuse",
"description": "libfuse provides the reference implementation for communicating with the FUSE kernel module.",
"version": "3.16.1",
"license": "LGPL V2.1",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libfuse"
},
"dirs": {},
"scripts": {},
"licensePath": "LGPL2.txt",
"readmePath": {
"en": "README"
},
"component": {
"name": "libfuse",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}