first pass at wp7 support

This commit is contained in:
Benn Mapes
2013-06-07 11:37:25 -07:00
parent 04cfa1a949
commit 69525b9b98
2 changed files with 501 additions and 0 deletions
+11
View File
@@ -52,5 +52,16 @@ id="org.apache.cordova.core.CameraLauncher"
<source-file src="src/ios/CDVJpegHeaderWriter.m" />
<header-file src="src/ios/CDVExif.h" />
</platform>
<!-- wp7 -->
<platform name="wp7">
<config-file target="config.xml" parent="/*">
<feature name="Camera">
<param name="wp-package" value="Camera"/>
</feature>
</config-file>
<source-file src="src/wp7/Camera.cs" />
</platform>
</plugin>