fix:部件需求整改

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

Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: I3bd4d19fcdc4232aecdec81b6030a308fde0a6f5
This commit is contained in:
yinjiaming
2023-04-28 10:34:39 +08:00
parent 30a9d6f77a
commit 2de9806be3
+7 -5
View File
@@ -14,14 +14,16 @@
"en": ""
},
"component": {
"name": "thirdparty_mksh",
"name": "mksh",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"adapted_system_type": [
"small"
],
"rom": "172KB",
"ram": "344KB",
"external_deps": {
"components": [],
"third_party": []
},