diff -r 000000000000 -r 79c6a41cd166 menucontentsrv/cenrep/menu2privatecrkeys.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/menucontentsrv/cenrep/menu2privatecrkeys.h Thu Dec 17 08:54:17 2009 +0200 @@ -0,0 +1,41 @@ +/* +* 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 + +// 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