ImagePrint/ImagePrintUI/imageprintprovider/rss/aiwprintingprovider.rss
branchRCL_3
changeset 21 d59c248c9d36
parent 0 d11fb78c4374
equal deleted inserted replaced
20:159fc2f68139 21:d59c248c9d36
       
     1 /*
       
     2 * Copyright (c) 2002-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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME    AAAA  // AIW Printing Provider
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <avkon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <AiwCommon.hrh>
       
    25 #include <imageprintapp.loc>
       
    26 
       
    27 /**
       
    28  * Standard resource signature
       
    29  */
       
    30 RESOURCE RSS_SIGNATURE { }
       
    31    
       
    32 RESOURCE MENU_PANE r_aiw_preview_printing_provider_menu
       
    33     {
       
    34     items=
       
    35         {
       
    36         MENU_ITEM
       
    37             {
       
    38             command = KAiwCmdPrint;
       
    39             txt = qtn_aiw_command_print;
       
    40             }        
       
    41         };
       
    42     }
       
    43 
       
    44 // End of File
       
    45