internetradio2.0/inc/irinternalcrkeys.h
changeset 15 065198191975
parent 14 896e9dbc5f19
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
    18 
    18 
    19 #ifndef IRINTERNALCRKEYS_H
    19 #ifndef IRINTERNALCRKEYS_H
    20 #define IRINTERNALCRKEYS_H
    20 #define IRINTERNALCRKEYS_H
    21 
    21 
    22 #include <e32cmn.h>
    22 #include <e32cmn.h>
       
    23 #include "iruid3.hrh"
    23 
    24 
    24 /** The UID of the category we use. Must be the same as Visual Radio's UID3 (SID). */
    25 /** The UID of the category we use. Must be the same as Internet Radio's UID3 (SID). */
    25 const TUid KCRUidInternetRadio = { 0x2000B499};
    26 const TUid KCRUidInternetRadio = { UID3_INTERNET_RADIO_10_1_EXE};
    26 
    27 
    27 // Keys Definition
    28 // Keys Definition
    28 const TUint32 KIRFavoritesMaxNum                        = { 0x00000001 };
    29 const TUint32 KIRFavoritesMaxNum                        = { 0x00000001 };
    29 const TUint32 KIRPlayerVolume                           = { 0x00000002 };
    30 const TUint32 KIRPlayerVolume                           = { 0x00000002 };
    30 const TUint32 KIRUpdateAvailablity                      = { 0x00000003 };
    31 const TUint32 KIRUpdateAvailablity                      = { 0x00000003 };