rfid扫描管理-lSun
This commit is contained in:
parent
9952d688d4
commit
68afe68d9c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "DeviceModule",
|
||||
"id": "DeviceModule",
|
||||
"version": "1.5",
|
||||
"description": "DeviceModule",
|
||||
"_dp_type": "nativeplugin",
|
||||
"_dp_nativeplugin": {
|
||||
"android": {
|
||||
"plugins": [{
|
||||
"type": "module",
|
||||
"name": "DeviceModule_RFID",
|
||||
"class": "io.device.uniplugin.module.RFIDModule"
|
||||
},
|
||||
{
|
||||
"type": "module",
|
||||
"name": "DeviceModule_Barcode2D",
|
||||
"class": "io.device.uniplugin.module.Barcode2DModule"
|
||||
},
|
||||
{
|
||||
"type": "module",
|
||||
"name": "DeviceModule_Bluetooth",
|
||||
"class": "io.device.uniplugin.module.BluetoothModule"
|
||||
},
|
||||
{
|
||||
"type": "module",
|
||||
"name": "DeviceModule_Export",
|
||||
"class": "io.device.uniplugin.module.ExportModule"
|
||||
}
|
||||
],
|
||||
"dependencies": [],
|
||||
"abis": [
|
||||
"armeabi-v7a|arm64-v8a|x86"
|
||||
],
|
||||
"hooksClass": "",
|
||||
"integrateType": "aar",
|
||||
"minSdkVersion": "19",
|
||||
"parameters": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue