phoneuis/easydialing/inc/easydialingconstants.hrh
branchCompilerCompatibility
changeset 13 2411cd0e2ad6
parent 9 8871b09be73b
equal deleted inserted replaced
11:abbe9afab2af 13:2411cd0e2ad6
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Easy dialing constant definitions.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __EASYDIALINGCONSTANTS_HRH__
       
    19 #define __EASYDIALINGCONSTANTS_HRH__
       
    20 
       
    21 /**
       
    22  * Dll uid for plugin.
       
    23  */
       
    24 #define EASYDIALING_PLUGIN_DLL_UID 0x200212A0
       
    25 
       
    26 /**
       
    27  * Ecom interface uid plugin
       
    28  */
       
    29 #define EASYDIALING_PLUGIN_IF_UID 0x200212A1
       
    30 
       
    31 /**
       
    32  * Ecom implementation uid plugin. Same as DLL UID.
       
    33  */
       
    34 #define EASYDIALING_PLUGIN_ECOM_IMPL_UID 0x200212A0
       
    35 
       
    36 #endif //__EASYDIALINGCONSTANTS_HRH__
       
    37 
       
    38 // End of File
       
    39