|
1 /* |
|
2 * Copyright (c) 2006 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 * SmsDetailsPlugin data resource file. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 NAME SMDP |
|
22 |
|
23 //#include "smss.hrh" |
|
24 #include <eikon.rh> |
|
25 #include <smsdetailsplugin.loc> |
|
26 |
|
27 RESOURCE RSS_SIGNATURE { } |
|
28 |
|
29 |
|
30 RESOURCE TBUF r_msg_type_status_report {buf = qtn_msg_status_report; } |
|
31 |
|
32 //Special Message Indication |
|
33 // |
|
34 // Do not change the order of msg indication resources! |
|
35 // |
|
36 RESOURCE TBUF r_msg_indication_voicemail_one {buf = qtn_msg_waiting_indication_vm;} |
|
37 RESOURCE TBUF r_msg_indication_voicemail_many {buf = qtn_msgs_waiting_indication_vm;} |
|
38 |
|
39 RESOURCE TBUF r_msg_indication_email_one {buf = qtn_msg_waiting_indication_email;} |
|
40 RESOURCE TBUF r_msg_indication_email_many {buf = qtn_msgs_waiting_indication_email;} |
|
41 |
|
42 RESOURCE TBUF r_msg_indication_fax_one {buf = qtn_msg_waiting_indication_fax;} |
|
43 RESOURCE TBUF r_msg_indication_fax_many {buf = qtn_msgs_waiting_indication_fax;} |
|
44 |
|
45 RESOURCE TBUF r_msg_indication_other_one {buf = qtn_msg_waiting_indication_other;} |
|
46 RESOURCE TBUF r_msg_indication_other_many {buf = qtn_msgs_waiting_indication_other;} |
|
47 |
|
48 RESOURCE TBUF r_msg_indication_videomessage_one {buf = qtn_msg_waiting_indication_vidm;} |
|
49 RESOURCE TBUF r_msg_indication_videomessage_many {buf = qtn_msgs_waiting_indication_vidm;} |
|
50 |
|
51 RESOURCE TBUF r_msg_indication_enhanced_voicemail_one {buf = qtn_msg_waiting_indication_evm;} |
|
52 RESOURCE TBUF r_msg_indication_enhanced_voicemail_many {buf = qtn_msgs_waiting_indication_evm;} |