Files
third_party_mtdev/bundle.json
mengweiwww 46137f14f8 update bundle.json.
Signed-off-by: mengweiwww <mengwei23@huawei.com>
2023-08-29 08:28:13 +00:00

34 lines
831 B
JSON

{
"name": "@ohos/mtdev",
"description": "The mtdev library transforms all variants of kernel MT events to the slotted type B protocol",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/mtdev"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"readmePath": {
"en": "README"
},
"component": {
"name": "mtdev",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "400KB",
"ram": "800KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}