idlehomescreen/widgetmanager/inc/wmcrkeys.h
branchRCL_3
changeset 11 ff572dfe6d86
parent 4 4d54b72983ae
child 18 d05a55b217df
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
    24 
    24 
    25 
    25 
    26 
    26 
    27 // ************************************************************
    27 // ************************************************************
    28 // LOCALISED parameters start here
    28 // LOCALISED parameters start here
    29 // Key Id's from 0x1 to 0x28 are reserved for languages.
    29 // Key Id's from 0x1 to 0x1E are reserved for languages.
    30 // LangId_0                 0x1
    30 // LangId_0                 0x1
    31 // OviStoreBrowserUrl_0     0x2
    31 // OperatorUrl_0            0x2
    32 // OperatorUrl_0            0x3
    32 // OperatorButtonText_0     0x3
    33 // OperatorButtonText_0     0x4
       
    34 // ...
    33 // ...
    35 // LangId_1                 0x5
    34 // LangId_1                 0x4
    36 // ...
    35 // ...
    37 // LangId_9                 0x25
    36 // LangId_9                 0x1C
    38 // OviStoreBrowserUrl_9     0x26
    37 // OperatorUrl_9            0x1D
    39 // OperatorUrl_9            0x27
    38 // OperatorButtonText_9     0x1E 
    40 // OperatorButtonText_9     0x28 
       
    41 // ************************************************************
    39 // ************************************************************
    42 
    40 
    43 /** localised set #0, language ID */
    41 /** localised set #0, language ID */
    44 const TUint32 KLangId0 = 0x1;
    42 const TUint32 KLangId0 = 0x1;
    45 /** localised set #0, Ovi store browser URL */
       
    46 const TUint32 KOviStoreBrowserUrl0 = 0x2;
       
    47 /** localised set #0, Operator button URL */
    43 /** localised set #0, Operator button URL */
    48 const TUint32 KOperatorButtonUrl0 = 0x3;
    44 const TUint32 KOperatorButtonUrl0 = 0x2;
    49 /** localised set #0, Operator button text */
    45 /** localised set #0, Operator button text */
    50 const TUint32 KOperatorButtonText0 = 0x4;
    46 const TUint32 KOperatorButtonText0 = 0x3;
    51 
    47 
    52 /** localised set #1, language ID */
    48 /** localised set #1, language ID */
    53 const TUint32 KLangId1 = 0x5;
    49 const TUint32 KLangId1 = 0x4;
    54 
    50 
    55 /** localised set #9, language ID */
    51 /** localised set #9, language ID */
    56 const TUint32 KLangId9 = 0x25;
    52 const TUint32 KLangId9 = 0x1C;
    57 
    53 
    58 
    54 
    59 // ************************************************************
    55 // ************************************************************
    60 // NON-LOCALISED parameters
    56 // NON-LOCALISED parameters
    61 // ************************************************************
    57 // ************************************************************
    62 
    58 
    63 /** Key to Ovi Store Client param */
    59 /** Key to Ovi Store Client param */
    64 const TUint32 KOviStoreClientParam = 0x29;
    60 const TUint32 KOviStoreClientParam = 0x1F;
    65 
    61 
    66 /** Key to Operator button icon */
    62 /** Key to Operator button icon */
    67 const TUint32 KOperatorButtonIcon = 0x2A;
    63 const TUint32 KOperatorButtonIcon = 0x20;
    68 
    64 
    69 /** Key to Ovi Store client BundleId */
    65 /** Key to Ovi Store client Uid */
    70 const TUint32 KOviStoreBundleId = 0x2B;
    66 const TUint32 KOviStoreUid = 0x21;
    71 
    67 
    72 
    68 
    73 
    69 
    74 #endif // __WMCRKEYS_H__
    70 #endif // __WMCRKEYS_H__