foundation_system/sf_config/CI_external/customisation/CustomisationInterface/confml/CI_camerax.confml
branchRCL_3
changeset 20 bae7f55f6ef7
parent 19 c39e182aa37c
child 21 1a4e75cfed9d
--- a/foundation_system/sf_config/CI_external/customisation/CustomisationInterface/confml/CI_camerax.confml	Tue Aug 31 16:25:42 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>