mmappfw_plat/mpx_base_view_plugins_api/inc/mpxviewplugin.hrh
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Resource headers for project mpxviewplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MPXVIEWPLUGIN_HRH
       
    21 #define MPXVIEWPLUGIN_HRH
       
    22 
       
    23 #include <mpxplugin.hrh>
       
    24 
       
    25 // CONSTANTS
       
    26 
       
    27 /** View plugin interface UID */
       
    28 #define KMPXViewPluginInterfaceUid  0x101ffc6f
       
    29 
       
    30 
       
    31 // DEPRECATED
       
    32 // the following enums/constants are deprecated,
       
    33 // use the corresponding enums defined in mpxplugin.hrh instead
       
    34 // these will be removed in a future release
       
    35 
       
    36 /** Flag to indicate that this plugin needs to be preloaded */
       
    37 #define KMPXVpFeaturePreLoaded      0x0001
       
    38 
       
    39 /** Flag to indicate that this plugin is user selectable */
       
    40 #define KMPXVpFeatureUserSelectable 0x0002
       
    41 
       
    42 /** View Plugin priorities */
       
    43 enum TMPXViewPluginPriorities
       
    44     {
       
    45     EMPXViewPluginPriorityLowest = -20000,
       
    46     EMPXViewPluginPriorityLow = -10000,
       
    47     EMPXViewPluginPriorityNormal = 0,
       
    48     EMPXViewPluginPriorityHigh = 10000,
       
    49     EMPXViewPluginPriorityHighest = 20000
       
    50     };
       
    51 
       
    52 #endif  // MPXVIEWPLUGIN_HRH
       
    53 
       
    54 // End of File