|
1 /* |
|
2 * Copyright (c) 2002-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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <eikon.rh> |
|
20 #include "registryinfov2.rh" |
|
21 #include "AiwSyncProvider.rh" |
|
22 #include<NSmlDSSync.loc> |
|
23 #include "AiwCommon.hrh" |
|
24 |
|
25 #include <avkon.rsg> |
|
26 #include <avkon.rh> |
|
27 #include <avkon.mbg> |
|
28 |
|
29 |
|
30 |
|
31 // RESOURCE IDENTIFIER |
|
32 //NAME MTMU |
|
33 |
|
34 NAME ASPP |
|
35 |
|
36 RESOURCE RSS_SIGNATURE { } |
|
37 |
|
38 |
|
39 RESOURCE MENU_PANE r_aspsyncprovider_menu |
|
40 { |
|
41 items= |
|
42 { |
|
43 MENU_ITEM { cascade=r_aspsyncprovider_submenu; command=EAspSyncProviderCmdSynchronize; txt=qtn_ds_options_sync; } |
|
44 }; |
|
45 } |
|
46 |
|
47 |
|
48 RESOURCE MENU_PANE r_aspsyncprovider_menu_2 |
|
49 { |
|
50 items= |
|
51 { |
|
52 MENU_ITEM { cascade=r_aspsyncprovider_submenu_2; command=EAspSyncProviderCmdSynchronize; txt=qtn_ds_options_sync; } |
|
53 }; |
|
54 } |
|
55 |
|
56 |
|
57 RESOURCE MENU_PANE r_aspsyncprovider_menu_3 |
|
58 { |
|
59 items= |
|
60 { |
|
61 MENU_ITEM { cascade=r_aspsyncprovider_submenu_3; command=EAspSyncProviderCmdSynchronize; txt=qtn_ds_options_sync; } |
|
62 }; |
|
63 } |
|
64 |
|
65 |
|
66 RESOURCE MENU_PANE r_aspsyncprovider_menu_4 |
|
67 { |
|
68 items = |
|
69 { |
|
70 MENU_ITEM { command=EAspSyncProviderCmdRetrieve; txt=qtn_ds_options_sync_retrieve; } |
|
71 }; |
|
72 } |
|
73 |
|
74 |
|
75 RESOURCE MENU_PANE r_aspsyncprovider_submenu |
|
76 { |
|
77 items = |
|
78 { |
|
79 MENU_ITEM { command=AIW_SUBMENU_TITLE; txt=qtn_ds_options_sync; }, |
|
80 MENU_ITEM { command=EAspSyncProviderCmdStart; txt=qtn_ds_options_sync_start; }, |
|
81 MENU_ITEM { command=EAspSyncProviderCmdSettings; txt=qtn_ds_options_sync_settings; } |
|
82 }; |
|
83 } |
|
84 |
|
85 |
|
86 RESOURCE MENU_PANE r_aspsyncprovider_submenu_2 |
|
87 { |
|
88 items = |
|
89 { |
|
90 MENU_ITEM { command=AIW_SUBMENU_TITLE; txt=qtn_ds_options_sync; }, |
|
91 MENU_ITEM { command=EAspSyncProviderCmdStart; txt=qtn_ds_options_sync_start; } |
|
92 }; |
|
93 } |
|
94 |
|
95 |
|
96 RESOURCE MENU_PANE r_aspsyncprovider_submenu_3 |
|
97 { |
|
98 items = |
|
99 { |
|
100 MENU_ITEM { command=AIW_SUBMENU_TITLE; txt=qtn_ds_options_sync; }, |
|
101 MENU_ITEM { command=EAspSyncProviderCmdSettings; txt=qtn_ds_options_sync_settings; } |
|
102 }; |
|
103 } |
|
104 |
|
105 |
|
106 |
|
107 |
|
108 |
|
109 // End of file |
|
110 |
|
111 |