configurationengine/source/cone/confml/tests/data/CVC_Preinstalled.confml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="utf-8"?><configuration xmlns="http://www.s60.com/xml/confml/2">
       
     2 	<feature name="Pre-installed Content" ref="CVC_PreinstalledContent">
       
     3 		<desc>Customer-defined pre-installed content. Please note that the total size of the User Data Area content size must not exceed 5 Mbytes.</desc>
       
     4 
       
     5 		<setting maxOccurs="6" name="Pre-Installed MMS Messages" ref="CVC_PreInstalledMMSs" type="sequence">
       
     6 			<desc>Max 6 mms, max size 35K. Binary format (encoding according to MMS encapsulation specification)</desc>
       
     7 			<setting name="Pre-Installed MMS" ref="CVC_PreInstalledMMS" type="file">
       
     8 				<desc>Pre-Installed MMS</desc>
       
     9 				<property name="maxFileSize" unit="kb" value="35"/>
       
    10       <localPath/>
       
    11       <targetPath readOnly="true"/>
       
    12 			</setting>
       
    13 		</setting>
       
    14 
       
    15 		<setting name="Pre-Installed Images" ref="CVC_PreInstalledImagesFolder" type="folder">
       
    16 			<desc>Pre-Installed Images. Size up to 5MP (2560x1920 pixels), format JPEG. No EXIF data allowed</desc>
       
    17 			<property name="maxFileSize" unit="Mb" value="5"/>
       
    18       <localPath/>
       
    19       <targetPath readOnly="true"/>
       
    20 		</setting>
       
    21 
       
    22 		<setting name="Pre-Installed Streaming links" ref="CVC_PreInstalledStreamingLinksFolder" type="folder">
       
    23 			<desc>Pre-Installed Streaming links. Format is .ram file.</desc>
       
    24       <localPath/>
       
    25       <targetPath readOnly="true"/>
       
    26 		</setting>
       
    27 
       
    28 		<setting name="Pre-Installed Music Clips" ref="CVC_PreInstalledMusicClipsFolder" type="folder">
       
    29 			<desc>Pre-Installed Music Clips.</desc>
       
    30       <localPath/>
       
    31       <targetPath readOnly="true"/>
       
    32 		</setting>
       
    33 
       
    34 		<setting name="Pre-Installed Video Clips" ref="CVC_PreInstalledVideoClipsFolder" type="folder">
       
    35 			<desc>Pre-Installed Video Clips.</desc>
       
    36       <localPath/>
       
    37       <targetPath readOnly="true"/>
       
    38 		</setting>
       
    39 
       
    40 		<setting name="Default ringtone in General Profile" ref="CVC_DefaultRingtoneFile" type="file">
       
    41 			<desc>Default Ringtone in General Profile. Any supported media file.</desc>
       
    42       <localPath/>
       
    43       <targetPath readOnly="true"/>
       
    44 		</setting>
       
    45 
       
    46 		<setting name="Default Message Alert tone in General Profile" ref="CVC_DefaultMessageToneFile" type="file">
       
    47       <localPath/>
       
    48       <targetPath readOnly="true"/>
       
    49 			<desc>Default ringtone for incoming message event in General Profile. Any supported media file.</desc>
       
    50 		</setting>
       
    51 
       
    52 		<setting name="Default Video Call tone in General Profile" ref="CVC_DefaultVideoCallToneFile" type="file">
       
    53       <localPath/>
       
    54       <targetPath readOnly="true"/>
       
    55 			<desc>Default ringtone for video call event in General Profile. Any supported media file.</desc>
       
    56 		</setting>
       
    57 
       
    58 		<setting name="Pre-Installed Themes" ref="CVC_PreInstalledThemesFolder" type="folder">
       
    59 			<desc>Pre-Installed Themes. Format is Theme project archive zip file with extesion .tpf, containing the theme project and main .tdf file.</desc>
       
    60       <localPath/>
       
    61       <targetPath readOnly="true"/>
       
    62 		</setting>
       
    63 
       
    64 		<setting name="Application pre-Installed to User Data Area" ref="CVC_PreInstalledUDAApplicationsFolder" type="folder">
       
    65 			<desc>Complementary applications pre-Installed to device ROM. Will NOT be uninstallable by end-users. Format is Symbian sisgned .sis file or Java MIDP .jar + .jad. Ensure that application did pass Simbian Signed or Java Verified acceptance.</desc>
       
    66       <localPath/>
       
    67       <targetPath readOnly="true"/>
       
    68 		</setting>
       
    69 
       
    70 		<setting name="Application pre-Installed to Memory Card" ref="CVC_PreInstalledMMCApplicationsFolder" type="folder">
       
    71 			<desc>Complementary applications pre-Installed to device ROM. Will NOT be uninstallable by end-users. Format is Symbian	sisgned .sis file or Java MIDP .jar + .jad. Ensure that application	did pass Simbian Signed or Java Verified acceptance.</desc>
       
    72       <localPath/>
       
    73       <targetPath readOnly="true"/>
       
    74 		</setting>
       
    75 
       
    76 		<setting name="Pre-loaded (bundled) application installable by end-user." ref="CVC_BundledApplicationsFolder" type="folder">
       
    77 			<desc>Complementary applications pre-loaded to device. Offerecd for installation to the end-user. Format is Symbian sisgned .sis file or Java MIDP .jar + .jad. Ensure that application did pass Simbian Signed or Java Verified acceptance.</desc>
       
    78       <localPath/>
       
    79       <targetPath readOnly="true"/>
       
    80 		</setting>
       
    81 		
       
    82 		<setting name="Symbian Certificates" ref="CVC_CertificatesSymbian" type="sequence">
       
    83 			<desc>Symbian certificates for trusted software installations.
       
    84 			</desc>
       
    85 			<setting name="Symbian Certificate file" ref="CVC_SymbianCertificateFile" type="file">
       
    86 				<desc>Certificate file. Must be in X.509 CA format.</desc>
       
    87       <localPath/>
       
    88       <targetPath readOnly="true"/>
       
    89 			</setting>
       
    90 			<setting name="Trusted installation of native Symbian OS applications" ref="CVC_AllowSWInstall" type="boolean">
       
    91 				<desc>Allows installation of native Symbian OS applications (on/off)</desc>
       
    92 			</setting>
       
    93 			<setting name="Trusted to validate OCSP revocation responses" ref="CVC_AllowOCSPRevocationResponses" type="boolean">
       
    94 				<desc>Allows to validate OCSP revocation responses (on/off)
       
    95 				</desc>
       
    96 			</setting>
       
    97 		</setting>
       
    98 
       
    99 		<setting name="Java MIDP2 Certificates" ref="CVC_CertificatesMIDP" type="sequence">
       
   100 			<desc>Java MIDP certificates for trusted software installations.
       
   101 			</desc>
       
   102 			<setting name="Java Certificate file" ref="CVC_JavaCertificateFile" type="file">
       
   103 				<desc>Certificate file. Must be in X.509 CA format.</desc>
       
   104       <localPath/>
       
   105       <targetPath readOnly="true"/>
       
   106 			</setting>
       
   107 			<setting name="Trusted Domain" ref="CVC_TrustedDomain" type="selection">
       
   108 				<desc>Trusted application domain: Customer or Third-party.
       
   109 				</desc>
       
   110 				<option name="Customer" value="Customer"/>
       
   111 				<option name="Third Party" value="Third Party"/>
       
   112 			</setting>
       
   113 		</setting>
       
   114 		<setting name="Internet Certificates" ref="CVC_CertificatesInternet" type="sequence">
       
   115 			<desc>Certificates for Internet services: SSL/TLS (HTTPS,SecureIMAP, etc.) connections.</desc>
       
   116 			<setting name="Internet Certificate file" ref="InternetCertificateFile" type="file">
       
   117 				<desc>Certificate file. Must be in X.509 CA format.
       
   118 				</desc>
       
   119 			</setting>
       
   120 			<setting name="Trusted to validate OCSP revocation responses" ref="CVC_AllowOCSPRevocationResponses" type="boolean">
       
   121 				<desc>Allows to validate OCSP revocation responses (on/off)
       
   122 				</desc>
       
   123 			</setting>
       
   124 		</setting>
       
   125 	</feature>
       
   126 
       
   127 <data>
       
   128 
       
   129 
       
   130 <CVC_PreinstalledContent>
       
   131 
       
   132 <CVC_PreInstalledImagesFolder>
       
   133         <localPath>Media/Images</localPath>
       
   134 </CVC_PreInstalledImagesFolder>
       
   135 
       
   136 <CVC_PreInstalledStreamingLinksFolder>
       
   137         <localPath>Streaming Links</localPath>
       
   138 </CVC_PreInstalledStreamingLinksFolder>
       
   139 
       
   140 <CVC_PreInstalledMusicClipsFolder>
       
   141         <localPath>Media/Music</localPath>
       
   142 </CVC_PreInstalledMusicClipsFolder>
       
   143 
       
   144 <CVC_PreInstalledVideoClipsFolder>
       
   145         <localPath>Media/Videos</localPath>
       
   146 </CVC_PreInstalledVideoClipsFolder>
       
   147 
       
   148 <CVC_PreInstalledThemesFolder>
       
   149         <localPath>UI/Themes</localPath>
       
   150 </CVC_PreInstalledThemesFolder>
       
   151 
       
   152 <CVC_PreInstalledUDAApplicationsFolder>
       
   153         <localPath>Applications/Pre-installed to UDA</localPath>
       
   154 </CVC_PreInstalledUDAApplicationsFolder>
       
   155 
       
   156 <CVC_PreInstalledMMCApplicationsFolder>
       
   157         <localPath>Applications/Pre-installed to MMC</localPath>
       
   158 </CVC_PreInstalledMMCApplicationsFolder>
       
   159 
       
   160 <CVC_BundledApplicationsFolder>
       
   161         <localPath>Applications/Bundled</localPath>
       
   162 </CVC_BundledApplicationsFolder>
       
   163 
       
   164 </CVC_PreinstalledContent>
       
   165 
       
   166 </data>
       
   167 </configuration>