iaupdate/IAD/swhandlerplugin/inc/swhandlerplugin.hrh
branchRCL_3
changeset 73 79647526f98c
equal deleted inserted replaced
70:e8965914fac7 73:79647526f98c
       
     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 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 *
       
    16 */
       
    17 
       
    18 #ifndef SW_HANDLER_PLUGIN_HRH
       
    19 #define SW_HANDLER_PLUGIN_HRH
       
    20 
       
    21 // ***************************************************************************
       
    22 // **  THIS FILE IS INCLUDED IN RESOURCES (.rss) AND PROJECT FILES (.mmp).  **
       
    23 // **                     ONLY MACROS ARE ALLOWED.                          **
       
    24 // ***************************************************************************
       
    25 
       
    26 // MACROS
       
    27 
       
    28 /// UID value for specific scheme handler dll.
       
    29     #define SW_HANDLER_PLUGIN_UID         0x20031DF8
       
    30     #define SW_HANDLER_PLUGIN_RSS_NAME    swhandlerplugin.rss
       
    31 
       
    32 /// Scheme handler interface definition Uid
       
    33     #define SCHEME_INTERFACE_DEF          0x101f8534
       
    34 
       
    35 /// Implementation UID for specific scheme handler
       
    36     #define SW_HANDLER_PLUGIN_IMP         0x20031DF9
       
    37 
       
    38 
       
    39 
       
    40 #endif // SW_HANDLER_PLUGIN_HRH