idlehomescreen/widgetmanager/inc/wmcrkeys.h
changeset 1 5315654608de
child 2 08c6ee43b396
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/idlehomescreen/widgetmanager/inc/wmcrkeys.h	Thu Jan 07 12:39:41 2010 +0200
@@ -0,0 +1,67 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies)..
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+
+
+#ifndef __WMCRKEYS_H__
+#define __WMCRKEYS_H__
+
+// 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 KOviStoreBrowserUrlOffset = 1;
+const TUint32 OperatorUrlOffset = 2;
+const TUint32 KperatorButtonTextOffset = 3;
+
+/**
+ * Key to first language id  
+ */
+const TUint32 KLangId0 = 0x1;
+
+/**
+ * Key to last language id  
+ */
+const TUint32 KLangId9 = 0x25;
+
+/**
+ * Key to Ovi Store Client param  
+ */
+const TUint32 KOviStoreClientParam = 0x29;
+
+/**
+ * Key to Operator button icon
+ */
+const TUint32 KOperatorButtonIcon = 0x2A;
+
+/**
+ * Key to Ovi Store client BunbleId
+ */
+const TUint32 KOviStoreBunbleId = 0x2B;
+
+#endif // __WMCRKEYS_H__