idlehomescreen/widgetmanager/inc/wmcrkeys.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 07 Jan 2010 12:39:41 +0200
changeset 1 5315654608de
child 2 08c6ee43b396
permissions -rw-r--r--
Revision: 200951 Kit: 201001

/*
* 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__