foundation_system/sf_config/CI_external/customisation/CustomisationInterface/confml/CIA_ShutdownSequence.confml
branchRCL_3
changeset 20 bae7f55f6ef7
parent 19 c39e182aa37c
child 21 1a4e75cfed9d
equal deleted inserted replaced
19:c39e182aa37c 20:bae7f55f6ef7
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <configuration xmlns:confml="http://www.s60.com/xml/confml/2" name="Operator Shutdown Animation">
       
     3   <feature name="Operator Shutdown Animation" ref="CIA_ShutdownAnimationSequence">
       
     4     <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>
       
     5     <setting name="Shutdown Animation Duration" ref="ShutdownAnimationDuration" type="int" readOnly="true">
       
     6       <desc>Time in milliseconds. Display time for still image is max 3 seconds (3000 msec), for animation 3 max seconds.</desc>
       
     7     </setting>
       
     8     <setting name="Shutdown Audio" ref="ShutdownAnimationTone" type="file">
       
     9       <property name="type" value="audio/mpeg  audio/midi audio/aac" unit="mime"/>
       
    10       <localPath/>
       
    11       <targetPath readOnly="true"/>
       
    12       <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>
       
    13     </setting>
       
    14     <setting name="Shutdown Frames Location" ref="ShutdownFrameLocation" type="folder">
       
    15       <property name="type" value="image/svg" unit="mime"/>
       
    16       <property name="width" value="360" unit="pixel"/>
       
    17       <property name="height" value="640" unit="pixel"/>		 
       
    18       <localPath/>
       
    19       <targetPath readOnly="true"/>
       
    20       <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>
       
    21     </setting>
       
    22     <setting name="Shutdown gif animation" ref="ShutdownGifAnimation" type="file">
       
    23 			<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>
       
    24       <property name="type" value="image/gif" unit="mime"/>
       
    25       <property name="width" value="360" unit="pixel"/>
       
    26  			<property name="height" value="640" unit="pixel"/>
       
    27       <localPath/>
       
    28       <targetPath readOnly="true"/>
       
    29 		</setting>
       
    30   </feature>
       
    31 
       
    32   <feature name="Operator Shutdown Still image" ref="CIA_ShutdownStillImage">
       
    33     <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>
       
    34     <setting name="Shutdown still image" ref="ShutdownStillImageFile" type="file">
       
    35       <desc>Shutdown still image file</desc>
       
    36       <localPath/>
       
    37       <targetPath readOnly="true"/>
       
    38       <property name="type" value="image/bmp image/svg" unit="mime"/>
       
    39       <property name="width" value="360" unit="pixel"/>
       
    40       <property name="height" value="640" unit="pixel"/>
       
    41       <property name="maxSize" unit="kB" value="100"/>
       
    42     </setting>
       
    43   </feature>
       
    44 </configuration>