diff -r fb3763350a08 -r 4d54b72983ae idlehomescreen/widgetmanager/inc/wmcrkeys.h --- a/idlehomescreen/widgetmanager/inc/wmcrkeys.h Fri Jan 22 09:35:14 2010 +0200 +++ b/idlehomescreen/widgetmanager/inc/wmcrkeys.h Tue Jan 26 11:48:23 2010 +0200 @@ -22,47 +22,53 @@ // WidgetManager CR key const TUint32 KCrWidgetManagerm = 0x20026F53; -/** - * Key Id's from 0x1 to 0x28 are reserved for languages. - * LangId_0 0x1 - * OviStoreBrowserUrl_0 0x2 - * OperatorUrl_0 0x3 - * OperatorButtonText_0 0x4 - * ... - * LangId_9 0x25 - * OviStoreBrowserUrl_9 0x26 - * OperatorUrl_9 0x27 - * OperatorButtonText_9 0x28 - */ + -const TUint32 KLangGroupSize = 4; -const TUint32 KOviStoreBrowserUrlOffset = 1; -const TUint32 OperatorUrlOffset = 2; -const TUint32 KperatorButtonTextOffset = 3; +// ************************************************************ +// LOCALISED parameters start here +// Key Id's from 0x1 to 0x28 are reserved for languages. +// LangId_0 0x1 +// OviStoreBrowserUrl_0 0x2 +// OperatorUrl_0 0x3 +// OperatorButtonText_0 0x4 +// ... +// LangId_1 0x5 +// ... +// LangId_9 0x25 +// OviStoreBrowserUrl_9 0x26 +// OperatorUrl_9 0x27 +// OperatorButtonText_9 0x28 +// ************************************************************ -/** - * Key to first language id - */ +/** localised set #0, language ID */ const TUint32 KLangId0 = 0x1; +/** localised set #0, Ovi store browser URL */ +const TUint32 KOviStoreBrowserUrl0 = 0x2; +/** localised set #0, Operator button URL */ +const TUint32 KOperatorButtonUrl0 = 0x3; +/** localised set #0, Operator button text */ +const TUint32 KOperatorButtonText0 = 0x4; -/** - * Key to last language id - */ +/** localised set #1, language ID */ +const TUint32 KLangId1 = 0x5; + +/** localised set #9, language ID */ const TUint32 KLangId9 = 0x25; -/** - * Key to Ovi Store Client param - */ + +// ************************************************************ +// NON-LOCALISED parameters +// ************************************************************ + +/** Key to Ovi Store Client param */ const TUint32 KOviStoreClientParam = 0x29; -/** - * Key to Operator button icon - */ +/** Key to Operator button icon */ const TUint32 KOperatorButtonIcon = 0x2A; -/** - * Key to Ovi Store client BunbleId - */ -const TUint32 KOviStoreBunbleId = 0x2B; +/** Key to Ovi Store client BundleId */ +const TUint32 KOviStoreBundleId = 0x2B; + + #endif // __WMCRKEYS_H__