musicplayer_plat/mpx_music_wap_adapter_cenrep_api/inc/MusicWapCenRepKeys.h
changeset 2 b70d77332e66
parent 0 ff3acec5bc43
equal deleted inserted replaced
1:8118492f1bdf 2:b70d77332e66
    19 
    19 
    20 #ifndef MUSICWAPADAPTERCRKEYS_H
    20 #ifndef MUSICWAPADAPTERCRKEYS_H
    21 #define MUSICWAPADAPTERCRKEYS_H
    21 #define MUSICWAPADAPTERCRKEYS_H
    22 
    22 
    23 // CenRep UID for Music Store
    23 // CenRep UID for Music Store
    24 const TUid KCRUidMusicShopSettings = {0x10207BF5};
    24 const TUid KCRUidMusicShopSettings = {0x101FFB51};
    25 
    25 
    26 const TUint32 KMusicShopToProxy            = 0x00000001;
    26 const TUint32 KMusicShopToProxy            = 0x00000001;
    27 const TUint32 KMusicShopBookmarkName       = 0x00000002;
    27 const TUint32 KMusicShopBookmarkName       = 0x00000002;
    28 const TUint32 KMusicShopURI                = 0x00000003;
    28 const TUint32 KMusicShopURI                = 0x00000003;
    29 const TUint32 KMusicShopAuthType           = 0x00000004;
    29 const TUint32 KMusicShopAuthType           = 0x00000004;
    30 const TUint32 KMusicShopAuthName           = 0x00000005;
    30 const TUint32 KMusicShopAuthName           = 0x00000005;
    31 const TUint32 KMusicShopAuthSecret         = 0x00000006;
    31 const TUint32 KMusicShopAuthSecret         = 0x00000006;
    32 const TUint32 KMusicShopSearchURI          = 0x00000007;
    32 const TUint32 KMusicShopSearchURI          = 0x00000007;
       
    33 #if 0 // NO __ALR_MUSICSHOP_SUPPORT
    33 const TUint32 KMusicShopIAP                = 0x00000008;
    34 const TUint32 KMusicShopIAP                = 0x00000008;
       
    35 #endif // NO __ALR_MUSICSHOP_SUPPORT
    34 const TUint32 KMusicShopFeatureFlagSupport = 0x00000009;
    36 const TUint32 KMusicShopFeatureFlagSupport = 0x00000009;
    35 const TUint32 KMusicShopAppWrapperSupport  = 0x0000000A;
    37 const TUint32 KMusicShopAppWrapperSupport  = 0x0000000A;
       
    38 #if 0 // NO __ALR_MUSICSHOP_SUPPORT
    36 const TUint32 KMusicShopAlwaysAsk          = 0x0000000B;
    39 const TUint32 KMusicShopAlwaysAsk          = 0x0000000B;
       
    40 #endif // NO __ALR_MUSICSHOP_SUPPORT
    37 const TUint32 KMusicShopHideSetting        = 0x0000000C;
    41 const TUint32 KMusicShopHideSetting        = 0x0000000C;
    38 const TUint32 KMusicShopVersion            = 0x0000000D;
    42 const TUint32 KMusicShopVersion            = 0x0000000D;
       
    43 #if 1 // __ALR_MUSICSHOP_SUPPORT
       
    44 const TUint32 KMusicShopConnectionMode     = 0x0000000E;
       
    45 const TUint32 KMusicShopConnectionId       = 0x0000000F;
       
    46 const TUint32 KMusicShopConfirmCellUsage   = 0x00000010;
       
    47 const TUint32 KMusicShopConfirmRoaming     = 0x00000011;
       
    48 #endif // __ALR_MUSICSHOP_SUPPORT
       
    49 // Feature flag for Nokia Music Services
       
    50 const TUint32 KMusicServiceFeatureFlagSupport = 0x00000012;
       
    51 // Feature flag for Nokia Music Services (3-item toolbar)
       
    52 const TUint32 KMusicShopHomeLink		   = 0x000000013;
       
    53 const TUint32 KMusicShopAccountLink		   = 0x000000014;
       
    54 // Feature flag for OTA Streaming and download with WLAN AP only
       
    55 const TUint32 KMusicShopOtaWlanOnly        = 0x000000015;
       
    56 //
       
    57 // Bit definitions for KMusicShopFeatureFlagSupport
       
    58 //
       
    59 const TUint32 KSupportRTSP                    = 0x00000001;
       
    60 const TUint32 KSupportWLan                    = 0x00000002;
       
    61 const TUint32 KSupportMusicShopWrapper        = 0x00000004;
       
    62 const TUint32 KSupportMusicShopSettings       = 0x00000008;
       
    63 const TUint32 KSupportMusicShopDownloadUi     = 0x00000010;
    39 
    64 
    40 #define KSupportRTSP 0x00000001;
    65 //
    41 #define KSupportWLan 0x00000002;
    66 // Bit definitions for KMusicServiceFeatureFlagSupport
    42 #define KSupportMusicShopWrapper 0x00000004;
    67 // This is the capability of Music Store client on device.
    43 #define KSupportMusicShopSettings 0x00000008;
    68 // Must agree with Music Servie on the scheme when adding new
       
    69 // feature on device.
       
    70 //
       
    71 const TUint32 KSupportCwnIMEISending          = 0x00000001;
       
    72 const TUint32 KSupportHTTPStreaming           = 0x00000002;
       
    73 const TUint32 KSupportOmaDownloadDescriptor   = 0x00000004;
       
    74 const TUint32 KSupportMusicShopRedirection    = 0x00000008;
    44 
    75 
    45 #endif      // MUSICWAPADAPTERCRKEYS_H
    76 #endif      // MUSICWAPADAPTERCRKEYS_H
    46 
    77 
    47 
    78 
    48 // End of File
    79 // End of File