{ "name": "Sys-Plugin", "id": "Sys-Plugin", "version": "1.0.0", "description": "系统硬件", "_dp_type": "nativeplugin", "_dp_nativeplugin": { "android": { "plugins": [ { "type": "module", "name": "sysPlugin", "class": "com.example.sysplugin.system" }, { "type": "module", "name": "SerialPortModule", "class": "com.example.sysplugin.SerialPortModule" }, { "type": "module", "name": "yxPlugin", "class": "com.example.sysplugin.YxPluginModule" }, { "type": "module", "name": "phPlugin", "class": "com.example.sysplugin.PhPluginModule" }, { "type": "module", "name": "mqttPlugin", "class": "com.example.sysplugin.mqtt" } ], "integrateType": "aar", "dependencies": [], "compileOptions": { "sourceCompatibility": "1.8", "targetCompatibility": "1.8" }, "abis": [ "armeabi-v7a", "x86" ], "minSdkVersion": "21", "permissions": [] } } }