mirror of
https://github.com/openharmony/third_party_mksh.git
synced 2026-07-01 12:24:52 -04:00
05cb65d4e0
Signed-off-by: lyn1121 <335661597@qq.com>
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
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": [
|
|
"mksh_terminal_ext",
|
|
"mksh_feature_support_usr_symlink"
|
|
],
|
|
"adapted_system_type": [
|
|
"standard",
|
|
"small"
|
|
],
|
|
"rom": "172KB",
|
|
"ram": "344KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name" : "//third_party/mksh:sh"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|