bluetoothengine/bthid/mouse/PaintCursor/data/paintcursor.rss
changeset 0 f63038272f30
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     1 /*
       
     2 * Copyright (c) 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:
       
    15 *
       
    16 */
       
    17 
       
    18 //  RESOURCE IDENTIFIER
       
    19 NAME    PACU // 4 letter ID
       
    20 
       
    21 #include <appinfo.rh>
       
    22 #include <data_caging_paths_strings.hrh>
       
    23 #include <eikon.rh>
       
    24 #include "paintcursor.loc"
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.hrh>
       
    28 #include <avkon.mbg>
       
    29 #include <avkon.loc>
       
    30 #include <paintcursor.mbg>
       
    31 
       
    32 
       
    33 //  RESOURCE DEFINITIONS 
       
    34 
       
    35 RESOURCE RSS_SIGNATURE { }
       
    36 
       
    37 RESOURCE TBUF { buf="paintcursor"; }
       
    38 
       
    39 RESOURCE EIK_APP_INFO
       
    40 {
       
    41     cba = r_hidmouse_softkeys_exit_hide;
       
    42 }
       
    43 
       
    44 
       
    45 RESOURCE CBA r_hidmouse_softkeys_exit_hide
       
    46     {
       
    47     buttons =
       
    48         {
       
    49         CBA_BUTTON {id=EAknSoftkeyExit; txt = qtn_options_exit;},
       
    50         CBA_BUTTON {id=EAknSoftkeyBack; txt = qtn_softkey_hide;}
       
    51         };
       
    52     }
       
    53 
       
    54 RESOURCE LOCALISABLE_APP_INFO r_paintcursor_localisable_app_info
       
    55 	{
       
    56 	short_caption = qtn_app_short_caption_string;
       
    57 	caption_and_icon =
       
    58 	CAPTION_AND_ICON_INFO
       
    59 		{
       
    60 		caption = qtn_app_caption_string;
       
    61 		number_of_icons = 1;
       
    62 		icon_file = APP_BITMAP_DIR"\\paintcursor_aif.mif";
       
    63 		};
       
    64 	}
       
    65 
       
    66 // End of File