Files
third_party_mksh/bundle.json
zhushengle 96f0073deb feat: 部件化整改
Close #I71QQ2

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I26d25d0dcd4d44ccd4d7ff133922e81b59b5d163
2023-05-09 22:09:25 +08:00

37 lines
821 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",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}