upnpframework/upnpaiwprovider/data/upnpaiwmenuresources.rss
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  AIW menu resource definitions for UpnpAiwProvider.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // RESOURCE IDENTIFIER
       
    20 NAME UPAM
       
    21 
       
    22 // INCLUDES
       
    23 #include <eikon.rh>
       
    24 #include <AiwCommon.hrh>
       
    25 #include <upnpframework.loc>
       
    26 
       
    27 // RESOURCE DEFINITIONS
       
    28 
       
    29 // --------------------------------------------------------------------------
       
    30 // R_AIW_ENABLE_EXTERNAL_MENU
       
    31 // Menu item for the "Enable External" menu service. This menu item is shown,
       
    32 // when the UPnP External screen is OFF (not active).
       
    33 // --------------------------------------------------------------------------
       
    34 RESOURCE MENU_PANE r_aiw_enable_external_menu
       
    35     {
       
    36     items=
       
    37         {
       
    38         MENU_ITEM
       
    39             {
       
    40             command = KAiwCmdUPnPEnableExternal;
       
    41             txt = qtn_iupnp_aiw_enable_external_string;
       
    42             }
       
    43         };
       
    44     }
       
    45 
       
    46 // --------------------------------------------------------------------------
       
    47 // R_AIW_DISABLE_EXTERNAL_MENU
       
    48 // Menu item for the "Disable External" menu service. This menu item is shown,
       
    49 // when the UPnP External screen is ON (active).
       
    50 // --------------------------------------------------------------------------
       
    51 RESOURCE MENU_PANE r_aiw_disable_external_menu
       
    52     {
       
    53     items=
       
    54         {
       
    55         MENU_ITEM
       
    56             {
       
    57             command = KAiwCmdUPnPEnableExternal;
       
    58             txt = qtn_iupnp_aiw_disable_external_string;
       
    59             }
       
    60         };
       
    61     }
       
    62 
       
    63 // --------------------------------------------------------------------------
       
    64 // R_AIW_COPY_TO_EXTERNAL_MENU
       
    65 // Menu item for the "Copy to External" menu service.
       
    66 // --------------------------------------------------------------------------
       
    67 RESOURCE MENU_PANE r_aiw_copy_to_external_menu
       
    68     {
       
    69     items=
       
    70         {
       
    71         MENU_ITEM
       
    72             {
       
    73             command = KAiwCmdUPnPCopy;
       
    74             txt = qtn_iupnp_aiw_copy_to_external_string;
       
    75             }
       
    76         };
       
    77     }
       
    78 
       
    79 // --------------------------------------------------------------------------
       
    80 // R_AIW_MOVE_TO_EXTERNAL_MENU
       
    81 // Menu item for the "Move to External" menu service.
       
    82 // --------------------------------------------------------------------------
       
    83 RESOURCE MENU_PANE r_aiw_move_to_external_menu
       
    84     {
       
    85     items=
       
    86         {
       
    87         MENU_ITEM
       
    88             {
       
    89             command = KAiwCmdUPnPMove;
       
    90             txt = qtn_iupnp_aiw_move_to_external_string;
       
    91             }
       
    92         };
       
    93     }
       
    94 
       
    95 // End of file