UNPKG

cordova-plugin-mposonewrapper

Version:

mpo usage

35 lines (28 loc) 1.55 kB
<?xml version='1.0' encoding='utf-8'?> <plugin id="cordova-plugin-MpoSoneWrapper" version="0.1.36" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android"> <name>MpoSoneWrapper</name> <js-module name="MpoSoneWrapper" src="www/MpoSoneWrapper.js"> <clobbers target="cordova.plugins.MpoSoneWrapper" /> </js-module> <platform name="android"> <config-file parent="/*" target="res/xml/config.xml"> <feature name="MpoSoneWrapper"> <param name="android-package" value="com.example.mposonewrapper.MpoSoneWrapper" /> </feature> </config-file> <config-file parent="/*" target="AndroidManifest.xml"> <uses-feature android:name="android.hardware.usb.host" /> <uses-feature android:name="android.hardware.nfc" /> <uses-permission android:name="android.permission.WAKE_LOCK" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.NFC"/> </config-file> <source-file src="src/android/MpoSoneWrapper.java" target-dir="src/cordova-plugin-mposonewrapper/MpoSoneWrapper" /> <lib-file src="src/android/libs/core-3.1.0.jar" /> <lib-file src="src/android/libs/pos_api.jar" /> </platform> </plugin>