|
1 /* |
|
2 * Copyright (c) 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: XIMP Framework SEARCH Feature plugin DLL uids |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef SEARCHDLLUIDS_HRH |
|
20 #define SEARCHDLLUIDS_HRH |
|
21 |
|
22 |
|
23 // ----------------------------------------------------------------------------- |
|
24 // Common dll uids |
|
25 // ----------------------------------------------------------------------------- |
|
26 // |
|
27 #define XIMP_SEARCH_DLL_UID_STATIC_INTERFACE 0x1000008d |
|
28 #define XIMP_SEARCH_DLL_UID_ECOM_PLUGIN 0x10009D8D |
|
29 |
|
30 |
|
31 // ----------------------------------------------------------------------------- |
|
32 // ECOM implementation UID |
|
33 // ----------------------------------------------------------------------------- |
|
34 // |
|
35 #define XIMP_ECOM_IMPLEMENTATION_UID_SEARCH_INTERFACE 0x2001846F |
|
36 #define XIMP_ECOM_IMPL_UID_SEARCH_DATAMODEL_INTERFACE 0x20018470 |
|
37 #define XIMP_ECOM_IMPL_UID_SEARCH_PROCESSOR_INTERFACE 0x20018471 |
|
38 #define XIMP_ECOM_IMPL_UID_SEARCH_OPERATION_INTERFACE 0x20018472 |
|
39 |
|
40 //------------------------------------------------------------------------------------- |
|
41 // HOOK uids |
|
42 //------------------------------------------------------------------------------------ |
|
43 |
|
44 #define XIMP_DLL_UID_SEARCH_HOOK 0x20018473 |
|
45 #define XIMP_DLL_UID_SEARCH_DATAMODEL_HOOK 0x20018474 |
|
46 #define XIMP_DLL_UID_SEARCH_PROCESSOR_HOOK 0x20018475 |
|
47 #define XIMP_DLL_UID_SEARCH_OPERATIONS_HOOK 0x20018476 |
|
48 |
|
49 //------------------------------------------------------------------------------------- |
|
50 // Dll uids |
|
51 //------------------------------------------------------------------------------------ |
|
52 |
|
53 #define XIMP_DLL_UID_SEARCH_MANAGER 0x20018477 |
|
54 #define XIMP_DLL_UID_SEARCH_PROCESSOR 0x20018478 |
|
55 #define XIMP_DLL_UID_SEARCH_OPERATION 0x20018479 |
|
56 #define XIMP_DLL_UID_SEARCH_DATAMODEL 0x2001847A |
|
57 |
|
58 |
|
59 |
|
60 #endif // SEARCHDLLUIDS_HRH |
|
61 |
|
62 |