2022-01-20 09:01:22 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2023-04-28 02:48:17 +00:00
|
|
|
"name": "littlefs",
|
2023-05-25 10:01:56 +00:00
|
|
|
"subsystem": "thirdparty",
|
2022-01-20 09:01:22 +00:00
|
|
|
"syscap": [],
|
|
|
|
"features": [],
|
2023-04-28 02:48:17 +00:00
|
|
|
"adapted_system_type": [
|
|
|
|
"mini"
|
|
|
|
],
|
|
|
|
"rom": "56KB",
|
|
|
|
"ram": "112KB",
|
2023-05-09 14:16:36 +00:00
|
|
|
"deps": {
|
2022-01-20 09:01:22 +00:00
|
|
|
"components": [],
|
|
|
|
"third_party": []
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [],
|
|
|
|
"inner_kits": [],
|
|
|
|
"test": []
|
|
|
|
}
|
|
|
|
}
|
2023-05-09 14:16:36 +00:00
|
|
|
}
|