idlehomescreen/widgetmanager/inc/wmcrkeys.h
changeset 1 5315654608de
child 2 08c6ee43b396
equal deleted inserted replaced
0:f72a12da539e 1:5315654608de
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __WMCRKEYS_H__
       
    20 #define __WMCRKEYS_H__
       
    21 
       
    22 // WidgetManager CR key
       
    23 const TUint32 KCrWidgetManagerm = 0x20026F53;
       
    24 
       
    25 /**
       
    26  * Key Id's from 0x1 to 0x28 are reserved for languages.
       
    27  * LangId_0                 0x1
       
    28  * OviStoreBrowserUrl_0     0x2
       
    29  * OperatorUrl_0            0x3
       
    30  * OperatorButtonText_0     0x4
       
    31  * ...
       
    32  * LangId_9                 0x25
       
    33  * OviStoreBrowserUrl_9     0x26
       
    34  * OperatorUrl_9            0x27
       
    35  * OperatorButtonText_9     0x28 
       
    36  */
       
    37 
       
    38 const TUint32 KOviStoreBrowserUrlOffset = 1;
       
    39 const TUint32 OperatorUrlOffset = 2;
       
    40 const TUint32 KperatorButtonTextOffset = 3;
       
    41 
       
    42 /**
       
    43  * Key to first language id  
       
    44  */
       
    45 const TUint32 KLangId0 = 0x1;
       
    46 
       
    47 /**
       
    48  * Key to last language id  
       
    49  */
       
    50 const TUint32 KLangId9 = 0x25;
       
    51 
       
    52 /**
       
    53  * Key to Ovi Store Client param  
       
    54  */
       
    55 const TUint32 KOviStoreClientParam = 0x29;
       
    56 
       
    57 /**
       
    58  * Key to Operator button icon
       
    59  */
       
    60 const TUint32 KOperatorButtonIcon = 0x2A;
       
    61 
       
    62 /**
       
    63  * Key to Ovi Store client BunbleId
       
    64  */
       
    65 const TUint32 KOviStoreBunbleId = 0x2B;
       
    66 
       
    67 #endif // __WMCRKEYS_H__