camerauis/cameraxui/cxengine/conf/CI_camerax.confml
changeset 52 7e18d488ac5f
parent 46 c826656d6714
child 55 0da2a5b56583
--- a/camerauis/cameraxui/cxengine/conf/CI_camerax.confml	Fri Aug 06 10:03:37 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-<configuration xmlns="http://www.s60.com/xml/confml/1" name="camerax">
-  <feature ref="CxSettingsCrUid" name="CameraX Application Settings">
-    <desc>CameraX settings</desc>
-    
-    <setting ref="StillShowCapturedCr" name="Show Captured Image" type="selection">
-      <desc>StillShowCapturedCr defines setting in Image settings.
-            If disabled, post-capture view is not shown after capturing an image.
-      </desc>
-      <option name="On" value="-1"/>
-      <option name="2 seconds" value="2000"/>
-      <option name="10 seconds" value="10000"/>
-      <option name="Off" value="0"/>
-    </setting>
-    
-    <setting ref="VideoShowCapturedCr" name="Show Captured Video" type="selection">
-      <desc>VideoShowCapturedCr defines setting in Image settings.
-            If disabled, post-capture view is not shown after capturing an video.
-      </desc>
-      <option name="On" value="-1"/>
-      <option name="2 seconds" value="2000"/>
-      <option name="10 seconds" value="10000"/>
-      <option name="Off" value="0"/>
-    </setting>
-    
-    <setting ref="GeoTaggingCr" name="Store GPS Location Information" type="selection">
-      <desc> Store location information in metadata for captured images.</desc>
-      <option name="Disabled" value="0"/>
-      <option name="Enabled" value="1"/>
-    </setting>
-    
-    <setting ref="FacetrackingCr" name="Store facetracking state" type="selection">
-      <desc>The key defines if facetracking should be on or off.</desc>
-      <option name="Disabled" value="0"/>
-      <option name="Enabled" value="1"/>
-    </setting>
-    
-    <setting ref="CaptureSoundAlwaysOnCr" name="Capture sound always on" type="selection">
-      <desc>The key defines if the capture sound should always be played, regardless of profile sounds.</desc>
-      <option name="Disabled" value="0"/>
-      <option name="Enabled" value="1"/>
-    </setting>
-    
-  </feature>
-</configuration>