29
|
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 file for CCA Details view plugin
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
// RESOURCE IDENTIFIER
|
|
20 |
NAME IMSD // 4 letter ID , im service details
|
|
21 |
|
|
22 |
// INCLUDES
|
|
23 |
#include <bldvariant.hrh>
|
|
24 |
#include <data_caging_paths_strings.hrh>
|
|
25 |
|
|
26 |
#include <eikon.rh>
|
|
27 |
#include <avkon.rh>
|
|
28 |
|
|
29 |
#include <eikcore.rsg>
|
|
30 |
#include <eikon.rsg>
|
|
31 |
#include <avkon.hrh>
|
|
32 |
#include <avkon.rsg>
|
|
33 |
#include <avkon.mbg>
|
|
34 |
#include <avkon.loc>
|
|
35 |
#include <VPbkFieldType.rh>
|
|
36 |
#include <AiwCommon.hrh>
|
|
37 |
#include <AiwCommon.rh>
|
|
38 |
#include <AiwGenericParam.hrh>
|
|
39 |
|
|
40 |
#include "vimpstdetailsview.hrh"
|
|
41 |
#include <meco.loc>
|
|
42 |
|
|
43 |
// RESOURCE DEFINITIONS
|
|
44 |
|
|
45 |
// ---------------------------------------------------------------------------
|
|
46 |
// RSS_SIGNATURE
|
|
47 |
// ---------------------------------------------------------------------------
|
|
48 |
//
|
|
49 |
RESOURCE RSS_SIGNATURE { }
|
|
50 |
|
|
51 |
|
|
52 |
// --------------------------------------------------------------------------
|
|
53 |
// AVKON_VIEW
|
|
54 |
// Main view.
|
|
55 |
// --------------------------------------------------------------------------
|
|
56 |
//
|
|
57 |
RESOURCE AVKON_VIEW r_vimpstdetailsview_mainview
|
|
58 |
{
|
|
59 |
menubar = r_vimpstdetailsview_menubar;
|
|
60 |
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK__SELECT;
|
|
61 |
}
|
|
62 |
|
|
63 |
// ---------------------------------------------------------------------------
|
|
64 |
// r_vimpstdetailsview_menubar
|
|
65 |
|
|
66 |
// ---------------------------------------------------------------------------
|
|
67 |
//
|
|
68 |
RESOURCE MENU_BAR r_vimpstdetailsview_menubar
|
|
69 |
{
|
|
70 |
titles =
|
|
71 |
{
|
|
72 |
MENU_TITLE
|
|
73 |
{
|
|
74 |
menu_pane = r_vimpstdetailsview_menupane;
|
|
75 |
}
|
|
76 |
};
|
|
77 |
}
|
|
78 |
|
|
79 |
// ---------------------------------------------------------------------------
|
|
80 |
// r_vimpstdetailsview_menupane
|
|
81 |
// ---------------------------------------------------------------------------
|
|
82 |
//
|
|
83 |
RESOURCE MENU_PANE r_vimpstdetailsview_menupane
|
|
84 |
{
|
|
85 |
|
|
86 |
// KAiwCmdAssign AIW service cmd used as Edit Options-menu item
|
|
87 |
// set AIW commands at last
|
|
88 |
items =
|
|
89 |
{
|
|
90 |
MENU_ITEM
|
|
91 |
{
|
|
92 |
command = EVIMPSTDetailsCopyCmd;
|
|
93 |
txt = qtn_servdetail_opt_copydetail;
|
|
94 |
},
|
|
95 |
|
|
96 |
MENU_ITEM
|
|
97 |
{
|
|
98 |
command = EVIMPSTDetailsDeleteCmd;
|
|
99 |
txt = qtn_servdetail_opt_delete;
|
|
100 |
},
|
|
101 |
MENU_ITEM
|
|
102 |
{
|
|
103 |
command = KAiwCmdAssign;
|
|
104 |
txt = qtn_servdetail_opt_edit;
|
|
105 |
},
|
|
106 |
|
|
107 |
#ifdef __SERIES60_HELP
|
|
108 |
MENU_ITEM
|
|
109 |
{
|
|
110 |
command = EAknCmdHelp;
|
|
111 |
txt = qtn_options_help;
|
|
112 |
},
|
|
113 |
#endif // __SERIES60_HELP
|
|
114 |
MENU_ITEM
|
|
115 |
{
|
|
116 |
command = EAknCmdExit;
|
|
117 |
txt = qtn_options_exit;
|
|
118 |
}
|
|
119 |
};
|
|
120 |
}
|
|
121 |
|
|
122 |
RESOURCE TBUF r_servdetail_backgroundtext_header { buf = qtn_servdetail_backgroundtext_header; }
|
|
123 |
|
|
124 |
RESOURCE TBUF r_servdetail_statustext_offline { buf = qtn_servdetail_statustext_offline; }
|
|
125 |
RESOURCE TBUF r_servdetail_statustext_online { buf = qtn_servdetail_statustext_online; }
|
|
126 |
RESOURCE TBUF r_servdetail_statustext_dnd { buf = qtn_servdetail_statustext_dnd; }
|
|
127 |
RESOURCE TBUF r_servdetail_statustext_away { buf = qtn_servdetail_statustext_away; }
|
|
128 |
RESOURCE TBUF r_servdetail_statustext_busy { buf = qtn_servdetail_statustext_busy; }
|
|
129 |
RESOURCE TBUF r_servdetail_statustext_blocked { buf = qtn_servtab_default_statustext_blocked; }
|
|
130 |
RESOURCE TBUF r_servdetail_statustext_callforward { buf = qtn_servtab_default_statustext_callforward; }
|
|
131 |
|
|
132 |
RESOURCE TBUF r_servdetail_statustext_Onthephone { buf = qtn_servdetail_statustext_onthephone; }
|
|
133 |
RESOURCE TBUF r_servdetail_statustext_Unknown { buf = qtn_servdetail_statustext_unknown; }
|
|
134 |
RESOURCE TBUF r_servdetail_unnamed { buf = qtn_servtab_unnamed; }
|
|
135 |
RESOURCE TBUF r_servdetail_statustext_Pending { buf = qtn_servtab_invitationsent; }
|
|
136 |
|
|
137 |
// ---------------------------------------------------------------------------
|
|
138 |
// r_detailsview_aiw_service_interests
|
|
139 |
// ---------------------------------------------------------------------------
|
|
140 |
//
|
|
141 |
RESOURCE AIW_INTEREST r_vimpstdetailsview_aiw_service_interests
|
|
142 |
{
|
|
143 |
items=
|
|
144 |
{
|
|
145 |
AIW_CRITERIA_ITEM
|
|
146 |
{
|
|
147 |
id = KAiwCmdAssign;// serviceCmd used here also as ID
|
|
148 |
serviceCmd = KAiwCmdAssign;
|
|
149 |
contentType = EGenericParamContactLinkArrayStr;
|
|
150 |
serviceClass = KAiwClassMenu;//not working with KAiwClassBase altough used as service cmd
|
|
151 |
maxProviders = 1;
|
|
152 |
}
|
|
153 |
// Add here other possible AIW service criterias..
|
|
154 |
};
|
|
155 |
}
|
|
156 |
|
|
157 |
#include "vimpstdetailfields.rss"
|
|
158 |
|
|
159 |
|
|
160 |
// End of File
|