mirror of
https://github.com/openharmony/third_party_mksh.git
synced 2026-07-19 12:44:01 -04:00
7bd3a760f4
Close #I78DB8 Signed-off-by: zhushengle <zhushengle@huawei.com> Change-Id: Ia89029d1802a2cc5aa3699f159dc14761419b3f8
37 lines
831 B
JSON
37 lines
831 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": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"small"
|
|
],
|
|
"rom": "172KB",
|
|
"ram": "344KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|