idlehomescreen/widgetmanager/inc/wmcrkeys.h
changeset 4 4d54b72983ae
parent 2 08c6ee43b396
child 15 ff572dfe6d86
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
    20 #define __WMCRKEYS_H__
    20 #define __WMCRKEYS_H__
    21 
    21 
    22 // WidgetManager CR key
    22 // WidgetManager CR key
    23 const TUint32 KCrWidgetManagerm = 0x20026F53;
    23 const TUint32 KCrWidgetManagerm = 0x20026F53;
    24 
    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 
    25 
    38 const TUint32 KLangGroupSize = 4;
       
    39 const TUint32 KOviStoreBrowserUrlOffset = 1;
       
    40 const TUint32 OperatorUrlOffset = 2;
       
    41 const TUint32 KperatorButtonTextOffset = 3;
       
    42 
    26 
    43 /**
    27 // ************************************************************
    44  * Key to first language id  
    28 // LOCALISED parameters start here
    45  */
    29 // Key Id's from 0x1 to 0x28 are reserved for languages.
       
    30 // LangId_0                 0x1
       
    31 // OviStoreBrowserUrl_0     0x2
       
    32 // OperatorUrl_0            0x3
       
    33 // OperatorButtonText_0     0x4
       
    34 // ...
       
    35 // LangId_1                 0x5
       
    36 // ...
       
    37 // LangId_9                 0x25
       
    38 // OviStoreBrowserUrl_9     0x26
       
    39 // OperatorUrl_9            0x27
       
    40 // OperatorButtonText_9     0x28 
       
    41 // ************************************************************
       
    42 
       
    43 /** localised set #0, language ID */
    46 const TUint32 KLangId0 = 0x1;
    44 const TUint32 KLangId0 = 0x1;
       
    45 /** localised set #0, Ovi store browser URL */
       
    46 const TUint32 KOviStoreBrowserUrl0 = 0x2;
       
    47 /** localised set #0, Operator button URL */
       
    48 const TUint32 KOperatorButtonUrl0 = 0x3;
       
    49 /** localised set #0, Operator button text */
       
    50 const TUint32 KOperatorButtonText0 = 0x4;
    47 
    51 
    48 /**
    52 /** localised set #1, language ID */
    49  * Key to last language id  
    53 const TUint32 KLangId1 = 0x5;
    50  */
    54 
       
    55 /** localised set #9, language ID */
    51 const TUint32 KLangId9 = 0x25;
    56 const TUint32 KLangId9 = 0x25;
    52 
    57 
    53 /**
    58 
    54  * Key to Ovi Store Client param  
    59 // ************************************************************
    55  */
    60 // NON-LOCALISED parameters
       
    61 // ************************************************************
       
    62 
       
    63 /** Key to Ovi Store Client param */
    56 const TUint32 KOviStoreClientParam = 0x29;
    64 const TUint32 KOviStoreClientParam = 0x29;
    57 
    65 
    58 /**
    66 /** Key to Operator button icon */
    59  * Key to Operator button icon
       
    60  */
       
    61 const TUint32 KOperatorButtonIcon = 0x2A;
    67 const TUint32 KOperatorButtonIcon = 0x2A;
    62 
    68 
    63 /**
    69 /** Key to Ovi Store client BundleId */
    64  * Key to Ovi Store client BunbleId
    70 const TUint32 KOviStoreBundleId = 0x2B;
    65  */
    71 
    66 const TUint32 KOviStoreBunbleId = 0x2B;
    72 
    67 
    73 
    68 #endif // __WMCRKEYS_H__
    74 #endif // __WMCRKEYS_H__