imsrv_plat/ximp_core_protocol_plugin_api/inc/ximpprotocolpluginifids.hrh
changeset 51 61fad867f68e
equal deleted inserted replaced
-1:000000000000 51:61fad867f68e
       
     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 Protocol Plugin API interface IDs.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef XIMPPROTOCOLPLUGINIFIDS_HRH
       
    19 #define XIMPPROTOCOLPLUGINIFIDS_HRH
       
    20 
       
    21 
       
    22 /**
       
    23  * @defgroup ximpprotocolpluginapi XIMP Protocol Plugin API
       
    24  * @ingroup ximpcoreapi
       
    25  *
       
    26  * XIMP Framework Protocol Plugin API contains abstract
       
    27  * interfaces what protocol adaptation plug-ins must implement.
       
    28  * XIMP Framework will instantiate protocol plug-ins through
       
    29  * ECom framework and call methods declared in these interfces.
       
    30  *
       
    31  * XIMP Framework will instantiate and execute protocol
       
    32  * implementations on dedicated Symbian OS server process.
       
    33  * Protocol implementations are loaded on need basis, based
       
    34  * on XIMP Framework clients requests. Protocol adaptation
       
    35  * must derive from CXIMPProtocolPluginBase and make  
       
    36  * concrete protocol implementation available through ECom
       
    37  * framework.
       
    38  *
       
    39  * @since S60 v3.2
       
    40  */
       
    41 
       
    42 // ECom interface UID for XIMPFw Protocol Plugin Base
       
    43 #define XIMP_ECOM_IF_UID_PROTOCOL_PLUGIN_BASE_INTERFACE     0x10282DD7
       
    44 
       
    45 
       
    46 // Protocol plugin IF id's
       
    47 // 30xx - ximp related
       
    48 // 31xx - presence related
       
    49 // 32xx - instant messaging related
       
    50 
       
    51 // Interface IDs for XIMPFw Protocol Plugin API interfaces
       
    52 #define XIMP_IF_ID_PROTOCOL_PLUGIN                          3001
       
    53 #define XIMP_IF_ID_PROTOCOL_CONNECTION                      3002
       
    54 
       
    55 
       
    56 #endif // XIMPPROTOCOLPLUGINIFIDS_HRH
       
    57 
       
    58