musicplayer_plat/mpx_music_wap_adapter_cenrep_api/inc/MusicWapCenRepKeys.h
changeset 0 ff3acec5bc43
child 2 b70d77332e66
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2005-2008 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:  Music Wap Adapter cenrep keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MUSICWAPADAPTERCRKEYS_H
       
    21 #define MUSICWAPADAPTERCRKEYS_H
       
    22 
       
    23 // CenRep UID for Music Store
       
    24 const TUid KCRUidMusicShopSettings = {0x10207BF5};
       
    25 
       
    26 const TUint32 KMusicShopToProxy            = 0x00000001;
       
    27 const TUint32 KMusicShopBookmarkName       = 0x00000002;
       
    28 const TUint32 KMusicShopURI                = 0x00000003;
       
    29 const TUint32 KMusicShopAuthType           = 0x00000004;
       
    30 const TUint32 KMusicShopAuthName           = 0x00000005;
       
    31 const TUint32 KMusicShopAuthSecret         = 0x00000006;
       
    32 const TUint32 KMusicShopSearchURI          = 0x00000007;
       
    33 const TUint32 KMusicShopIAP                = 0x00000008;
       
    34 const TUint32 KMusicShopFeatureFlagSupport = 0x00000009;
       
    35 const TUint32 KMusicShopAppWrapperSupport  = 0x0000000A;
       
    36 const TUint32 KMusicShopAlwaysAsk          = 0x0000000B;
       
    37 const TUint32 KMusicShopHideSetting        = 0x0000000C;
       
    38 const TUint32 KMusicShopVersion            = 0x0000000D;
       
    39 
       
    40 #define KSupportRTSP 0x00000001;
       
    41 #define KSupportWLan 0x00000002;
       
    42 #define KSupportMusicShopWrapper 0x00000004;
       
    43 #define KSupportMusicShopSettings 0x00000008;
       
    44 
       
    45 #endif      // MUSICWAPADAPTERCRKEYS_H
       
    46 
       
    47 
       
    48 // End of File