Files
third_party_mksh/bundle.json
yinjiaming 2de9806be3 fix:部件需求整改
修复了脚本扫描出的bundle.json的问题

Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: I3bd4d19fcdc4232aecdec81b6030a308fde0a6f5
2023-04-28 16:54:43 +08:00

36 lines
829 B
JSON

{
"name": "@ohos/mksh",
"description": "a secure operating system from the BSD family for 32-bit i386 and sparc systems",
"version": "3.1",
"license": "MirOS",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/mksh"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYRIGHT",
"readmePath": {
"en": ""
},
"component": {
"name": "mksh",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [
"small"
],
"rom": "172KB",
"ram": "344KB",
"external_deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}