foundation_system/sf_config/CI_external/customisation/CustomisationInterface/confml/CIA_ShutdownSequence.confml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:25:42 +0300
branchRCL_3
changeset 19 c39e182aa37c
permissions -rw-r--r--
Revision: 201034 Kit: 201035

<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:confml="http://www.s60.com/xml/confml/2" name="Operator Shutdown Animation">
  <feature name="Operator Shutdown Animation" ref="CIA_ShutdownAnimationSequence">
    <desc>Shutdown animation. The customer specific shutdown element can contain either a still image or an animation with or without a customer specified tone.</desc>
    <setting name="Shutdown Animation Duration" ref="ShutdownAnimationDuration" type="int" readOnly="true">
      <desc>Time in milliseconds. Display time for still image is max 3 seconds (3000 msec), for animation 3 max seconds.</desc>
    </setting>
    <setting name="Shutdown Audio" ref="ShutdownAnimationTone" type="file">
      <property name="type" value="audio/mpeg  audio/midi audio/aac" unit="mime"/>
      <localPath/>
      <targetPath readOnly="true"/>
      <desc>Sound tone played during animation. Animation is displayed at speed of 10 fps. If the optional tone is longer than 3 seconds, the last image will be displayed until the tone has finished. Max length for the tone is 3 seconds. Max bitrate for the tone is 128kbps</desc>
    </setting>
    <setting name="Shutdown Frames Location" ref="ShutdownFrameLocation" type="folder">
      <property name="type" value="image/svg" unit="mime"/>
      <property name="width" value="360" unit="pixel"/>
      <property name="height" value="640" unit="pixel"/>		 
      <localPath/>
      <targetPath readOnly="true"/>
      <desc>Size:Maximum 640 x 360 pixels, Length: Max. 3 sec, No.of bitmaps: Max.25 and format: SVGT, Animation is displayed at speed of 10 fps. If the optional tone is longer than 2.5 seconds, the last image will be displayed until the tone has finished.</desc>
    </setting>
    <setting name="Shutdown gif animation" ref="ShutdownGifAnimation" type="file">
			<desc>Size:Maximum 640 x 360 pixels, Length: Max.3 sec, If the optional tone is longer than 3 seconds, the last image will be displayed until the tone has finished</desc>
      <property name="type" value="image/gif" unit="mime"/>
      <property name="width" value="360" unit="pixel"/>
 			<property name="height" value="640" unit="pixel"/>
      <localPath/>
      <targetPath readOnly="true"/>
		</setting>
  </feature>

  <feature name="Operator Shutdown Still image" ref="CIA_ShutdownStillImage">
    <desc>Shutdown animation. The customer specific shutdown element can contain either a still image or an animation with or without a customer specified tone.</desc>
    <setting name="Shutdown still image" ref="ShutdownStillImageFile" type="file">
      <desc>Shutdown still image file</desc>
      <localPath/>
      <targetPath readOnly="true"/>
      <property name="type" value="image/bmp image/svg" unit="mime"/>
      <property name="width" value="360" unit="pixel"/>
      <property name="height" value="640" unit="pixel"/>
      <property name="maxSize" unit="kB" value="100"/>
    </setting>
  </feature>
</configuration>