|
1 /* |
|
2 * Copyright (c) 2009 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: Implementation of applicationmanagement components |
|
15 * |
|
16 */ |
|
17 |
|
18 // RESOURCE IDENTIFIER |
|
19 NAME SIVA // 4 letter ID |
|
20 |
|
21 |
|
22 // INCLUDES |
|
23 #include <bldvariant.hrh> |
|
24 #include <eikon.rh> |
|
25 #include <uikon.rh> |
|
26 #include <avkon.rsg> |
|
27 #include <avkon.rh> |
|
28 #include <avkon.mbg> |
|
29 #include <avkon.hrh> |
|
30 #include <AvkonIcons.hrh> |
|
31 #include <avkon.loc> |
|
32 #include <CommonDialogs.rh> |
|
33 #include <CommonDialogs.hrh> |
|
34 #include <data_caging_paths_strings.hrh> |
|
35 //#include "fotaserver.loc" |
|
36 |
|
37 // |
|
38 // AIF icons/files |
|
39 // |
|
40 #include <appinfo.rh> |
|
41 #include <applicationmanagement.loc> |
|
42 |
|
43 // CONSTANTS |
|
44 |
|
45 // RESOURCE DEFINITIONS |
|
46 |
|
47 RESOURCE RSS_SIGNATURE { } |
|
48 |
|
49 RESOURCE TBUF { buf = "ApplicationManagement"; } |
|
50 |
|
51 RESOURCE EIK_APP_INFO |
|
52 { |
|
53 |
|
54 } |
|
55 |
|
56 RESOURCE TBUF r_progress_downloading |
|
57 { |
|
58 buf = qtn_dm_wait_downloading; |
|
59 } |
|
60 |
|
61 RESOURCE TBUF r_download_cancelled |
|
62 { |
|
63 buf = qtn_dm_query_download_cancelled; |
|
64 } |
|
65 |
|
66 // |
|
67 // AIF icons/files |
|
68 // |
|
69 RESOURCE LOCALISABLE_APP_INFO r_applicationmanagement_localisable_app_info |
|
70 { |
|
71 caption_and_icon = |
|
72 CAPTION_AND_ICON_INFO |
|
73 { |
|
74 number_of_icons = 0; |
|
75 }; |
|
76 } |
|
77 |
|
78 RESOURCE DIALOG r_progress_note |
|
79 { |
|
80 flags = EAknProgressNoteFlags; |
|
81 buttons = R_AVKON_SOFTKEYS_CANCEL; |
|
82 items = |
|
83 { |
|
84 DLG_LINE |
|
85 { |
|
86 type = EAknCtNote; |
|
87 id = EGeneralNote; |
|
88 control = AVKON_NOTE |
|
89 { |
|
90 layout = EProgressLayout; |
|
91 singular_label =qtn_dm_wait_downloading; |
|
92 }; |
|
93 } |
|
94 }; |
|
95 } |
|
96 |
|
97 RESOURCE TBUF r_downloadfailed_connection |
|
98 { |
|
99 buf = qtn_dm_query_connection_failed; |
|
100 } |
|
101 |
|
102 RESOURCE TBUF r_downloadfailed_general |
|
103 { |
|
104 buf = qtn_dm_query_general_failed; |
|
105 } |