Files
third_party_mksh/bundle.json
pjscc bfdc3fbe56 add bundle.json
Signed-off-by: pjscc <pangjiashuai@huawei.com>
2022-01-20 17:01:22 +08:00

34 lines
792 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": "thirdparty_mksh",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}