2 * Copyright (c) 2004-2007 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: Constants for synchronization fields of contacts.
15 * If store plugin implementation supports a synchronization
16 * field R_VPBK_FIELD_TYPE_SYNCCLASS then these constants must be
22 #ifndef VPBKSYNCCONSTANTS_H
23 #define VPBKSYNCCONSTANTS_H
29 * A data for Private class.
31 _LIT(KVPbkContactSyncPrivate, "private");
34 * A data for Public class.
36 _LIT(KVPbkContactSyncPublic, "public");
39 * A data for non-defined synchronization field.
41 _LIT(KVPbkContactSyncNoSync, "none");
44 #endif // VPBKSYNCCONSTANTS_H