ximpfw/presence/group/presencedlluids.hrh
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2006, 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 Presence DLL uids
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef PRESENCEDLLUIDS_HRH
       
    19 #define PRESENCEDLLUIDS_HRH
       
    20 
       
    21 
       
    22 // -----------------------------------------------------------------------------
       
    23 // Common dll uids
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 #define XIMP_PRESENCE_DLL_UID_STATIC_INTERFACE                   0x1000008d
       
    27 #define XIMP_PRESENCE_DLL_UID_ECOM_PLUGIN                        0x10009D8D
       
    28 
       
    29 // -----------------------------------------------------------------------------
       
    30 // ECOM implementation UID
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 #define XIMP_ECOM_IMPLEMENTATION_UID_PRESENCE_INTERFACE   0x2000B186
       
    34 
       
    35 #define XIMP_ECOM_IMPL_UID_PRESENCE_CACHE_READER       0x2000B4EE
       
    36 #define XIMP_ECOM_IMPL_UID_PRESENCE_CACHE_WRITER       0x2000B4F0  
       
    37 
       
    38 // Factory interface for internal data structures
       
    39 #define XIMP_ECOM_IMPL_UID_PRESENCE_DATAMODEL_INTERFACE   0x2000B197
       
    40 
       
    41 // -----------------------------------------------------------------------------
       
    42 // Other dll uids
       
    43 // -----------------------------------------------------------------------------
       
    44 //
       
    45 #define XIMP_DLL_UID_PRESENCE_HOOK                      0x2000B1AE
       
    46 #define XIMP_DLL_UID_PRESENCE_MANAGER                   0x2000B1AF
       
    47 #define XIMP_DLL_UID_PRESENCE_DATAMODEL_HOOK            0x2000B198
       
    48 #define XIMP_DLL_UID_PRESENCE_CACHE_HOOK                0x2000B4E9
       
    49 #define XIMP_DLL_UID_PRESENCE_CACHE_CLIENT              0x2000B4EA
       
    50 #define XIMP_DLL_UID_PRESENCE_CACHE_SERVER              0x2000B4EB
       
    51 
       
    52 // Still have spare UIDs 0x2000B4EF, 
       
    53 
       
    54 // -----------------------------------------------------------------------------
       
    55 // ECOM Interface UIDs
       
    56 // -----------------------------------------------------------------------------
       
    57 // TODO: move it to the core side
       
    58 #define XIMP_ECOM_IF_UID_PRESENCE_EVENT_CODEC_INTERFACE   0x2000B199
       
    59 
       
    60 #endif // PRESENCEDLLUIDS_HRH
       
    61 
       
    62