mmappcomponents/audiofetcher/inc/audiofetcher.hrh
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 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: Resource headers
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef AUDIOFETCHER_HRH
       
    19 #define AUDIOFETCHER_HRH
       
    20 
       
    21 // CONSTANTS
       
    22 
       
    23 #define KAudioFetcherDllUid                0x20021213       //dll uid
       
    24 #define KAudioFetcherImplementationUid     0x20021214       //implementation uid
       
    25 
       
    26 enum TAudioFetcherControlId
       
    27     {
       
    28     EFetcherControl = 2300// any arbitary value
       
    29     };
       
    30 
       
    31 
       
    32 enum TTAudioFetcherCommandId
       
    33 	{
       
    34 	ECmdSelectMarked,
       
    35 	ECmdMarkingSubmenu,
       
    36 	ECmdStartMultipleMarking,
       
    37 	ECmdEndMultipleMarking
       
    38 	};
       
    39 
       
    40 enum TListIcons
       
    41     {
       
    42     EEIconMusic = 0,
       
    43     EEIconTone = 1,
       
    44     EEIconVideo = 2,
       
    45     EEIconRecording = 3,
       
    46     EEIconArtist = 4,
       
    47     EEIconAlbum = 5,
       
    48     EEIconGenre = 6,
       
    49     EEIconComposer = 7,
       
    50     EEIconFolder = 8,
       
    51     EEIconUnknown = 9,
       
    52     EEIconFolderDownload = 10,
       
    53     EEIconNullItemOff = 11,
       
    54     EEIconMemoryCard = 12,
       
    55     EEIconMassStorage = 13,
       
    56     EEIconEmpty = 14,
       
    57     EEIconImage
       
    58     };
       
    59 
       
    60 #endif  // AUDIOFETCHER_HRH
       
    61 
       
    62 // End of File