1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/openvg/openvgrefimplementation/sfopenvg/test/data/tiger.rss Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,100 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Symbian Foundation Ltd
1.6 +* This component and the accompanying materials are made available
1.7 +* under the terms of the License "Eclipse Public License v1.0"
1.8 +* which accompanies this distribution, and is available
1.9 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +*
1.11 +* Initial Contributors:
1.12 +* Symbian Foundation Ltd - initial contribution.
1.13 +*
1.14 +* Contributors:
1.15 +*
1.16 +* Description:
1.17 +* Tiger app resource
1.18 +*/
1.19 +
1.20 +
1.21 +// RESOURCE IDENTIFIER
1.22 +NAME AWIZ // 4 letter ID
1.23 +
1.24 +// INCLUDES
1.25 +#include <eikon.rh>
1.26 +#include "tiger.hrh"
1.27 +#include "tiger.rls"
1.28 +#include <avkon.rsg>
1.29 +#include <avkon.rh>
1.30 +#include <avkon.mbg>
1.31 +#include <appinfo.rh>
1.32 +
1.33 +// RESOURCE DEFINITIONS
1.34 +RESOURCE RSS_SIGNATURE { }
1.35 +
1.36 +RESOURCE TBUF { buf="Tiger"; }
1.37 +
1.38 +RESOURCE EIK_APP_INFO
1.39 + {
1.40 + menubar = r_tiger_menubar;
1.41 + cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
1.42 + }
1.43 +
1.44 +//----------------------------------------------------
1.45 +//
1.46 +// r_tiger_menubar
1.47 +//
1.48 +//----------------------------------------------------
1.49 +//
1.50 +RESOURCE MENU_BAR r_tiger_menubar
1.51 +{
1.52 + titles =
1.53 + {
1.54 + MENU_TITLE
1.55 + {
1.56 + menu_pane = r_tiger_exit;
1.57 + }
1.58 + };
1.59 +}
1.60 +
1.61 +//----------------------------------------------------
1.62 +//
1.63 +// r_tiger_exit
1.64 +//
1.65 +//----------------------------------------------------
1.66 +//
1.67 +RESOURCE MENU_PANE r_tiger_exit
1.68 +{
1.69 + items =
1.70 + {
1.71 + MENU_ITEM
1.72 + {
1.73 + command = EAknCmdExit;
1.74 + txt = STRING_r_tiger_exit;
1.75 + }
1.76 + };
1.77 +}
1.78 +
1.79 +
1.80 +
1.81 +
1.82 +
1.83 +
1.84 +//----------------------------------------------------
1.85 +//
1.86 +// r_tiger_localisable_app_info
1.87 +//
1.88 +//----------------------------------------------------
1.89 +//
1.90 +RESOURCE LOCALISABLE_APP_INFO r_tiger_localisable_app_info
1.91 + {
1.92 + short_caption = STRING_r_app_short_caption_string;
1.93 + caption_and_icon =
1.94 + CAPTION_AND_ICON_INFO
1.95 + {
1.96 + caption = STRING_r_app_caption_string;
1.97 + number_of_icons = 1;
1.98 + icon_file = "\\resource\\apps\\tiger_icon.mif";
1.99 + };
1.100 + }
1.101 +
1.102 +// End of File
1.103 +