25 lines
930 B
XML
25 lines
930 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<plugin id="cordova-plugin-uhf" version="0.0.1"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
|
<name>RFID UHF Plugin</name>
|
|
<js-module name="cordova-plugin-uhf" src="www/uhf.js">
|
|
<clobbers target="cordova.plugin.uhf"/>
|
|
</js-module>
|
|
<platform name="android">
|
|
<config-file parent="/*" target="res/xml/config.xml">
|
|
<feature name="UHF">
|
|
<param name="android-package" value="cordova.plugin.uhf.UHF"/>
|
|
</feature>
|
|
</config-file>
|
|
|
|
<resource-file src="src/android/res/raw/scan.ogg"
|
|
target="res/raw/scan.ogg" />
|
|
|
|
<source-file src="src/android/cordova/plugin/uhf/UHF.java"
|
|
target-dir="cordova/plugin/uhf"/>
|
|
|
|
<lib-file src="src/android/libsref/uhf.jar" />
|
|
|
|
</platform>
|
|
</plugin>
|