You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
id="at.gofg.sportscomputer.powermanagement"
version="0.1.0">
<name>PowerManagement</name>
<description>PowerManagement plugin for Cordova</description>
<license>GPL</license>
<keywords>cordova,powermanagement</keywords>
<js-module src="www/powermanagement.js" name="device">
<clobbers target="powerManagement" />
</js-module>
<!-- wp7 -->
<platform name="wp7">
<config-file target="config.xml" parent="/*">
<feature name="PowerManagement">
<param name="wp-package" value="PowerManagement"/>
</feature>
</config-file>
<source-file src="src/wp/PowerManagement.cs" />
</platform>
<!-- wp8 -->
<platform name="wp8">
<config-file target="config.xml" parent="/*">
<feature name="PowerManagement">
<param name="wp-package" value="PowerManagement"/>
</feature>
</config-file>
<source-file src="src/wp/PowerManagement.cs" />
</platform>
</plugin>