configurationengine/source/plugins/symbian/ConeThemePlugin/themeplugin/tests/e75/cvc/confml/CVC_MMS.confml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <confml:configuration xmlns:confml="http://www.s60.com/xml/confml/2">
       
     3   <confml:feature name="MMS Image and Message Sizes" ref="CVC_MMS">
       
     4     <confml:desc>Additional mappings for MMS image and size settings</confml:desc>
       
     5     <confml:setting name="Image Size" ref="CVC_MMSImageSize" type="string">
       
     6       <confml:desc>Image size in pixels to which the picture is coverted when is transferred as part of and MMS message.</confml:desc>
       
     7       <confml:option name="Small" value="640x480"/>
       
     8       <confml:option name="Large" value="1600x1200"/>
       
     9     </confml:setting>
       
    10     <confml:setting name="Sent Message Size" ref="CVC_MMSSentMessageSize" type="int">
       
    11       <confml:desc>Defines the maximum possible size for an MMS to be sent in bytes. It is the application's responsibility to assert this. For UI use only.</confml:desc>
       
    12       <confml:option name="300K" value="307200"/>
       
    13       <confml:option name="350K" value="358400"/>
       
    14       <confml:option name="400K" value="409600"/>
       
    15       <confml:option name="450K" value="460800"/>
       
    16       <confml:option name="500K" value="512000"/>
       
    17     </confml:setting>
       
    18     <confml:setting name="Received Message Size" ref="CVC_MMSReceivedMessageSize" type="int">
       
    19       <confml:desc>Defines the maximum possible size for a received MMS in bytes. This value should be at least 4 kilobytes larger than KMmsEngineMaximumSendSize in order to reserve space for MMS headers and attachment MIME headers.</confml:desc>
       
    20       <confml:option name="304K" value="311296"/>
       
    21       <confml:option name="354K" value="362496"/>
       
    22       <confml:option name="404K" value="413696"/>
       
    23       <confml:option name="454K" value="464896"/>
       
    24       <confml:option name="504K" value="516096"/>
       
    25     </confml:setting>
       
    26 </confml:feature>
       
    27   <confml:data>
       
    28   </confml:data>
       
    29 </confml:configuration>