2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: For adding content to be synchronized.
22 #define KSmlDataProperty_HasMaxSize 0x00000001
23 #define KSmlDataProperty_HasMaxOccur 0x00000002
24 #define KSmlDataProperty_FieldReplace 0x00000004
25 #define KSmlDataProperty_RecordFilter 0x00000008
26 #define KSmlDataProperty_NoTruncate 0x00000010
29 #define KSmlDataStore_HasMaxSize 0x00000001
30 #define KSmlDataStore_HasMaxItems 0x00000002
31 #define KSmlDataStore_FieldFilter 0x00000004
32 #define KSmlDataStore_RecordFilter 0x00000008
33 #define KSmlDataStore_Hierarchical 0x00000010
36 #define KSmlSyncType_TwoWay 0x0001
37 #define KSmlSyncType_OneWayFromSvr 0x0002
38 #define KSmlSyncType_OneWayFromClnt 0x0004
39 #define KSmlSyncType_SlowSync 0x0008
40 #define KSmlSyncType_RefreshFromSvr 0x0010
41 #define KSmlSyncType_RefreshFromClnt 0x0020