[Windows8] added support for Windows8

This commit is contained in:
purplecabbage
2013-07-29 19:04:44 -07:00
parent 5d747c739d
commit fe35a3ce65
2 changed files with 359 additions and 0 deletions
+18
View File
@@ -5,6 +5,7 @@
version="0.1.0">
<name>Camera</name>
<js-module src="www/CameraConstants.js" name="Camera">
<clobbers target="Camera" />
</js-module>
@@ -13,6 +14,8 @@
<clobbers target="CameraPopoverOptions" />
</js-module>
<js-module src="www/Camera.js" name="camera">
<clobbers target="navigator.camera" />
</js-module>
@@ -112,5 +115,20 @@
<clobbers target="CameraPopoverHandle" />
</js-module>
</platform>
<!-- windows8 -->
<platform name="windows8">
<dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" subdir="/" />
<js-module src="www/CameraPopoverHandle.js" name="CameraPopoverHandle">
<clobbers target="CameraPopoverHandle" />
</js-module>
<js-module src="src/windows8/CameraProxy.js" name="CameraProxy">
<merges target="" />
</js-module>
</platform>
</plugin>