imservices/imfeatureplugin/group/imdlluids.hrh
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     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 IM DLL uids
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef IMDLLUIDS_HRH
       
    19 #define IMDLLUIDS_HRH
       
    20 
       
    21 
       
    22 // -----------------------------------------------------------------------------
       
    23 // Common dll uids
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 #define XIMP_IM_DLL_UID_STATIC_INTERFACE                   0x1000008d
       
    27 #define XIMP_IM_DLL_UID_ECOM_PLUGIN                        0x10009D8D
       
    28 
       
    29 // -----------------------------------------------------------------------------
       
    30 // Common UID 3 for the XIMP Framework dlls.
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 #define XIMP_IM_DLL_UID_COMMON                             0x10282DD8
       
    34 // -----------------------------------------------------------------------------
       
    35 // ECOM implementation UID
       
    36 // -----------------------------------------------------------------------------
       
    37 //
       
    38 #define XIMP_ECOM_IMPLEMENTATION_UID_IM_INTERFACE   				0x2000B5ED
       
    39 
       
    40 //#define XIMP_ECOM_IMPL_UID_IM_CACHE_INTERFACE       				0x2000B5EE
       
    41 
       
    42 // Factory interface for internal data structures
       
    43 #define XIMP_ECOM_IMPL_UID_IM_DATAMODEL_INTERFACE   				0x2000B5EF
       
    44 
       
    45 #define XIMP_ECOM_IMPL_UID_IM_PROCESSOR_INTERFACE   				0x20015A10
       
    46 #define XIMP_ECOM_IMPL_UID_IM_OPERATION_INTERFACE   				0x20015A0F
       
    47 
       
    48 // -----------------------------------------------------------------------------
       
    49 // Other dll uids
       
    50 // -----------------------------------------------------------------------------
       
    51 //
       
    52 #define XIMP_DLL_UID_IM_HOOK                      					0x2000B5F0
       
    53 #define XIMP_DLL_UID_IM_MANAGER                   					0x2000B5F1
       
    54 #define XIMP_DLL_UID_IM_DATAMODEL_HOOK            					0x2000B5F2
       
    55 //#define XIMP_DLL_UID_IM_CACHE_HOOK                					0x2000B5F3
       
    56 #define XIMP_DLL_UID_IM_PROCESSOR	            					0x2000B5F4
       
    57 #define XIMP_DLL_UID_IM_PROCESSOR_HOOK            					0x20015A12
       
    58 #define XIMP_DLL_UID_IM_OPERATIONS_HOOK            					0x20015A13
       
    59 
       
    60 
       
    61 #define XIMP_DLL_UID_IM_OPERATION           						0x20015A11
       
    62 
       
    63 
       
    64 //#define XIMP_ECOM_IMPLEMENTATION_UID_IM_INTERFACE 		0x2000B5EA
       
    65 //#define XIMP_DLL_UID_IM_HOOK                      			0x2000B5EB
       
    66 //#define XIMP_DLL_UID_IM_MANAGER                   			0x2000B5EC
       
    67 
       
    68 
       
    69 
       
    70 
       
    71 #endif // IMDLLUIDS_HRH
       
    72 
       
    73