1{
2    "name": "@ohos/mksh",
3    "description": "a secure operating system from the BSD family for 32-bit i386 and sparc systems",
4    "version": "3.1",
5    "license": "MirOS",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/mksh"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYRIGHT",
13    "readmePath": {
14        "en": ""
15    },
16    "component": {
17        "name": "mksh",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": [
22            "standard",
23            "small"
24        ],
25        "rom": "172KB",
26        "ram": "344KB",
27        "deps": {
28            "components": [],
29            "third_party": []
30        },
31        "build": {
32            "sub_component": [],
33            "inner_kits": [
34                {
35                    "name" : "//third_party/mksh:sh"
36                }
37            ],
38            "test": []
39        }
40    }
41}
42