third_party_littlefs/bundle.json

31 lines
749 B
JSON
Raw Permalink Normal View History

{
"name": "@ohos/littlefs",
"description": "A little fail-safe filesystem designed for microcontrollers.",
"version": "3.1",
"license": "BSD 3-Clause",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/littlefs"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENSE.md",
"component": {
"name": "thirdparty_littlefs",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}