dependencies/SchemeDefs.hrh
branchv5backport
changeset 31 a3e98f9c292b
equal deleted inserted replaced
30:f9f9f96b1873 31:a3e98f9c292b
       
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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.   
       
    16 *      
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef SCHEME_DEFS_HRH
       
    22 #define SCHEME_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 MIME type.
       
    32 #define SCHEME_MIME_TYPE                   "text/x-scheme"
       
    33 
       
    34 
       
    35 /// Scheme dispatcher UID value.
       
    36 #define SCHEME_DISPATCHER_UID							0x101f8531
       
    37 #define SCHEME_DISPATCHER_UID_RSS_NAME                  101f8531.rss
       
    38 
       
    39 /// Scheme App UID value.
       
    40 #define SCHEME_APP_UID									0x101f8532
       
    41 
       
    42 /// SCHEME Recognizer UID value.
       
    43 #define SCHEME_RECOG_UID								0x101f8533
       
    44 
       
    45 /// Scheme handler interface definition Uid
       
    46 #define 	SCHEME_INTERFACE_DEF						0x101f8534
       
    47 
       
    48 /// Scheme handler interface implementation Uids
       
    49 #define		SCHEME_WTAI_IMP								0x101f8546
       
    50 #define		SCHEME_FILE_IMP								0x101f8535
       
    51 #define		SCHEME_HTTP_IMP								0x101f8536
       
    52 #define		SCHEME_HTTPS_IMP							0x101F8573
       
    53 #define		SCHEME_RTSP_IMP								0x101f8537
       
    54 #define		SCHEME_MAIL_TO_IMP							0x101f8538
       
    55 #define		SCHEME_TEL_IMP						    	0x101F8574
       
    56 #define		SCHEME_CTI_IMP		    					0x101F8575
       
    57 #define		SCHEME_MMS_IMP		    					0x2000B05D
       
    58 
       
    59 
       
    60 
       
    61 #endif /* def SCHEME_DEFS_HRH */