added firefoxos network apis

This commit is contained in:
Herm Wong
2013-07-30 16:09:21 -07:00
parent f761170acf
commit 96b0c5d2f6
2 changed files with 38 additions and 0 deletions
+9
View File
@@ -17,6 +17,15 @@
<js-module src="www/Connection.js" name="Connection">
<clobbers target="Connection" />
</js-module>
<!-- firefoxos -->
<platform name="firefoxos">
<config-file target="config.xml" parent="/*">
<param name="firefox-package" value="Network" />
</config-file>
<source-file src="src/firefoxos/network.js" target dir="src/firefoxos" />
</platform>
<!-- android -->
<platform name="android">