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: Virtual phonebook public UIDs.
19 #ifndef VPBKPUBLICUID_H
20 #define VPBKPUBLICUID_H
23 //////////////////////////////////////////////////////////////////////////
25 // Virtual Phonebook Attribute UIDs
27 //////////////////////////////////////////////////////////////////////////
30 * Virtual Phonebook Speed Dial Attribute UID
32 * @see CVPbkSpeedDialAttribute
34 #define KVPbkSpeedDialAttributeImplementationUID 0x10207289
37 * Virtual Phonebook Default Attribute UID
39 * @see CVPbkDefaultAttribute
41 #define KVPbkDefaultAttributeImplementationUID 0x1020728a
44 * Virtual Phonebook Voice Tag Attribute UID
46 * @see CVPbkVoiceTagAttribute
48 #define KVPbkVoiceTagAttributeImplementationUID 0x1020728b
51 * Virtual Phonebook Top Contact Attribute Imp UID
53 * @see CVPbkVoiceTagAttribute
55 #define KVPbkTopContactAttributeManagerImpUid 0x200100E2
57 //////////////////////////////////////////////////////////////////////////
59 // Contacts Model <-> Virtual Phonebook converter ECOM implementation UID
61 //////////////////////////////////////////////////////////////////////////
64 * Virtual Phonebook Contact Id Converter ECOM implementation UID
66 * @see CVPbkContactIdConverter
68 #define KVPbkContactIdConverterImplementationUid 0x1020728c
72 #endif // VPBKPUBLICUID_H