mirror of
https://gitee.com/openharmony/third_party_littlefs
synced 2024-11-23 14:59:50 +00:00
31 lines
749 B
JSON
31 lines
749 B
JSON
|
{
|
||
|
"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": []
|
||
|
}
|
||
|
}
|
||
|
}
|