fix:部件需求整改

修复了脚本扫描出的bundle.json的问题

Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: Iacfecfc5e033b7ee7c3904a3706360b90c7aec9e
This commit is contained in:
yinjiaming
2023-04-28 10:13:35 +08:00
parent 8ee2a73602
commit 4875e4d50a
+8 -5
View File
@@ -14,14 +14,17 @@
"en": "README"
},
"component": {
"name": "thirdparty_fatfs",
"name": "fatfs",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"adapted_system_type": [
"mini",
"small"
],
"rom": "336KB",
"ram": "672KB",
"external_deps": {
"components": [],
"third_party": []
},