<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
    xmlns:rim="http://www.blackberry.com/ns/widgets"
    xmlns:android="http://schemas.android.com/apk/res/android"
    id="ers.plugin.bpinter"
    version="0.0.1">
    <name>BPrinter</name>
    <description>Cordova BPrinter Plugin</description>
    <license>Apache 2.0</license>
    <keywords>cordova,bluetooth,printer</keywords>
    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git</repo>
    <issue>https://issues.apache.org/jira/browse/CB/component/12320648</issue>

    <js-module src="www/bprinter.js" name="bprinter">
        <clobbers target="bprinter" />
    </js-module>

    <!-- android -->
    <platform name="android">
        <config-file target="res/xml/config.xml" parent="/*">
            <feature name="BPrinter" >
                <param name="android-package" value="com.ers.bprinter.BPrinter"/>
            </feature>
        </config-file>

        <source-file src="src/android/com/ers/bprinter/BPrinter.java" target-dir="src/android/com/ers/bprinter" />
    </platform>

</plugin>