<?xml version='1.0' encoding='utf-8'?>
<plugin id="org.apache.cordova.btprinter" version="1.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
    <name>btprinter</name>
    <js-module name="btprinter" src="www/btprinter.js">
        <clobbers target="navigator.btprinter" />
    </js-module>

    <platform name="android">
        <source-file src="src/android/BluetoothPrinter.java" target-dir="org/apache/cordova/btprinter"/>
        <config-file target="res/xml/config.xml" parent="/*">
            <feature name="BluetoothPrinter">
                <param name="android-package" value="org.apache.cordova.btprinter.BluetoothPrinter"/>
            </feature>
        </config-file>

        <source-file src="src/android/BluetoothPrinterService.java" target-dir="org/apache/cordova/btprinter"/>
        <config-file target="res/xml/config.xml" parent="/*">
            <feature name="BluetoothPrinterService">
                <param name="android-package" value="org.apache.cordova.btprinter.BluetoothPrinterService"/>
            </feature>
        </config-file>
    </platform>
</plugin>
