imsrv_plat/ximp_core_feature_plugin_api/inc/ximpfeaturepluginifids.hrh
changeset 46 860cd8a5168c
parent 35 085f765766a0
equal deleted inserted replaced
35:085f765766a0 46:860cd8a5168c
     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:  feature plugin if ids
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef XIMPFEATUREPLUGINIFIDS_HRH
       
    19 #define XIMPFEATUREPLUGINIFIDS_HRH
       
    20 
       
    21 // datmodel
       
    22 #define XIMP_ECOM_IF_UID_PROTOCOL_DATAMODEL_CODEC_INTERFACE 0x2000B5E9
       
    23 
       
    24 // operations
       
    25 #define XIMP_ECOM_IF_UID_OPERATIONS_INTERFACE				0x20015A0D
       
    26 
       
    27 //processor
       
    28 #define XIMP_ECOM_IF_UID_PROTOCOL_DATA_HOST_INTERFACE		0x20015A0E
       
    29 
       
    30 #endif //XIMPFEATUREPLUGINIFIDS_HRH
       
    31