menucontentsrv/cenrep/menu2privatecrkeys.h
author Christian Morlok <symbian.org@christianmorlok.de>
Thu, 25 Mar 2010 09:33:14 +0100
branchv5backport
changeset 20 d2ab7c3d0c48
parent 0 79c6a41cd166
child 54 666a2952b5b3
permissions -rw-r--r--
homescreenpluginsrv component compiles now

/*
* 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 MENU2PRIVATECRKEYS_H
#define MENU2PRIVATECRKEYS_H

// Menu API

#include <menu2internalcrkeys.h>

// This key is used to set up AppShell in a predefined folder
const TUint32 KMenuShowFolder = 0x0000000c;

//SAT KEYS
const TUint32 KMenuShowSatUI = 0x00000002;
const TUint32 KMenuSatUIName = 0x00000003;
const TUint32 KMenuSatUIIconId = 0x00000004;

//deprecated (no support anymore through MenuInterface.lib)
const TUint32 KMenuUpdateData = 0x00000001;
const TUint32 KMenuLVFlags = 0x00000005;
const TUint32 KMenuIconPositionUpdate = 0x00000006;
const TUint32 KMenuShowApplication = 0x00000009;



#endif      // MENU2PRIVATECRKEYS_H