equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef MENU2PRIVATECRKEYS_H |
|
19 #define MENU2PRIVATECRKEYS_H |
|
20 |
|
21 // Menu API |
|
22 |
|
23 #include <menu2internalcrkeys.h> |
|
24 |
|
25 // This key is used to set up AppShell in a predefined folder |
|
26 const TUint32 KMenuShowFolder = 0x0000000c; |
|
27 |
|
28 //SAT KEYS |
|
29 const TUint32 KMenuShowSatUI = 0x00000002; |
|
30 const TUint32 KMenuSatUIName = 0x00000003; |
|
31 const TUint32 KMenuSatUIIconId = 0x00000004; |
|
32 |
|
33 //deprecated (no support anymore through MenuInterface.lib) |
|
34 const TUint32 KMenuUpdateData = 0x00000001; |
|
35 const TUint32 KMenuLVFlags = 0x00000005; |
|
36 const TUint32 KMenuIconPositionUpdate = 0x00000006; |
|
37 const TUint32 KMenuShowApplication = 0x00000009; |
|
38 |
|
39 |
|
40 |
|
41 #endif // MENU2PRIVATECRKEYS_H |