syncmlfw/ds/settings/src/pcsuite/NSmlDSProfileRes.rss
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource data for DS-settings 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../NSmlDSProfile.rh"
       
    20 #include <nsmldsprofileres.loc>
       
    21 
       
    22 RESOURCE PROFILES nsml_ds_profiles
       
    23 	{
       
    24 	profiles=
       
    25 		{
       
    26 		PROFILE
       
    27 			{
       
    28 			profiledisplayname=qtn_nsds_va_suite_prf_n1;
       
    29 			//username="xxx";
       
    30 			//password="xxx";
       
    31 			serverurl="PC Suite";
       
    32 			serverid="PC Suite";
       
    33 			serveralertedaction = ESmlEnableSync;
       
    34 			profilehidden=0;
       
    35 			transportid=0x101F99F1;
       
    36 			deleteallowed=0;
       
    37 			visibility="nrhrnnrrhnrnnrnrnn";
       
    38 			protocolversion=ESmlVersion1_2;
       
    39 			//httpauthused = 1;
       
    40 			//httpauthusername = "UName";
       
    41 			//httpauthpassword = "PWord";
       
    42 
       
    43 			contenttypes=
       
    44 				{
       
    45 #ifdef __SYNCML_DS_CAL
       
    46 				CONTENTTYPE
       
    47 					{
       
    48 					adapter_implementation_uid = 0x101F6DDE; // Calendar
       
    49 					clientdatasource = "";
       
    50 					serverdatasource = "Calendar";
       
    51 					synctype = ESmlTwoWay;
       
    52 					filtervisibility = "h";
       
    53 					synctypevisibility = "r";
       
    54 					creatorid = 0x101F6DDE;
       
    55 					}
       
    56 #endif
       
    57 #ifdef __SYNCML_DS_CON
       
    58 #ifdef __SYNCML_DS_CAL
       
    59 					 ,
       
    60 #endif
       
    61 				CONTENTTYPE
       
    62 					{
       
    63 					adapter_implementation_uid = 0x101F6DDD; // Calendar
       
    64 					clientdatasource = "";
       
    65 					serverdatasource = "Contacts";
       
    66 					synctype = ESmlTwoWay;
       
    67 					filtervisibility = "h";
       
    68 					synctypevisibility = "r";
       
    69 					creatorid = 0x101F6DDD;
       
    70 					}
       
    71 #endif
       
    72 #ifdef __SYNCML_DS_EMAIL
       
    73 #if defined (__SYNCML_DS_CON) || defined (__SYNCML_DS_CAL)
       
    74 					 ,
       
    75 #endif
       
    76 				CONTENTTYPE
       
    77 					{
       
    78 					adapter_implementation_uid = 0x101F6DDF; // Email
       
    79 					clientdatasource = "";
       
    80 					serverdatasource = "Email";
       
    81 					synctype = ESmlTwoWay;
       
    82 					filtervisibility = "h";
       
    83 					synctypevisibility = "r";
       
    84 					creatorid = 0x101F6DDF;
       
    85 					enabled = 0;
       
    86 					}
       
    87 #endif
       
    88 #ifdef __SYNCML_DS_NOTEPAD
       
    89 #if defined (__SYNCML_DS_CON) || defined (__SYNCML_DS_CAL) || defined (__SYNCML_DS_EMAIL)
       
    90 					,
       
    91 #endif
       
    92 				CONTENTTYPE
       
    93 					{
       
    94 					adapter_implementation_uid = 0x101F8612; // Notepad
       
    95 					clientdatasource = "";
       
    96 					serverdatasource = "Notes";
       
    97 					synctype = ESmlTwoWay;
       
    98 					filtervisibility = "h";
       
    99 					synctypevisibility = "h";
       
   100 					creatorid = 0x101FF968;
       
   101 					}
       
   102 #endif
       
   103 #if defined (__SYNCML_DS_CON) || defined (__SYNCML_DS_CAL) || defined (__SYNCML_DS_EMAIL) || defined (__SYNCML_DS_NOTEPAD)
       
   104 					,
       
   105 #endif
       
   106 				CONTENTTYPE
       
   107 					{
       
   108 					adapter_implementation_uid = 0x102751BA; // Bookmarks
       
   109 					clientdatasource = "";
       
   110 					serverdatasource = "Bookmarks";
       
   111 					synctype = ESmlTwoWay;
       
   112 					filtervisibility = "h";
       
   113 					synctypevisibility = "h";
       
   114 					creatorid = 0x101FF968;
       
   115 					}				
       
   116 				};
       
   117 			},
       
   118 		PROFILE
       
   119 			{
       
   120 			profiledisplayname="PC Suite Data Sync";
       
   121 			//username="xxx";
       
   122 			//password="xxx";
       
   123 			serverurl="PC Suite Data Sync";
       
   124 			serverid="PC Suite Data Sync";
       
   125 			profilehidden=1;
       
   126 			transportid=0x101F99F1;
       
   127 			deleteallowed=0;
       
   128 			visibility="hhhhhhhhhhhhhhhhhh";
       
   129 			protocolversion=ESmlVersion1_2;
       
   130 			serveralertedaction = ESmlEnableSync;		
       
   131 			//httpauthused = 1;
       
   132 			//httpauthusername = "UName";
       
   133 			//httpauthpassword = "PWord";		
       
   134 			contenttypes=
       
   135 				{
       
   136 				CONTENTTYPE
       
   137 					{
       
   138 					adapter_implementation_uid = 0x101F6DDE; // Calendar
       
   139 					clientdatasource = "";
       
   140 					serverdatasource = "Calendar";
       
   141 					synctype = ESmlTwoWay;
       
   142 					filtervisibility = "h";
       
   143 					synctypevisibility = "h";
       
   144 					creatorid = 0x101FF968;
       
   145 					},
       
   146 				CONTENTTYPE
       
   147 					{
       
   148 					adapter_implementation_uid = 0x101F6DDD; // Contacts
       
   149 					clientdatasource = "";
       
   150 					serverdatasource = "Contacts";
       
   151 					synctype = ESmlTwoWay;
       
   152 					filtervisibility = "h";
       
   153 					synctypevisibility = "r";
       
   154 					creatorid = 0x101FF968;
       
   155 					},
       
   156 				CONTENTTYPE
       
   157 					{
       
   158 					adapter_implementation_uid = 0x101F8612; // Notepad
       
   159 					clientdatasource = "";
       
   160 					serverdatasource = "Notes";
       
   161 					synctype = ESmlTwoWay;
       
   162 					filtervisibility = "h";
       
   163 					synctypevisibility = "h";
       
   164 					creatorid = 0x101FF968;
       
   165 					},
       
   166 				CONTENTTYPE
       
   167 					{
       
   168 					adapter_implementation_uid = 0x101FF972; // Media gallery
       
   169 					clientdatasource = "";
       
   170 					serverdatasource = "Gallery";
       
   171 					synctype = ESmlTwoWay;
       
   172 					filtervisibility = "h";
       
   173 					synctypevisibility = "h";
       
   174 					creatorid = 0x101FF968;
       
   175 					},
       
   176 				CONTENTTYPE
       
   177  					{
       
   178 					adapter_implementation_uid = 0x10206B5C; // SMS 
       
   179  					clientdatasource = "";
       
   180  					serverdatasource = "sms";
       
   181  					synctype = ESmlTwoWay;
       
   182  					filtervisibility = "h";
       
   183  					synctypevisibility = "h";
       
   184  					creatorid = 0x101FF968;
       
   185  					},
       
   186 				CONTENTTYPE
       
   187  					{
       
   188 					adapter_implementation_uid = 0x101FB0E9; // MMS
       
   189  					clientdatasource = "";
       
   190  					serverdatasource = "mms";
       
   191  					synctype = ESmlTwoWay;
       
   192  					filtervisibility = "h";
       
   193  					synctypevisibility = "h";
       
   194  					creatorid = 0x101FF968;
       
   195  					},
       
   196  					CONTENTTYPE
       
   197 					{
       
   198 					adapter_implementation_uid = 0x102751BA; // Bookmarks
       
   199 					clientdatasource = "";
       
   200 					serverdatasource = "Bookmarks";
       
   201 					synctype = ESmlTwoWay;
       
   202 					filtervisibility = "h";
       
   203 					synctypevisibility = "h";
       
   204 					creatorid = 0x101FF968;
       
   205  					},
       
   206  					CONTENTTYPE
       
   207 					{
       
   208 					adapter_implementation_uid = 0x101F6DDF; // Email
       
   209 					clientdatasource = "";
       
   210 					serverdatasource = "Email";
       
   211 					synctype = ESmlTwoWay;
       
   212 					filtervisibility = "h";
       
   213 					synctypevisibility = "h";
       
   214 					creatorid = 0x101FF968;
       
   215 					}					
       
   216 				};
       
   217 			},
       
   218 		PROFILE
       
   219 			{
       
   220 			profiledisplayname="SMS";
       
   221 			//username="xxx";
       
   222 			//password="xxx";
       
   223 			serverurl="sms";
       
   224 			serverid="sms";
       
   225 			profilehidden=1;
       
   226 			transportid=0x101F99F1;
       
   227 			deleteallowed=0;
       
   228 			visibility="hhhhhhhhhhhhhhhhhh";
       
   229 			protocolversion=ESmlVersion1_2;
       
   230 			//httpauthused = 1;
       
   231 			//httpauthusername = "UName";
       
   232 			//httpauthpassword = "PWord";
       
   233 			contenttypes=
       
   234 				{
       
   235 				CONTENTTYPE
       
   236  					{
       
   237 					adapter_implementation_uid = 0x10206B5C; // SMS 
       
   238  					clientdatasource = "";
       
   239  					serverdatasource = "sms";
       
   240  					synctype = ESmlTwoWay;
       
   241  					filtervisibility = "h";
       
   242  					synctypevisibility = "h";
       
   243  					creatorid = 0x101FF968;
       
   244  					}
       
   245  				};
       
   246  			}
       
   247 #ifdef __SYNCML_TWIN_SUITE
       
   248 					,
       
   249         PROFILE
       
   250             {
       
   251             profiledisplayname="Twin";
       
   252             //username="xxx";
       
   253             //password="xxx";
       
   254             serverurl="Twin";
       
   255             serverid="Twin";
       
   256             serveralertedaction = ESmlEnableSync;
       
   257             profilehidden=0;
       
   258             transportid=0x101F99F1;
       
   259             deleteallowed=0;
       
   260             visibility="nrhrnnrrhnrnnrnrnn";
       
   261             protocolversion=ESmlVersion1_2;
       
   262             //httpauthused = 1;
       
   263             //httpauthusername = "UName";
       
   264             //httpauthpassword = "PWord";
       
   265 
       
   266             contenttypes=
       
   267                 {
       
   268                 CONTENTTYPE
       
   269                     {
       
   270                     adapter_implementation_uid = 0x101F6DDE; // Calendar
       
   271                     clientdatasource = "";
       
   272                     serverdatasource = "Calendar";
       
   273                     synctype = ESmlTwoWay;
       
   274                     filtervisibility = "h";
       
   275                     synctypevisibility = "r";
       
   276                     creatorid = 0x101F6DDE;
       
   277                     }
       
   278                      ,
       
   279                 CONTENTTYPE
       
   280                     {
       
   281                     adapter_implementation_uid = 0x101F6DDD; // Contacts
       
   282                     clientdatasource = "";
       
   283                     serverdatasource = "Contacts";
       
   284                     synctype = ESmlTwoWay;
       
   285                     filtervisibility = "h";
       
   286                     synctypevisibility = "r";
       
   287                     creatorid = 0x101F6DDD;
       
   288                     }
       
   289                      ,
       
   290                 CONTENTTYPE
       
   291                     {
       
   292                     adapter_implementation_uid = 0x101F6DDF; // Email
       
   293                     clientdatasource = "";
       
   294                     serverdatasource = "Email";
       
   295                     synctype = ESmlTwoWay;
       
   296                     filtervisibility = "h";
       
   297                     synctypevisibility = "r";
       
   298                     creatorid = 0x101F6DDF;
       
   299                     enabled = 0;
       
   300                     }
       
   301                     ,
       
   302                 CONTENTTYPE
       
   303                     {
       
   304                     adapter_implementation_uid = 0x101F8612; // Notepad
       
   305                     clientdatasource = "";
       
   306                     serverdatasource = "Notes";
       
   307                     synctype = ESmlTwoWay;
       
   308                     filtervisibility = "h";
       
   309                     synctypevisibility = "h";
       
   310                     creatorid = 0x101FF968;
       
   311                     }
       
   312                     ,
       
   313                 CONTENTTYPE
       
   314                     {
       
   315                     adapter_implementation_uid = 0x102751BA; // Bookmarks
       
   316                     clientdatasource = "";
       
   317                     serverdatasource = "Bookmarks";
       
   318                     synctype = ESmlTwoWay;
       
   319                     filtervisibility = "h";
       
   320                     synctypevisibility = "h";
       
   321                     creatorid = 0x101FF968;
       
   322                     }
       
   323                     ,                
       
   324                 CONTENTTYPE
       
   325                     {
       
   326                     adapter_implementation_uid = 0x10282E73; // Image Metadata
       
   327                     clientdatasource = "";
       
   328                     serverdatasource = "ImageMetadata";
       
   329                     synctype = ESmlTwoWay;
       
   330                     filtervisibility = "h";
       
   331                     synctypevisibility = "h";
       
   332                     creatorid = 0x101FF968;
       
   333                     }
       
   334                     ,
       
   335                 CONTENTTYPE
       
   336                     {
       
   337                     adapter_implementation_uid = 0x10282E74; // Music Metadata
       
   338                     clientdatasource = "";
       
   339                     serverdatasource = "MusicMetadata";
       
   340                     synctype = ESmlTwoWay;
       
   341                     filtervisibility = "h";
       
   342                     synctypevisibility = "h";
       
   343                     creatorid = 0x101FF968;
       
   344                     }
       
   345                     ,
       
   346                 CONTENTTYPE
       
   347                     {
       
   348                     adapter_implementation_uid = 0x10282E75; // Video Metadata
       
   349                     clientdatasource = "";
       
   350                     serverdatasource = "VideoMetadata";
       
   351                     synctype = ESmlTwoWay;
       
   352                     filtervisibility = "h";
       
   353                     synctypevisibility = "h";
       
   354                     creatorid = 0x101FF968;
       
   355                     }
       
   356                     ,
       
   357                 CONTENTTYPE
       
   358                     {
       
   359                     adapter_implementation_uid = 0x10206B5C; // SMS 
       
   360                     clientdatasource = "";
       
   361                     serverdatasource = "sms";
       
   362                     synctype = ESmlTwoWay;
       
   363                     filtervisibility = "h";
       
   364                     synctypevisibility = "h";
       
   365                     creatorid = 0x101FF968;
       
   366                     }
       
   367                     ,
       
   368                 CONTENTTYPE
       
   369                     {
       
   370                     adapter_implementation_uid = 0x101FB0E9; // MMS
       
   371                     clientdatasource = "";
       
   372                     serverdatasource = "mms";
       
   373                     synctype = ESmlTwoWay;
       
   374                     filtervisibility = "h";
       
   375                     synctypevisibility = "h";
       
   376                     creatorid = 0x101FF968;
       
   377                     }                    
       
   378                 };
       
   379             }
       
   380 #endif
       
   381 #ifdef __SYNCML_ISYNC
       
   382 ,
       
   383 PROFILE
       
   384 			{
       
   385 			profiledisplayname="iSync";
       
   386 			//username="xxx";
       
   387 			//password="xxx";
       
   388 			serverurl="iSync";
       
   389 			serverid="iSync";
       
   390 			profilehidden=1;
       
   391 			transportid=0x101F99F1;
       
   392 			deleteallowed=0;
       
   393 			visibility="hhhhhhhhhhhhhhhhhh";
       
   394 			protocolversion=ESmlVersion1_2;
       
   395 			serveralertedaction = ESmlEnableSync;		
       
   396 			//httpauthused = 1;
       
   397 			//httpauthusername = "UName";
       
   398 			//httpauthpassword = "PWord";		
       
   399 			contenttypes=
       
   400 				{
       
   401 				CONTENTTYPE
       
   402 					{
       
   403 					adapter_implementation_uid = 0x101F6DDE; // Calendar
       
   404 					clientdatasource = "";
       
   405 					serverdatasource = "Calendar";
       
   406 					synctype = ESmlTwoWay;
       
   407 					filtervisibility = "h";
       
   408 					synctypevisibility = "h";
       
   409 					creatorid = 0x101FF968;
       
   410 					},
       
   411 				CONTENTTYPE
       
   412 					{
       
   413 					adapter_implementation_uid = 0x101F6DDD; // Contacts
       
   414 					clientdatasource = "";
       
   415 					serverdatasource = "Contacts";
       
   416 					synctype = ESmlTwoWay;
       
   417 					filtervisibility = "h";
       
   418 					synctypevisibility = "r";
       
   419 					creatorid = 0x101FF968;
       
   420 					}
       
   421 				};
       
   422 			}
       
   423 #endif	
       
   424 		};
       
   425 	}