syncmlfw/dm/settings/src/pcsuite/NSmlDMProfileRes.rss
changeset 0 b497e44ab2fc
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 DM-settings 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../NSmlDMProfile.rh"
       
    20 
       
    21 RESOURCE DMPROFILES nsml_dm_profiles
       
    22 	{
       
    23 	dmprofiles=
       
    24 		{
       
    25 		DMPROFILE
       
    26 			{
       
    27 			profiledisplayname="PC Suite";
       
    28 			serverusername ="";
       
    29 			serverpassword="";
       
    30 			clientpassword="";
       
    31 			serverurl="PC Suite";
       
    32 			transportid=0x101F99F1;
       
    33 			serverid="PC Suite";
       
    34 			dmsessionid=0;
       
    35 			serveralertaction = 1;
       
    36 			authenticationrequired = 0;
       
    37 			profilehidden=1;
       
    38 			}
       
    39 		};
       
    40 	}