1{
2    "name": "@ohos/mtdev",
3    "description": "The mtdev library transforms all variants of kernel MT events to the slotted type B protocol",
4    "version": "3.1",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/mtdev"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "readmePath": {
14        "en": "README"
15    },
16    "component": {
17        "name": "mtdev",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": [],
21        "adapted_system_type": [ "standard" ],
22        "rom": "400KB",
23        "ram": "800KB",
24        "deps": {
25            "components": [],
26            "third_party": []
27        },
28        "build": {
29            "sub_component": [],
30            "inner_kits": [
31              {
32                "name": "//third_party/mtdev:libmtdev-third-mmi"
33              }
34            ],
35            "test": []
36        }
37    }
38}