blob: 613420d41bfd93b34df3fdf0e083c2af6459c019 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="org.apache.cordova.dialogs"
version="0.2.4">
<name>Notification</name>
<description>Cordova Notification Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,notification</keywords>
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320642</issue>
<js-module src="www/notification.js" name="notification">
<merges target="navigator.notification" />
</js-module>
<!-- firefoxos -->
<platform name="firefoxos">
<config-file target="config.xml" parent="/*">
<feature name="Notification">
<param name="firefoxos-package" value="Notification" />
</feature>
</config-file>
<asset src="www/firefoxos/notification.css" target="css/notification.css" />
<asset src="www/firefoxos/danger-press.png" target="css/danger-press.png" />
<asset src="www/firefoxos/danger.png" target="css/danger.png" />
<asset src="www/firefoxos/default.png" target="css/default.png" />
<asset src="www/firefoxos/gradient.png" target="css/gradient.png" />
<asset src="www/firefoxos/pattern.png" target="css/pattern.png" />
<asset src="www/firefoxos/recommend.png" target="css/recommend.png" />
<js-module src="src/firefoxos/notification.js" name="dialogs-impl">
<runs />
</js-module>
</platform>
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="Notification">
<param name="android-package" value="org.apache.cordova.dialogs.Notification"/>
</feature>
</config-file>
<source-file src="src/android/Notification.java" target-dir="src/org/apache/cordova/dialogs" />
<!-- android specific notification apis -->
<js-module src="www/android/notification.js" name="notification_android">
<merges target="navigator.notification" />
</js-module>
</platform>
<!-- amazon-fireos -->
<platform name="amazon-fireos">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="Notification">
<param name="android-package" value="org.apache.cordova.dialogs.Notification"/>
</feature>
</config-file>
<source-file src="src/android/Notification.java" target-dir="src/org/apache/cordova/dialogs" />
<!-- android specific notification apis -->
<js-module src="www/android/notification.js" name="notification_android">
<merges target="navigator.notification" />
</js-module>
</platform>
<!-- ubuntu -->
<platform name="ubuntu">
<header-file src="src/ubuntu/notification.h" />
<source-file src="src/ubuntu/notification.cpp" />
<resource-file src="src/ubuntu/notification.qml" />
</platform>
<!-- ios -->
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="Notification">
<param name="ios-package" value="CDVNotification"/>
</feature>
</config-file>
<header-file src="src/ios/CDVNotification.h" />
<source-file src="src/ios/CDVNotification.m" />
<resource-file src="src/ios/CDVNotification.bundle" />
<framework src="AudioToolbox.framework" weak="true" />
</platform>
<!-- blackberry10 -->
<platform name="blackberry10">
<source-file src="src/blackberry10/index.js" target-dir="Notification" />
<config-file target="www/config.xml" parent="/widget">
<feature name="Notification" value="Notification"/>
</config-file>
<js-module src="www/blackberry10/beep.js" name="beep">
<clobbers target="window.navigator.notification.beep" />
</js-module>
</platform>
<!-- wp7 -->
<platform name="wp7">
<config-file target="config.xml" parent="/*">
<feature name="Notification">
<param name="wp-package" value="Notification"/>
</feature>
</config-file>
<source-file src="src/wp/Notification.cs" />
<source-file src="src/wp/NotificationBox.xaml.cs" />
<source-file src="src/wp/NotificationBox.xaml" />
<source-file src="src/wp/notification-beep.wav" />
</platform>
<!-- wp8 -->
<platform name="wp8">
<config-file target="config.xml" parent="/*">
<feature name="Notification">
<param name="wp-package" value="Notification"/>
</feature>
</config-file>
<source-file src="src/wp/Notification.cs" />
<source-file src="src/wp/NotificationBox.xaml.cs" />
<source-file src="src/wp/NotificationBox.xaml" />
<source-file src="src/wp/notification-beep.wav" />
</platform>
<!-- windows8 -->
<platform name="windows8">
<js-module src="src/windows8/NotificationProxy.js" name="NotificationProxy">
<merges target="" />
</js-module>
</platform>
</plugin>