mmshplugins/mmshaiwplugin/data/musaiwprovider.rss
changeset 0 f0cf47e981f9
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //
       
    21 // The application name.
       
    22 //
       
    23 
       
    24 #include <AiwCommon.hrh>
       
    25 #include <avkon.hrh>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.rsg>
       
    28 #include <eikon.rh>
       
    29 #include <ecom/registryinfov2.rh> 
       
    30 
       
    31 #include "musaiwprovider.hrh"
       
    32 #include <mus.loc>
       
    33 #include <musoperator.loc> //localization
       
    34 
       
    35 //
       
    36 // The resource file signature -- should be empty.
       
    37 //
       
    38 RESOURCE RSS_SIGNATURE
       
    39     {
       
    40     }
       
    41 
       
    42 //
       
    43 // Default document name.
       
    44 //
       
    45 RESOURCE TBUF r_default_document_name { buf = ""; }
       
    46 
       
    47 RESOURCE TBUF r_musaiwprovider_network_incompatible { buf = qtn_mshstarter_note_network_incompatible; }
       
    48 RESOURCE TBUF r_musaiwprovider_on_hold { buf = qtn_mshstarter_note_on_hold; }
       
    49 RESOURCE TBUF r_musaiwprovider_conference_call { buf = qtn_mshstarter_note_conference_call; }
       
    50 RESOURCE TBUF r_musaiwprovider_recipient_incapable { buf = qtn_mshstarter_note_recipient_incapable; }
       
    51 RESOURCE TBUF r_musaiwprovider_no_reg { buf = qtn_msh_note_no_reg; }
       
    52 RESOURCE TBUF r_musaiwprovider_app_general { buf = qtn_msh_note_error_app_general; }
       
    53 
       
    54 //
       
    55 // The submenu items offered through the AIW framework when
       
    56 // sharing isn't yet going on.
       
    57 //
       
    58 RESOURCE MENU_PANE r_musaiwprovider_basic_cascaded_submenu
       
    59     {
       
    60     items =
       
    61         {
       
    62         MENU_ITEM
       
    63             {
       
    64             command = AIW_SUBMENU_TITLE;
       
    65             txt     = qtn_incal_share_video;
       
    66             },
       
    67         MENU_ITEM
       
    68             {
       
    69             command = EMusCommandLiveShare;
       
    70             txt     = qtn_incal_live_video;
       
    71             },
       
    72         MENU_ITEM
       
    73             {
       
    74             command = EMusCommandClipShare;
       
    75             txt     = qtn_incal_video_clip;
       
    76             }
       
    77             /*,
       
    78         MENU_ITEM
       
    79             {
       
    80             command = EMusCommandImageShare;
       
    81             txt     = qtn_mshstarter_share_sub_image;
       
    82             }*/
       
    83         };
       
    84     }
       
    85 
       
    86 //
       
    87 // for no camera variants
       
    88 // The submenu items offered through the AIW framework when
       
    89 // sharing isn't yet going on. Clip sharing for no camera
       
    90 // devices is started straight from Share Video -option
       
    91 // (no submenu until image sharing is implemented)
       
    92 //
       
    93 RESOURCE MENU_PANE r_musaiwprovider_nocamera_cascaded_submenu
       
    94     {
       
    95     items =
       
    96         {
       
    97         MENU_ITEM
       
    98             {
       
    99             command = EMusCommandClipShare;
       
   100             txt     = qtn_incal_share_video;
       
   101             }
       
   102         /*
       
   103         MENU_ITEM
       
   104             {
       
   105             command = AIW_SUBMENU_TITLE;
       
   106             txt     = qtn_incal_share_video;
       
   107             },
       
   108         MENU_ITEM
       
   109             {
       
   110             command = EMusCommandClipShare;
       
   111             txt     = qtn_incal_video_clip;
       
   112             }
       
   113             ,
       
   114         MENU_ITEM
       
   115             {
       
   116             command = EMusCommandImageShare;
       
   117             txt     = qtn_mshstarter_share_sub_image;
       
   118             }*/
       
   119         };
       
   120     }
       
   121 
       
   122 //
       
   123 // The submenu items offered through the AIW framework when
       
   124 // there's already sharing going on.
       
   125 //
       
   126 RESOURCE MENU_PANE r_musaiwprovider_running_cascaded_submenu
       
   127     {
       
   128     items =
       
   129         {
       
   130         MENU_ITEM
       
   131             {
       
   132             command = EMusCommandContinue;
       
   133             txt     = qtn_incal_continue_sharing;
       
   134             }
       
   135         };
       
   136     }
       
   137