mobilemessaging/postcard/postcardui/PostcardUi.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 12 Mar 2010 15:42:19 +0200
branchRCL_3
changeset 12 caea42e26caa
parent 2 0bf1d54f37d9
permissions -rw-r--r--
Revision: 201007 Kit: 201008

/*
* Copyright (c) 2005 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:  
*     This file contains all the resources for the module.
*
*/



//  RESOURCE IDENTIFIER
NAME    POUB

//  INCLUDES
#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 <postcard_branded.loc>

//  CONSTANTS  

//  MACROS  

//  RESOURCE DEFINITIONS 

    RESOURCE RSS_SIGNATURE { }

    RESOURCE TBUF { buf="PostcardUi"; }

    RESOURCE MTUD_FUNCTION_ARRAY r_poca_mtm_function_array
    {
    functions =
         {
         MTUD_FUNCTION 
             {
             functiontext = qtn_mce_info;
             command = KMtmUiFunctionMessageInfo;
             flags = EMtudContextSpecific|EMtudAsynchronous|EMtudCommandTransferReceive;
             },
         MTUD_FUNCTION 
             {
             functiontext = qtn_sm_send_as_postcard;
             command = KMtmUiFunctionSendAs;
             flags = EMtudCommandSendAs;
             },
         MTUD_FUNCTION 
             {
             functiontext = qtn_mce_create_postcard;
             command = KMtmUiMceWriteMessageSubmenu;
             flags = EMtudCommandTransferSend;
             },
         MTUD_FUNCTION 
             {
             functiontext = qtn_mce_create_postcard; 
             command = KMtmUiMceWriteMessagePopup;
             flags = EMtudCommandTransferSend;
             }
         };
     }

// End of File