|
1 /* |
|
2 * ============================================================================ |
|
3 * Name : mce.rss |
|
4 * Part of : Mce |
|
5 * |
|
6 * Description: |
|
7 * This file contains all the resources for the module Mce. |
|
8 * |
|
9 * Version: |
|
10 * |
|
11 * Copyright (C) 2002 Nokia Corporation. |
|
12 * This material, including documentation and any related |
|
13 * computer programs, is protected by copyright controlled by |
|
14 * Nokia Corporation. All rights are reserved. Copying, |
|
15 * including reproducing, storing, adapting or translating, any |
|
16 * or all of this material requires the prior written consent of |
|
17 * Nokia Corporation. This material also contains confidential |
|
18 * information which may not be disclosed to others without the |
|
19 * prior written consent of Nokia Corporation. |
|
20 * |
|
21 * ============================================================================ |
|
22 */ |
|
23 |
|
24 // RESOURCE IDENTIFIER |
|
25 NAME MCE |
|
26 |
|
27 // INCLUDES |
|
28 #include <data_caging_paths_strings.hrh> |
|
29 #include <eikon.rh> |
|
30 #include <avkon.rh> |
|
31 #include <avkon.loc> |
|
32 #include <eikon.rsg> |
|
33 #include <avkon.rsg> |
|
34 #include <avkon.mbg> |
|
35 #include <MceExtraIcons.mbg> |
|
36 #include "MceExtraItems.rh" |
|
37 #include <mceextraitems.loc> |
|
38 |
|
39 #include <bldvariant.hrh> |
|
40 |
|
41 |
|
42 NAME MCEX |
|
43 RESOURCE RSS_SIGNATURE { } |
|
44 RESOURCE TBUF16 { buf=""; } |
|
45 |
|
46 RESOURCE MCE_EXTRA_ITEMS_ARRAY r_mce_extra_items |
|
47 { |
|
48 items = |
|
49 { |
|
50 MCE_EXTRA_ITEM |
|
51 { |
|
52 title = "before draft"; |
|
53 command = "http://www.nokia.com"; |
|
54 index = 4100; |
|
55 icon_index = EMbmMceextraiconsQgn_menu_wml; |
|
56 app_icon_index = 0x10008D39; |
|
57 }, |
|
58 MCE_EXTRA_ITEM |
|
59 { |
|
60 title = "not skinned"; |
|
61 command = "http://www.nokia.com"; |
|
62 index = 4100; |
|
63 icon_index = EMbmMceextraiconsQgn_menu_wml; |
|
64 }, |
|
65 MCE_EXTRA_ITEM |
|
66 { |
|
67 title = "IM"; |
|
68 command = "270485107"; |
|
69 index = 4098; |
|
70 icon_index = EMbmMceextraiconsQgn_menu_im; |
|
71 app_icon_index = 270485107; |
|
72 }, |
|
73 MCE_EXTRA_ITEM |
|
74 { |
|
75 title = "voice mbox"; |
|
76 command = "localapp:voicemailbox"; |
|
77 index = 4098; |
|
78 icon_index = EMbmMceextraiconsQgn_menu_smsvo; |
|
79 app_icon_index = 268458229; |
|
80 }, |
|
81 MCE_EXTRA_ITEM |
|
82 { |
|
83 title = "voice mbox number"; |
|
84 command = "268458229"; |
|
85 index = 4098; |
|
86 icon_index = EMbmMceextraiconsQgn_menu_smsvo; |
|
87 app_icon_index = 268458229; |
|
88 } |
|
89 }; |
|
90 } |
|
91 |
|
92 // End of File |