messagingappbase/schemeplugin/inc/SchemePluginDefs.hrh
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2004 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:  
       
    15 *      Constants used both in code and resources of Scheme Handler Plugin.   
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef SCHEME_PLUGIN_DEFS_HRH
       
    22 #define SCHEME_PLUGIN_DEFS_HRH
       
    23 
       
    24 // ***************************************************************************
       
    25 // **  THIS FILE IS INCLUDED IN RESOURCES (.rss) AND PROJECT FILES (.mmp).  **
       
    26 // **                     ONLY MACROS ARE ALLOWED.                          **
       
    27 // ***************************************************************************
       
    28 
       
    29 // MACROS
       
    30 
       
    31 /// Scheme dispatcher UID value.
       
    32 #define SCHEME_PLUGIN_UID			   0x101F869A
       
    33 #define SCHEME_PLUGIN_UID_RSS_NAME                 101F869A.rss
       
    34 
       
    35 /// Scheme App UID value.
       
    36 #define SCHEME_APP_UID									0x101f8532
       
    37 
       
    38 /// Scheme handler interface definition Uid
       
    39 #define 	SCHEME_INTERFACE_DEF		   0x101f8534
       
    40 
       
    41 /// Scheme handler interface implementation Uids
       
    42 #define		SCHEME_MMS_TO_IMP		   0x101F869B
       
    43 #define		SCHEME_MMS_IMP		    	   0x101F869C
       
    44 #define		SCHEME_SMS_IMP		    	   0x101F869D
       
    45 #define		SCHEME_LOCALAPP_IMP		   0x101F86E0
       
    46 
       
    47 #endif /* def SCHEME_PLUGIN_DEFS_HRH */