devicediagnostics/diagplugins/diagnetcoverageplugin/inc/diagnetcoverageplugin.hrh
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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 common definitions for menu ids |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef DIAGNETCOVERAGEPLUGIN_HRH |
|
20 #define DIAGNETCOVERAGEPLUGIN_HRH |
|
21 |
|
22 // ECOM Plug-in UID |
|
23 #define DIAG_NET_COVERAGE_PLUGIN_UID 0x2000E597 |
|
24 |
|
25 // commands |
|
26 |
|
27 enum TMyMenuCmdIDs |
|
28 { |
|
29 ENetcoverageTestSkip = 1, // do not start from 0 |
|
30 ENetcoverageTestCancel, |
|
31 ENetcoverageTestBack, |
|
32 ENetcoverageTestNo, |
|
33 ENetcoverageTestYes |
|
34 }; |
|
35 |
|
36 /** Dialog ids. These are used in the application's resource file. |
|
37 */ |
|
38 enum TNetworkNoteControlIds |
|
39 { |
|
40 EYBWaitNoteId = 0x100 |
|
41 }; |
|
42 |
|
43 #endif // DIAGNETCOVERAGEPLUGIN_HRH |
|
44 |
|
45 //End of File |