mobilemessaging/postcard/postcardui/PostcardUi.rss
author hgs
Thu, 04 Nov 2010 02:02:03 +0530
changeset 81 2043ea884c04
parent 79 2981cb3aa489
permissions -rw-r--r--
201044_03

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