[CB-3656] first pass wp8 support

This commit is contained in:
Benn Mapes
2013-06-24 14:11:43 -07:00
parent f02ae7697e
commit 380630624d
2 changed files with 505 additions and 0 deletions
+15
View File
@@ -73,5 +73,20 @@ id="org.apache.cordova.core.CameraLauncher"
<source-file src="src/wp7/Camera.cs" />
</platform>
<!-- wp8 -->
<platform name="wp8">
<config-file target="config.xml" parent="/*">
<feature name="Camera">
<param name="wp-package" value="Camera"/>
</feature>
</config-file>
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
<Capability Name="ID_CAP_ISV_CAMERA" />
</config-file>
<source-file src="src/wp8/Camera.cs" />
</platform>
</plugin>