--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mmshplugins/mmshaiwplugin/data/musaiwprovider.rss Thu Dec 17 08:44:37 2009 +0200
@@ -0,0 +1,137 @@
+/*
+* Copyright (c) 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 file.
+*
+*/
+
+
+
+//
+// The application name.
+//
+
+#include <AiwCommon.hrh>
+#include <avkon.hrh>
+#include <avkon.rh>
+#include <avkon.rsg>
+#include <eikon.rh>
+#include <ecom/registryinfov2.rh>
+
+#include "musaiwprovider.hrh"
+#include <mus.loc>
+#include <musoperator.loc> //localization
+
+//
+// The resource file signature -- should be empty.
+//
+RESOURCE RSS_SIGNATURE
+ {
+ }
+
+//
+// Default document name.
+//
+RESOURCE TBUF r_default_document_name { buf = ""; }
+
+RESOURCE TBUF r_musaiwprovider_network_incompatible { buf = qtn_mshstarter_note_network_incompatible; }
+RESOURCE TBUF r_musaiwprovider_on_hold { buf = qtn_mshstarter_note_on_hold; }
+RESOURCE TBUF r_musaiwprovider_conference_call { buf = qtn_mshstarter_note_conference_call; }
+RESOURCE TBUF r_musaiwprovider_recipient_incapable { buf = qtn_mshstarter_note_recipient_incapable; }
+RESOURCE TBUF r_musaiwprovider_no_reg { buf = qtn_msh_note_no_reg; }
+RESOURCE TBUF r_musaiwprovider_app_general { buf = qtn_msh_note_error_app_general; }
+
+//
+// The submenu items offered through the AIW framework when
+// sharing isn't yet going on.
+//
+RESOURCE MENU_PANE r_musaiwprovider_basic_cascaded_submenu
+ {
+ items =
+ {
+ MENU_ITEM
+ {
+ command = AIW_SUBMENU_TITLE;
+ txt = qtn_incal_share_video;
+ },
+ MENU_ITEM
+ {
+ command = EMusCommandLiveShare;
+ txt = qtn_incal_live_video;
+ },
+ MENU_ITEM
+ {
+ command = EMusCommandClipShare;
+ txt = qtn_incal_video_clip;
+ }
+ /*,
+ MENU_ITEM
+ {
+ command = EMusCommandImageShare;
+ txt = qtn_mshstarter_share_sub_image;
+ }*/
+ };
+ }
+
+//
+// for no camera variants
+// The submenu items offered through the AIW framework when
+// sharing isn't yet going on. Clip sharing for no camera
+// devices is started straight from Share Video -option
+// (no submenu until image sharing is implemented)
+//
+RESOURCE MENU_PANE r_musaiwprovider_nocamera_cascaded_submenu
+ {
+ items =
+ {
+ MENU_ITEM
+ {
+ command = EMusCommandClipShare;
+ txt = qtn_incal_share_video;
+ }
+ /*
+ MENU_ITEM
+ {
+ command = AIW_SUBMENU_TITLE;
+ txt = qtn_incal_share_video;
+ },
+ MENU_ITEM
+ {
+ command = EMusCommandClipShare;
+ txt = qtn_incal_video_clip;
+ }
+ ,
+ MENU_ITEM
+ {
+ command = EMusCommandImageShare;
+ txt = qtn_mshstarter_share_sub_image;
+ }*/
+ };
+ }
+
+//
+// The submenu items offered through the AIW framework when
+// there's already sharing going on.
+//
+RESOURCE MENU_PANE r_musaiwprovider_running_cascaded_submenu
+ {
+ items =
+ {
+ MENU_ITEM
+ {
+ command = EMusCommandContinue;
+ txt = qtn_incal_continue_sharing;
+ }
+ };
+ }
+