photos_plat/gallery_utilities_api/inc/glxcollectionpluginpriority.hrh
changeset 0 4e91876724a2
child 14 ce1c7ad1f18b
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:    Gallery Collection Priority
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __GLXCOLLECTIONPLUGINPRIORITY_HRH
       
    22 #define __GLXCOLLECTIONPLUGINPRIORITY_HRH
       
    23 
       
    24 enum TGlxCollectionPluginPriority
       
    25     {
       
    26     // Bug Fix @ ESLM-7VWF28 :: Priority change inorder to display the " ALL " collection folder as the first collection folder in the Photos Matrix Menu
       
    27     EGlxCollectionPluginAll             = 1500,
       
    28     EGlxCollectionPluginMonths          = 1300,
       
    29     EGlxCollectionPluginAlbums          = 1200,
       
    30     EGlxCollectionPluginTags            = 1100,
       
    31     EGlxCollectionPluginImageViewer     = 990,
       
    32     EGlxCollectionPluginShareOnline     = 900
       
    33     };
       
    34 
       
    35 #endif // __GLXCOLLECTIONPLUGINPRIORITY_HRH