internetradio2.0/inc/irinternalcrkeys.h
changeset 14 896e9dbc5f19
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Visual Radio central repository keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef IRINTERNALCRKEYS_H
       
    20 #define IRINTERNALCRKEYS_H
       
    21 
       
    22 #include <e32cmn.h>
       
    23 
       
    24 /** The UID of the category we use. Must be the same as Visual Radio's UID3 (SID). */
       
    25 const TUid KCRUidInternetRadio = { 0x2000B499};
       
    26 
       
    27 // Keys Definition
       
    28 const TUint32 KIRFavoritesMaxNum                        = { 0x00000001 };
       
    29 const TUint32 KIRPlayerVolume                           = { 0x00000002 };
       
    30 const TUint32 KIRUpdateAvailablity                      = { 0x00000003 };
       
    31 const TUint32 KIRHttpTimeout                            = { 0x00000004 };
       
    32 const TUint32 KIRNewVersionNotificationInterval         = { 0x00000005 };
       
    33 const TUint32 KIRNewVersionNotificationStartingTime     = { 0x00000006 };
       
    34 const TUint32 KIRIsdsUrl                                = { 0x00000007 };
       
    35 const TUint32 KIRIrId                                   = { 0x00000008 };
       
    36 const TUint32 KIRIrAppVersion                           = { 0x00000009 };
       
    37 const TUint32 KIRTimeOffset                             = { 0x0000000A };
       
    38 const TUint32 KIRSessionLogIndex                        = { 0x0000000B };
       
    39 const TUint32 KIRStartingViewId                         = { 0x0000000C };
       
    40 const TUint32 KIRPreferredQuality                       = { 0x0000000D };
       
    41 const TUint32 KIRSongHistoryFTU                         = { 0x0000000E };
       
    42 const TUint32 KIRGlobalAdvEnabled                       = { 0x0000000F };
       
    43 const TUint32 KIRManuallyInputStationUrl                = { 0x00000010 };
       
    44 const TUint32 KIRManuallyInputStationName               = { 0x00000011 };
       
    45 const TUint32 KIRMinDiskSpaceRequired                   = { 0x00000012 };
       
    46 const TUint32 KIRSongRecognitionAppUid                  = { 0x00000013 };
       
    47 const TUint32 KIRIdentifySongEnabled                    = { 0x00000014 };
       
    48 const TUint32 KIRSearchText                             = { 0x00000015 };
       
    49 
       
    50 const TUint32 KIRTermsAndConditionsFlag                 = { 0x00000016 };
       
    51 
       
    52 #endif