syncmlfw/ds/settings/src/NSmlDSProfile.rh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 21:22:11 +0300
changeset 63 e0c1916b8ddc
parent 0 b497e44ab2fc
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Defines fields for creation of sync profile from resource files.
*
*/


#include "NSmlDSResourceProfiledefs.h"

STRUCT PROFILES
	{
	STRUCT profiles[];
	}

STRUCT PROFILE
	{
	STRUCT contenttypes[];
	LTEXT profiledisplayname;
	WORD iapid = 0;
	LONG transportid = 1;
	LTEXT serverusername;
	LTEXT serverpassword;
	LTEXT serverurl;
	LTEXT serverid;
	WORD serveralertedaction = ESmlConfirmSync;
	BYTE deleteallowed = 1;
	BYTE profilehidden = 0;
	LTEXT visibility;
	WORD protocolversion = ESmlVersion1_2;
	LONG creatorid;	
	BYTE httpauthused = 0;
	LTEXT httpauthusername;
	LTEXT httpauthpassword;
	}

STRUCT CONTENTTYPE
	{
	LONG adapter_implementation_uid;
	LTEXT clientdatasource;
	LTEXT serverdatasource;
	WORD synctype = ESmlTwoWay;
	LTEXT filtervisibility;
	LTEXT synctypevisibility;
	LONG creatorid;
	BYTE enabled = 1;	
	}