internetradio2.0/include/irinternalcrkeys.h
changeset 14 896e9dbc5f19
parent 12 608f67c22514
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 const TUint32 KIRDefaultMaxPresetCount = { 0x00000008 };
       
    28 const TUint32 KIRDefaultPlayVolume = { 0x00000010 };
       
    29 const TUint32 KIRTermsAndConditionsFlag = { 0x00000012 };
       
    30 const TUint32 KIRUpdateAvailablity = { 0x00000013 };
       
    31 const TUint32 KIRTimeOutDuration = { 0x00000014 };
       
    32 const TUint32 KIRSilencePeriodDuration = { 0x00000015 };
       
    33 const TUint32 KIRSilencePeriodStartingTime = { 0x00000016 };
       
    34 const TUint32 KIRDefaultIsdsUrl = { 0x00000017 };
       
    35 const TUint32 KIRDefaultIrId = { 0x00000018 };
       
    36 const TUint32 KIRIrappVer = { 0x00000019 };
       
    37 const TUint32 KIRDefaultTimeCorrection = { 0x00000020 };
       
    38 const TUint32 KIRUserDefinedLogRunningNumber = { 0x00000022 };
       
    39 
       
    40 //added for starting view
       
    41 const TUint32 KIRStartingViewId = {0x00000027};
       
    42 
       
    43 const TUint32 KIRPreferredQuality = {0x00000030};
       
    44 
       
    45 //added for songhistory show enable
       
    46 const TUint32 KIRSongHistoryShow = {0x00000031};
       
    47 
       
    48 //added for global advertisement
       
    49 const TUint32 KIRGlobalAdvFlag = {0x00000032};
       
    50 
       
    51 //added for Go to station view
       
    52 const TUint32 KIRStationUrl = { 0x00000033 };
       
    53 const TUint32 KIRStationName = { 0x00000034 };
       
    54 #endif