mobilemessaging/audiomsg/data/audiomessagemtm.rss
changeset 0 72b543305e3a
child 2 0bf1d54f37d9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mobilemessaging/audiomsg/data/audiomessagemtm.rss	Thu Dec 17 08:44:11 2009 +0200
@@ -0,0 +1,70 @@
+/*
+* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:   Resource definitions for project audiomessageui
+*
+*/
+
+
+
+NAME    AMSM
+
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.hrh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <mtud.rh>
+#include <MtmExtendedCapabilities.hrh>
+#include <avkon.loc>
+#include <muiusettingsarray.rh>
+#include <Messaging.loc>
+#include <audiomessage.loc>
+
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf="audiomessageui"; } 
+
+RESOURCE MTUD_FUNCTION_ARRAY r_ams_mtm_function_array
+    {
+    functions =
+         {
+         MTUD_FUNCTION 
+             {
+             functiontext = qtn_mce_info;
+             command = KMtmUiFunctionMessageInfo;
+             flags = EMtudContextSpecific | EMtudAsynchronous | EMtudCommandTransferReceive;
+             },
+         MTUD_FUNCTION 
+             {
+             functiontext = qtn_query_send_via_audio;
+             command = KMtmUiFunctionSendAs;
+             flags = EMtudCommandSendAs;
+             },
+         MTUD_FUNCTION 
+             {
+             //functiontext = qtn_mce_inbox_write_audio_messaging;
+             functiontext = qtn_mce_write_audio;
+             command = KMtmUiMceWriteMessageSubmenu;
+             flags = EMtudCommandTransferSend;
+             },
+         MTUD_FUNCTION 
+             {
+             //functiontext = qtn_mce_pop_up_audio_messaging;
+             functiontext = qtn_mce_pop_up_audio;
+             command = KMtmUiMceWriteMessagePopup;
+             flags = EMtudCommandTransferSend;
+             }
+         };
+     }