mirror of
https://gitee.com/openharmony/third_party_littlefs
synced 2024-11-23 06:50:37 +00:00
add bundle.json
Signed-off-by: pjscc <pangjiashuai@huawei.com>
This commit is contained in:
parent
aadfa52ea3
commit
31ac800f84
31
bundle.json
Normal file
31
bundle.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user