|
1 /* |
|
2 * Copyright (c) 2007-2008 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: Resource definitions for project AiHelper |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 NAME SNAH |
|
20 |
|
21 #include <eikon.rh> |
|
22 #include <eikon.rsg> |
|
23 #include <avkon.rh> |
|
24 #include <avkon.rsg> |
|
25 #include <avkon.loc> |
|
26 #include <avkon.hrh> |
|
27 #include <avkon.mbg> |
|
28 #include <appinfo.rh> |
|
29 #include <data_caging_paths_strings.hrh> |
|
30 #include <wsfmainapplication.loc> |
|
31 |
|
32 #include "wsfaihelper.hrh" |
|
33 |
|
34 |
|
35 // --------------------------------------------------------- |
|
36 // Resource file signature |
|
37 // --------------------------------------------------------- |
|
38 RESOURCE RSS_SIGNATURE { } |
|
39 |
|
40 |
|
41 // --------------------------------------------------------- |
|
42 // Default Document Name |
|
43 // --------------------------------------------------------- |
|
44 RESOURCE TBUF r_default_document_name { buf=""; } |
|
45 |
|
46 |
|
47 // --------------------------------------------------------- |
|
48 // Default menu and CBA key. |
|
49 // --------------------------------------------------------- |
|
50 RESOURCE EIK_APP_INFO |
|
51 { |
|
52 menubar = r_snifferaihelper_menubar; |
|
53 cba = R_AVKON_SOFTKEYS_EXIT; |
|
54 } |
|
55 |
|
56 RESOURCE MENU_BAR r_snifferaihelper_menubar |
|
57 { |
|
58 titles = |
|
59 { |
|
60 }; |
|
61 } |
|
62 |
|
63 |
|
64 // --------------------------------------------------------- |
|
65 // r_sniffer_ai_helper_view |
|
66 // Resource for AiHelper main view |
|
67 // --------------------------------------------------------- |
|
68 RESOURCE AVKON_VIEW r_sniffer_ai_helper_view |
|
69 { |
|
70 menubar = r_snifferaihelper_menubar; |
|
71 } |
|
72 |
|
73 |
|
74 //---------------------------------------------------------------------------- |
|
75 // r_waitnote_connecting |
|
76 // Connecting waitnote |
|
77 //---------------------------------------------------------------------------- |
|
78 RESOURCE DIALOG r_waitnote_connecting |
|
79 { |
|
80 flags = EAknWaitNoteFlags; |
|
81 buttons = R_AVKON_SOFTKEYS_CANCEL; |
|
82 items = |
|
83 { |
|
84 DLG_LINE |
|
85 { |
|
86 type = EAknCtNote; |
|
87 id = EWaitNoteConnecting; |
|
88 control = AVKON_NOTE |
|
89 { |
|
90 layout = EWaitLayout; |
|
91 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
92 }; |
|
93 } |
|
94 }; |
|
95 } |
|
96 |
|
97 |
|
98 |
|
99 //---------------------------------------------------------------------------- |
|
100 // r_aihelper_localisable_app_info |
|
101 // Localised application info |
|
102 //---------------------------------------------------------------------------- |
|
103 RESOURCE LOCALISABLE_APP_INFO r_aihelper_localisable_app_info |
|
104 { |
|
105 short_caption = qtn_sniffer_title; |
|
106 caption_and_icon = |
|
107 CAPTION_AND_ICON_INFO |
|
108 { |
|
109 caption = qtn_sniffer_title; |
|
110 icon_file = "Z:"APP_BITMAP_DIR"\\wsficons_aif.mif"; |
|
111 }; |
|
112 } |
|
113 |
|
114 // END OF FILE |