phonebookengines/contactsmodel/inc/CNTDEF.H
changeset 24 0ba2181d7c28
parent 0 e686773b3f54
--- a/phonebookengines/contactsmodel/inc/CNTDEF.H	Tue Feb 02 10:12:17 2010 +0200
+++ b/phonebookengines/contactsmodel/inc/CNTDEF.H	Fri Mar 19 09:27:18 2010 +0200
@@ -1,17 +1,20 @@
-// Copyright (c) 1997-2009 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:
-//
+/*
+* Copyright (c) 1997-2009 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: 
+*
+*/
+
 
 #ifndef __CNTDEF_H__
 #define __CNTDEF_H__
@@ -37,26 +40,26 @@
 const TInt KSpeedDialPhoneLength = 64;
 
 /**
-@publishedAll
+@internalTechnology
 @released
 */
 const TInt KCntMinSpeedDialIndex = 1;
 
 /**
-@publishedAll
+@internalTechnology
 @released
 */
 const TInt KCntMaxSpeedDialIndex = 9;
 
 /**
 Phone Match Length
-@publishedAll
+@internalTechnology
 @released
 */
 const TInt KMaxPhoneMatchLength = 15;
 
 /**
-@publishedAll
+@internalTechnology
 @released
 */
 const TInt KLowerSevenDigits = 7;
@@ -64,7 +67,7 @@
 /**
 Used for firstname, lastname, companyname, secondname and their
 associated pronunciation fields and e-mail address
-@publishedAll
+@internalTechnology
 @released
 */
 const TInt KCntMaxTextFieldLength=255;
@@ -72,7 +75,7 @@
 // Type definitions
 
 /**
-@publishedAll
+@internalTechnology
 @released
 */
 typedef TBuf<KSpeedDialPhoneLength> TSpeedDialPhoneNumber;
@@ -424,6 +427,20 @@
 @released
 */
 const TUid KUidContactFieldIMAddress = { KUidContactFieldIMAddressValue };
+
+/** Identifies an IM or SIP Service Provider field.
+*/
+const TUid KUidContactFieldServiceProvider = { KUidContactFieldServiceProviderValue };
+
+/** Identifies an presence information about contact.
+*/
+const TUid KUidContactFieldPresence = { KUidContactFieldPresenceValue };
+
+/** Identifies status message field.
+*/
+const TUid KUidContactFieldStatusMsg = { KUidContactFieldStatusMsgValue };
+
+
 /** Identifies a USIM second name field. This field is provided to
 store an additional representation of the contact's name, such as a
 nickname or a different representation. An example could be a Japanese
@@ -935,6 +952,20 @@
 */
 const TUid KUidContactFieldVCardMapDepartment={KIntContactFieldVCardMapDepartment};
 
+
+/** Favourites ranking field.
+@publishedAll
+@released
+*/
+const TUid KUidContactFieldFavourite={KUidContactFieldFavouriteValue};
+
+/** Field type maps to vCard extension property parameter value Favourite.
+@publishedAll
+@released
+*/
+const TUid KUidContactFieldVCardMapFavourite={KIntContactFieldVCardMapFavourite};
+
+
 /** Name of the TYPE property parameter, for which the values are work, home etc. 
 @publishedAll
 @released