equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 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: Contains view IDS and menu commands. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef DEVDIAGAPP_HRH |
|
21 #define DEVDIAGAPP_HRH |
|
22 |
|
23 #define _UID3 0x2000E542 |
|
24 |
|
25 enum TDDMenuCommands |
|
26 { |
|
27 EAppCmdChange = 1, |
|
28 EDDCmdOpen, |
|
29 EDDMenuCmdMainHelp, |
|
30 EDDCmdPerformAllTests, |
|
31 EDDCmdPerformSingle, |
|
32 EDDCmdPerformAllHwTests, |
|
33 EDDCmdPerformAllCoverageTests, |
|
34 EDDCmdPerformAllServiceTests, |
|
35 EDDCmdPerformAllConnTests |
|
36 }; |
|
37 |
|
38 enum TDDViewId |
|
39 { |
|
40 EDDMainViewId = 1, |
|
41 EDDPluginViewId |
|
42 }; |
|
43 |
|
44 /** Dialog ids. These are used in the application's resource file. |
|
45 */ |
|
46 enum TDevDiagApplicationNoteControlIds |
|
47 { |
|
48 EDevDiagApplicationWaitNote = 0x100 |
|
49 }; |
|
50 |
|
51 #endif // DEVDIAGAPP_HRH |