usbuis/imageprintuiprovider/data/imageprintuiprovider.rss
changeset 93 2dc695882abd
parent 89 3592750162a5
equal deleted inserted replaced
89:3592750162a5 93:2dc695882abd
     1 /*
       
     2 * Copyright (c) 2006-2008 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 definitions for project Image Print UI Provider
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME    AWPP  // Image Print UI Provider
       
    20 
       
    21 // INCLUDES
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rh>
       
    24 #include <avkon.rsg>
       
    25 
       
    26 #include <AiwCommon.hrh>
       
    27 #include <imageprintuiprovider.loc>
       
    28 
       
    29 /**
       
    30  * Standard resource signature
       
    31  */
       
    32 RESOURCE RSS_SIGNATURE { }
       
    33 
       
    34 RESOURCE MENU_PANE r_aiw_printing_provider_menu
       
    35     {
       
    36     items=
       
    37         {
       
    38         MENU_ITEM
       
    39             {
       
    40             command = KAiwCmdPrint;
       
    41             txt = qtn_usb_option_printing;
       
    42             }        
       
    43         };
       
    44     }
       
    45 
       
    46 RESOURCE TBUF r_usb_info_app_in_use 
       
    47     {
       
    48     buf = qtn_usb_info_app_in_use;    
       
    49     }
       
    50 
       
    51 // End of File