Files
third_party_mksh/bundle.json
T
wuminjie 23412a959a 添加standard
Signed-off-by: wuminjie <wuminjie2@h-partners.com>
2024-10-23 15:03:02 +08:00

42 lines
957 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": [
"standard",
"small"
],
"rom": "172KB",
"ram": "344KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name" : "//third_party/mksh:sh"
}
],
"test": []
}
}
}