-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
23 lines (22 loc) · 1.08 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version='1.0' encoding='utf-8'?>
<plugin id="zapplica-plugin-ipda018bcr" version="1.0.4" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>Ipda018BCR</name>
<description>read barcodes from Ipda018 series with build in barcode scanner</description>
<author>[email protected]</author>
<keywords>Ipda018,barcode reader</keywords>
<license>Apache License 2.0</license>
<js-module name="Ipda018BCR" src="www/Ipda018BCR.js">
<clobbers target="cordova.plugins.Ipda018BCR" />
</js-module>
<platform name="android">
<config-file parent="/*" target="res/xml/config.xml">
<feature name="Ipda018BCR">
<param name="android-package" value="net.zapplica.plugin.ipda018bcr.Ipda018BCR" />
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest">
</config-file>
<lib-file src="src/android/scanSDK.jar" arch="device" />
<source-file src="src/android/net/zapplica/plugin/ipda018bcr/Ipda018BCR.java" target-dir="src/net/zapplica/plugin/ipda018bcr/" />
</platform>
</plugin>