foundation_system/sf_config/CI_external/customisation/CustomisationInterface/confml/CIA_StartupSequence.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 Startup Animation">
       
     3 	<feature name="Operator Startup Animation" ref="CIA_StartupAnimationSequence">
       
     4 		<desc>Startup animation. The customer specific startup element can contain either a still image or an animation with or without a customer specified tone.</desc>
       
     5 		<setting name="Startup Animation Duration" ref="StartupAnimationDuration"  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="Startup Audio" ref="StartupAnimationTone" type="file">
       
     9 			<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>
       
    10 			<property name="type" value="audio/mpeg  audio/midi audio/aac" unit="mime"/>
       
    11       <property name="maxSize" unit="kB" value="100"/>
       
    12       <localPath/>
       
    13       <targetPath readOnly="true"/>
       
    14 		</setting>
       
    15 		<setting name="Startup Frames Location" ref="StartupFrameLocation" type="folder">
       
    16 			<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 3 seconds, the last image will be displayed until the tone has finished</desc>
       
    17       <property name="type" value="image/svg" unit="mime"/>
       
    18       <property name="width" value="360" unit="pixel"/>
       
    19  			<property name="height" value="640" unit="pixel"/>
       
    20       <localPath/>
       
    21       <targetPath readOnly="true"/>
       
    22 		</setting>
       
    23 		<setting name="Startup gif animation" ref="StartupGifAnimation" type="file">
       
    24 			<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>
       
    25       <property name="type" value="image/gif" unit="mime"/>
       
    26       <property name="width" value="360" unit="pixel"/>
       
    27  			<property name="height" value="640" unit="pixel"/>
       
    28       <localPath/>
       
    29       <targetPath readOnly="true"/>
       
    30 		</setting>
       
    31 	</feature>
       
    32 	
       
    33 	<feature name="Operator Startup Still image" ref="CIA_StartupStillImage">
       
    34 		<desc>Startup animation. The customer specific startup element can contain either a still image or an animation with or without a customer specified tone.</desc>
       
    35 		<setting name="Startup still image." ref="StartupStillImageFile" type="file">
       
    36 			<desc>The image will be shown for approx. 3 seconds</desc>
       
    37       <localPath/>
       
    38       <targetPath readOnly="true"/>
       
    39 				<property name="type" value="image/bmp image/svg" unit="mime"/>
       
    40         <property name="width" value="360" unit="pixel"/>
       
    41  				<property name="height" value="640" unit="pixel"/>
       
    42 			  <property name="maxSize" unit="kB" value="100"/>
       
    43 		</setting>		
       
    44 	</feature>
       
    45 </configuration>