mobilemessaging/audiomsg/data/audiomessagemtm.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 12:38:02 +0300
branchRCL_3
changeset 19 7e4e4bcc75b6
parent 2 0bf1d54f37d9
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
* 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;
             }
         };
     }