|
1 /* |
|
2 * Copyright (c) 2005 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. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 // RESOURCE IDENTIFIER |
|
22 NAME POUB |
|
23 |
|
24 // INCLUDES |
|
25 #include <eikon.rh> |
|
26 #include <avkon.rsg> |
|
27 #include <avkon.hrh> |
|
28 #include <avkon.rsg> |
|
29 #include <avkon.rh> |
|
30 #include <mtud.rh> |
|
31 #include <MtmExtendedCapabilities.hrh> |
|
32 #include <avkon.loc> |
|
33 #include <muiusettingsarray.rh> |
|
34 |
|
35 #include <Messaging.loc> |
|
36 #include <Postcard_branded.loc> |
|
37 |
|
38 // CONSTANTS |
|
39 |
|
40 // MACROS |
|
41 |
|
42 // RESOURCE DEFINITIONS |
|
43 |
|
44 RESOURCE RSS_SIGNATURE { } |
|
45 |
|
46 RESOURCE TBUF { buf="PostcardUi"; } |
|
47 |
|
48 RESOURCE MTUD_FUNCTION_ARRAY r_poca_mtm_function_array |
|
49 { |
|
50 functions = |
|
51 { |
|
52 MTUD_FUNCTION |
|
53 { |
|
54 functiontext = qtn_mce_info; |
|
55 command = KMtmUiFunctionMessageInfo; |
|
56 flags = EMtudContextSpecific|EMtudAsynchronous|EMtudCommandTransferReceive; |
|
57 }, |
|
58 MTUD_FUNCTION |
|
59 { |
|
60 functiontext = qtn_sm_send_as_postcard; |
|
61 command = KMtmUiFunctionSendAs; |
|
62 flags = EMtudCommandSendAs; |
|
63 }, |
|
64 MTUD_FUNCTION |
|
65 { |
|
66 functiontext = qtn_mce_create_postcard; |
|
67 command = KMtmUiMceWriteMessageSubmenu; |
|
68 flags = EMtudCommandTransferSend; |
|
69 }, |
|
70 MTUD_FUNCTION |
|
71 { |
|
72 functiontext = qtn_mce_create_postcard; |
|
73 command = KMtmUiMceWriteMessagePopup; |
|
74 flags = EMtudCommandTransferSend; |
|
75 } |
|
76 }; |
|
77 } |
|
78 |
|
79 // End of File |