voiceui/aiwpbkinfoviewprovider/src/aiwpbkinfoviewprovider.rss
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2009 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 // End of file
       
    18 
       
    19 
       
    20 /*
       
    21 * ==============================================================================
       
    22 *  Name        : aiwpbkinfoviewprovider.rss
       
    23 *  Part of     : pbkinfoview/aiwpbkinfoviewprovider
       
    24 *  Description : 
       
    25 *  Version     : 
       
    26 *
       
    27 *  Copyright © 2002-2005 Nokia. All rights reserved.
       
    28 *  This material, including documentation and any related 
       
    29 *  computer programs, is protected by copyright controlled by 
       
    30 *  Nokia. All rights are reserved. Copying, including 
       
    31 *  reproducing, storing, adapting or translating, any 
       
    32 *  or all of this material requires the prior written consent of 
       
    33 *  Nokia. This material also contains confidential 
       
    34 *  information which may not be disclosed to others without the 
       
    35 *  prior written consent of Nokia.
       
    36 * ==============================================================================
       
    37 */
       
    38 
       
    39 #include <eikon.rh>
       
    40 #include "registryinfov2.rh" 
       
    41 #include "aiwpbkinfoviewprovider.rh"
       
    42 #include <pbkinfoview.loc>
       
    43 #include "AiwCommon.hrh"
       
    44 
       
    45 #include <avkon.rsg>
       
    46 #include <avkon.rh>
       
    47 #include <avkon.mbg>
       
    48 
       
    49 
       
    50 
       
    51 //  RESOURCE IDENTIFIER
       
    52 //NAME MTMU
       
    53 
       
    54 NAME ASPP
       
    55 
       
    56 RESOURCE RSS_SIGNATURE { }
       
    57 
       
    58 
       
    59 RESOURCE MENU_PANE r_pbkinfoviewprovider_menu
       
    60 {
       
    61     items=
       
    62 		{
       
    63 		MENU_ITEM { cascade=r_pbkinfoviewprovider_submenu; command=EPbkInfoViewProviderCmd; txt=qtn_options_infoview; }
       
    64 		};
       
    65 }
       
    66 
       
    67 
       
    68 RESOURCE MENU_PANE r_pbkinfoviewprovider_submenu
       
    69 	{
       
    70 	items =
       
    71 		{
       
    72 		MENU_ITEM { command=EPbkInfoViewProviderCmd;	 txt=qtn_phob_vc_info_options_infoview; }
       
    73 		};
       
    74 	}
       
    75 
       
    76 
       
    77 
       
    78 
       
    79 
       
    80 // End of file
       
    81 
       
    82 
       
    83 
       
    84