!23 补充误删除的bundle.json文件

Merge pull request !23 from mengweiwww/master
This commit is contained in:
openharmony_ci
2023-08-29 09:31:03 +00:00
committed by Gitee
+34
View File
@@ -0,0 +1,34 @@
{
"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": []
}
}
}