cordova-plugin-tpns-hms/plugin.xml

23 lines
1.2 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-tpns-hms" version="0.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>TpnsHmsPlugin</name>
<dependency id="cordova-plugin-tpns" url="https://m.shuto.cn:8681/public/cordova-plugin-tpns.git" version="0.0.1"/>
<js-module name="TpnsHmsPlugin" src="www/TpnsHmsPlugin.js">
<clobbers target="TpnsHms" />
</js-module>
<platform name="android">
<config-file parent="/*" target="res/xml/config.xml">
<feature name="TpnsHmsPlugin">
<param name="android-package" value="com.shuto.plugin.tpns.hms.TpnsHmsPlugin" />
</feature>
</config-file>
<config-file parent="/*" target="AndroidManifest.xml"></config-file>
<framework src="src/android/build-tpns-hms.gradle" custom="true" type="gradleReference" />
<hook type="before_plugin_install" src="scripts/install.js" />
<hook type="before_plugin_add" src="scripts/install.js" />
<hook type="before_prepare" src="scripts/install.js"/>
<hook type="before_plugin_uninstall" src="scripts/uninstall.js" />
</platform>
</plugin>