mirror of
https://gitee.com/openharmony/third_party_littlefs
synced 2024-11-22 22:40:22 +00:00
edde122345
Close #I78DB8 Signed-off-by: zhushengle <zhushengle@huawei.com> Change-Id: I4d7018f5c857d399be066a909e72440ac438abb2
34 lines
786 B
JSON
34 lines
786 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": "littlefs",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"mini"
|
|
],
|
|
"rom": "56KB",
|
|
"ram": "112KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|