musicplayer_plat/mpx_music_player_app_api/inc/mpxmusicplayerviewplugin.hrh
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     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 header for project View plugin type
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MPXMUSICPLAYERVIEWPLUGIN_HRH
       
    21 #define MPXMUSICPLAYERVIEWPLUGIN_HRH
       
    22 
       
    23 /** Plugin type UIDs */
       
    24 #define KMPXPluginTypePlaybackUid           0x101FFCA0
       
    25 #define KMPXPluginTypeCollectionUid         0x101FFCA1
       
    26 #define KMPXPluginTypeAudioEffectsUid       0x101FFCA2
       
    27 #define KMPXPluginTypeEqualizerUid          0x101FFCA3
       
    28 #define KMPXPluginTypeMetadataEditorUid     0x101FFCA4
       
    29 #define KMPXPluginTypeAlbumArtEditorUid     0x101FFCA5
       
    30 #define KMPXPluginTypePlaylistEditorUid     0x101FFCA6
       
    31 #define KMPXPluginTypeAddSongsEditorUid     0x101FFCA7
       
    32 #define KMPXPluginTypeMainUid               0x101FFCA9
       
    33 #define KMPXPluginTypeUPnPBrowseDialogUid   0x101FFCAD
       
    34 #define KMPXPluginTypeEmbeddedPlaybackUid   0x1011FCAF
       
    35 #define KMPXPluginTypeWaitNoteDialogUid     0x101FFC6E
       
    36 //To restor last played and start playing automatically.
       
    37 #define KMPXPluginTypeLastPlayedUid         0x10207C1B
       
    38 
       
    39 #endif  // MPXMUSICPLAYERVIEWPLUGIN_HRH
       
    40 
       
    41 // End of File