mobilemessaging/audiomsg/data/audiomessagemtm.rss
author Simon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 17:05:03 +0000
branchRCL_3
changeset 83 26c290f28dd1
parent 60 7fdbb852d323
permissions -rw-r--r--
Removed duplicate instructions for creating some messaging MIFs

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