mobilemessaging/postcard/postcardui/PostcardUi.rss
changeset 79 2981cb3aa489
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mobilemessaging/postcard/postcardui/PostcardUi.rss	Wed Nov 03 09:52:46 2010 +0530
@@ -0,0 +1,79 @@
+/*
+* 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