|
1 /* |
|
2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
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". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Virtual phonebook UIDs. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef VPBKPRIVATEUID_H |
|
20 #define VPBKPRIVATEUID_H |
|
21 |
|
22 ////////////////////////////////////////////////////////////////////////// |
|
23 // |
|
24 // Application and DLL UIDs |
|
25 // |
|
26 ////////////////////////////////////////////////////////////////////////// |
|
27 |
|
28 // Virtual Phonebook Engine DLL UID3 |
|
29 #define KVPbkEngUID3 0x101f87b3 |
|
30 |
|
31 // Virtual Phonebook Contact Model Plugins DLL UID3 |
|
32 #define KVPbkCntModelPluginsDLLUID3 0x101f87ba |
|
33 |
|
34 // Virtual Phonebook VCard engine implementation DLL UID3 |
|
35 #define KVPbkVCardEndUID3 0x101f8864 |
|
36 |
|
37 // Virtual Phonebook SIM Store Service DLL UID3 |
|
38 #define KVPbkSimStoreServiceDLLUID3 0x10207294 |
|
39 |
|
40 ////////////////////////////////////////////////////////////////////////// |
|
41 // |
|
42 // ECom interface UIDs |
|
43 // |
|
44 ////////////////////////////////////////////////////////////////////////// |
|
45 |
|
46 // Virtual Phonebook Contact Id Converter Interface UID |
|
47 #define KVPbkContactIdConverterInterfaceUid 0x10207288 |
|
48 |
|
49 ////////////////////////////////////////////////////////////////////////// |
|
50 // |
|
51 // ECom implementation UIDs |
|
52 // |
|
53 ////////////////////////////////////////////////////////////////////////// |
|
54 |
|
55 // Virtual Phonebook Contact Model Store Implementation UID |
|
56 #define KVPbkCntModelStoreDomainImplementationUID 0x101f87b9 |
|
57 |
|
58 // Virtual Phonebook SIM Store Implementation UID |
|
59 #define KVPbkSimStoreDomainImplementationUID 0x101f87bd |
|
60 |
|
61 // Virtual Phonebook Adaptive Store Implementation UID |
|
62 #define KVPbkAdaptiveStoreDomainImplementationUID 0x101fd69d |
|
63 |
|
64 /////////////////////////////////////////////////////////////////////////// |
|
65 // |
|
66 // S60 specific contact model field types |
|
67 // |
|
68 /////////////////////////////////////////////////////////////////////////// |
|
69 // S60 specific contact field type containing text call object data |
|
70 #define KUidContactFieldCodTextValue 0x101F8840 |
|
71 |
|
72 // S60 specific contact field type containing image call object data |
|
73 #define KUidContactFieldCodImageValue 0x101F8841 |
|
74 |
|
75 // Contact model Find plugin UID |
|
76 #define KFindPluginUID 0x101f85f6 |
|
77 |
|
78 /////////////////////////////////////////////////////////////////////////// |
|
79 // |
|
80 // S60 specific UIDs |
|
81 // |
|
82 /////////////////////////////////////////////////////////////////////////// |
|
83 |
|
84 #define KEPOCAppUID2 0x100039ce |
|
85 #define KEPOCStaticDllUID2 0x1000008d |
|
86 #define KEComRecognitionUID2 0x10009D8D |
|
87 |
|
88 #endif // VPBKPRIVATEUID_H |
|
89 //End of file |
|
90 |