|
1 /* |
|
2 * Copyright (c) 2005-2006 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: Header file for Device Manager UI Menu and Other enumerations |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef NSMLDMSYNCUI_HRH |
|
20 #define NSMLDMSYNCUI_HRH |
|
21 |
|
22 #include "NSmlDMUIDefines.h" |
|
23 enum TNSmlMenuCommands |
|
24 { |
|
25 ENSmlMenuDummy = 0x6000, // Large enough to prevent confusion |
|
26 ENSmlMenuCmdNewProfile, // with avkon and eikon enumerations. |
|
27 ENSmlMenuCmdOpenLog, |
|
28 ENSmlMenuCmdOpenSettings, |
|
29 ENSmlMenuCmdEraseProfile, |
|
30 ENSmlMenuCmdStartSync, |
|
31 ENSmlMenuCmdCancelSync, |
|
32 ENSmlMenuCmdMainHelp, |
|
33 ENSmlMenuCmdFotaCheck, |
|
34 ENSmlMenuCmdFotaInstall, |
|
35 ENSmlMenuCmdFotaContinue, |
|
36 ENSmlMenuCmdFotaSettings, |
|
37 ENSmlMenuCmdFotaSettChange, |
|
38 ENSmlMenuCmdFotaServers |
|
39 |
|
40 }; |
|
41 |
|
42 enum TNSmlTabViewId |
|
43 { |
|
44 ENSmlFotaViewTab = 1, |
|
45 ENSmlProfilesViewTab |
|
46 }; |
|
47 |
|
48 enum TNSmlNotesQueriesAndLists |
|
49 { |
|
50 ENSmlProgressNote = 1, |
|
51 ENSmlWaitNote, |
|
52 ENSmlSettingList = 100, |
|
53 ENSmlFotaSettList, |
|
54 ENSmlMainViewList |
|
55 }; |
|
56 |
|
57 enum TNSmlSetting |
|
58 { |
|
59 ENSmlSettChange = 1, |
|
60 ENSmlSettHelp, |
|
61 ENSmlSettExit |
|
62 }; |
|
63 |
|
64 enum TNSmlSyncButtons |
|
65 { |
|
66 ENSmlSyncCancel = 1, |
|
67 ENSmlSyncSelect |
|
68 }; |
|
69 |
|
70 enum TNSmlFotaPkgState |
|
71 { |
|
72 EGenericSession, |
|
73 EFotaPkgFound, |
|
74 EFotaPkgNotFound |
|
75 }; |
|
76 |
|
77 #endif // NSMLDMSYNCUI_HRH |
|
78 |
|
79 // End of file |