mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxcollectiondbstd.h
branchRCL_3
changeset 53 3de6c4cf6b67
child 66 1f1dad4af8f8
equal deleted inserted replaced
52:14979e23cb5e 53:3de6c4cf6b67
       
     1 /*
       
     2 * Copyright (c) 2006,2007 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:  This header file contains constants definitions and type
       
    15 *                definition
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef MPXCOLLECTIONDBSTD_H
       
    21 #define MPXCOLLECTIONDBSTD_H
       
    22 
       
    23 // CONSTANTS
       
    24 enum TMPXAutoPlaylistType
       
    25     {
       
    26     EMPXNoAutoPlaylist = -1,
       
    27     EMPXRecentlyPlayedPlaylist,
       
    28     EMPXMostPlayedPlaylist,
       
    29     EMPXRecentlyAddedPlaylist,
       
    30     EMPXAutoPlaylistCount
       
    31     };
       
    32 
       
    33 const TInt KDBPluginUid = 0x101FFC3A;
       
    34 
       
    35 const TInt KMPXMaxRecentlyPlayedSongs = 40;
       
    36 const TInt KMPXMaxMostPlayedSongs = 40;
       
    37 const TInt KMPXRecentlyAddedInterval = 7;
       
    38 
       
    39 const TInt KMCMaxTextLen          = 255; // Maximum field size for categories is 255
       
    40 
       
    41 #endif // MPXCOLLECTIONDBSTD_H
       
    42 
       
    43 // End Of File