diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..ae1012ddfbdb6db54da927c5ee96fd55de340e53 --- /dev/null +++ b/bundle.json @@ -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": "thirdparty_mtdev", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file