|
1 /* |
|
2 * Copyright (c) 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 Remote Contact Lookup Service |
|
15 * |
|
16 */ |
|
17 |
|
18 // RESOURCE IDENTIFIER |
|
19 NAME FSAC // 4 letter ID |
|
20 |
|
21 // INCLUDE FILES |
|
22 #include <eikon.rh> |
|
23 #include <avkon.rsg> |
|
24 #include <avkon.rh> |
|
25 #include <avkon.mbg> |
|
26 #include <avkon.loc> |
|
27 #include <appinfo.rh> |
|
28 #include <data_caging_paths_strings.hrh> |
|
29 #include <eikon.hrh> |
|
30 |
|
31 // </cmail> |
|
32 #include <fscsaveascontactplugin.loc> |
|
33 #include "fsccontactactionserviceuids.hrh" |
|
34 //</cmail> |
|
35 // RESOURCE DEFINITIONS |
|
36 |
|
37 RESOURCE RSS_SIGNATURE { } |
|
38 |
|
39 RESOURCE TBUF { buf = ""; } |
|
40 |
|
41 RESOURCE TBUF r_fs_action_save_as_contact { buf = qtn_fs_action_save; } |
|
42 |
|
43 RESOURCE TBUF r_fs_action_saved_note { buf = qtn_rcl_saved_note; } |
|
44 |
|
45 // ----------------------------------------------------------------------------- |
|
46 // |
|
47 // Localizable application information |
|
48 // |
|
49 // ----------------------------------------------------------------------------- |
|
50 // |
|
51 RESOURCE LOCALISABLE_APP_INFO r_saveascontactplugin_localisable_app_info |
|
52 { |
|
53 short_caption = qtn_fs_action_save; |
|
54 caption_and_icon = |
|
55 CAPTION_AND_ICON_INFO |
|
56 { |
|
57 caption = qtn_fs_action_save; |
|
58 number_of_icons = 1; |
|
59 icon_file = "\\resource\\apps\\fscsaveascontactplugin.mif"; |
|
60 }; |
|
61 } |
|
62 |
|
63 // ----------------------------------------------------------------------------- |
|
64 // |
|
65 // 'Saving contact' wait note |
|
66 // |
|
67 // ----------------------------------------------------------------------------- |
|
68 // |
|
69 RESOURCE DIALOG r_fs_wait_note |
|
70 { |
|
71 flags = EAknWaitNoteFlags | EEikDialogFlagNotifyEsc; |
|
72 buttons=R_AVKON_SOFTKEYS_CANCEL; |
|
73 items = |
|
74 { |
|
75 DLG_LINE |
|
76 { |
|
77 type = EAknCtNote; |
|
78 id = EGeneralNote; |
|
79 control = AVKON_NOTE |
|
80 { |
|
81 layout = EWaitLayout; |
|
82 singular_label = qtn_rcl_saving_wait_note; |
|
83 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
84 }; |
|
85 } |
|
86 }; |
|
87 } |
|
88 |
|
89 // End of file |
|
90 |
|
91 |