!4 添加bundle.json

Merge pull request !4 from pjscc/OpenHarmony-3.0-LTS
This commit is contained in:
openharmony_ci 2022-01-24 02:37:23 +00:00 committed by Gitee
commit 746a01d4f0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

39
bundle.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "@ohos/littlefs",
"version": "",
"description": "A little fail-safe filesystem designed for microcontrollers.",
"homePage": "https://gitee.com/openharmony",
"license": "BSD 3-Clause",
"repository": "https://gitee.com/openharmony/third_party_littlefs",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"third_party"
],
"keywords": [
"third-party",
"littlefs"
],
"envs": {},
"dirs": {},
"segment": {
"destPath": "third_party/littlefs"
},
"component": {
"name": "thirdparty_littlefs",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}