60
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 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:
|
|
15 |
* This file contains all the resources for the module Mce.
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
// RESOURCE IDENTIFIER
|
|
22 |
NAME MCE
|
|
23 |
|
|
24 |
// INCLUDES
|
|
25 |
#include <data_caging_paths_strings.hrh>
|
|
26 |
#include <eikon.rh>
|
|
27 |
#include <avkon.rh>
|
|
28 |
#include <avkon.loc>
|
|
29 |
#include <eikon.rsg>
|
|
30 |
#include <avkon.rsg>
|
|
31 |
#include <avkon.mbg>
|
|
32 |
#include <mceextraicons.mbg>
|
|
33 |
#include "MceExtraItems.rh"
|
|
34 |
#include <mceextraitems.loc>
|
|
35 |
|
|
36 |
#include <bldvariant.hrh>
|
|
37 |
|
|
38 |
|
|
39 |
NAME MCEX
|
|
40 |
RESOURCE RSS_SIGNATURE { }
|
|
41 |
RESOURCE TBUF16 { buf=""; }
|
|
42 |
|
|
43 |
RESOURCE MCE_EXTRA_ITEMS_ARRAY r_mce_extra_items
|
|
44 |
{
|
|
45 |
items =
|
|
46 |
{
|
|
47 |
MCE_EXTRA_ITEM
|
|
48 |
{
|
|
49 |
title = qtn_mce_conversations;
|
|
50 |
command = "537044288";
|
|
51 |
index = 8;
|
|
52 |
icon_index = EMbmMceextraiconsQgn_prop_im_ibox;
|
|
53 |
app_icon_index = 537044288;
|
|
54 |
secondary_text = qtn_mce_own_cvs;
|
|
55 |
}
|
|
56 |
};
|
|
57 |
}
|
|
58 |
|
|
59 |
// End of File
|