examples/SFExamples/SkeletonS60/data/Skeleton.rss

00001 // 
00002 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
00003 // All rights reserved.
00004 // This component and the accompanying materials are made available
00005 // under the terms of the License "Eclipse Public License v1.0"
00006 // which accompanies this distribution, and is available
00007 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00008 // 
00009 // Initial Contributors:
00010 // Nokia Corporation - initial contribution.
00011 // 
00012 // Contributors:
00013 // 
00014 // Description:  This file contains all the resources for the Skeleton.
00015 // 
00016 // 
00017 
00018 //  RESOURCE IDENTIFIER
00019 NAME SKEL       // 4 letter ID
00020 
00021 
00022 //  INCLUDES
00023 #include <eikon.rh>
00024 #include <avkon.rsg>
00025 #include <avkon.rh>
00026 #include <appinfo.rh>
00027 #include "Skeleton.hrh"
00028 #include "Skeleton.rls"
00029 
00030 //  RESOURCE DEFINITIONS
00031 // -----------------------------------------------------------------------------
00032 //
00033 //      Define the resource file signature
00034 //      This resource should be empty.
00035 //
00036 // -----------------------------------------------------------------------------
00037 //
00038 RESOURCE RSS_SIGNATURE
00039         {
00040         }
00041 
00042 // -----------------------------------------------------------------------------
00043 //
00044 //      Default Document Name
00045 //
00046 // -----------------------------------------------------------------------------
00047 //
00048 RESOURCE TBUF r_default_document_name
00049         {
00050         buf="SKEL";
00051         }
00052 
00053 // -----------------------------------------------------------------------------
00054 //
00055 //      Define default menu and CBA key.
00056 //
00057 // -----------------------------------------------------------------------------
00058 //
00059 RESOURCE EIK_APP_INFO
00060         {
00061         menubar = r_menubar;
00062         cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
00063         }
00064 
00065 
00066 // -----------------------------------------------------------------------------
00067 //
00068 //   r_menubar
00069 //   Main menubar
00070 //
00071 // -----------------------------------------------------------------------------
00072 //
00073 RESOURCE MENU_BAR r_menubar
00074         {
00075         titles =
00076                 {
00077                 MENU_TITLE { menu_pane = r_menu; }
00078                 };
00079         }
00080 
00081 
00082 // -----------------------------------------------------------------------------
00083 //
00084 //   r_menu
00085 //   Menu for "Options"
00086 //
00087 // -----------------------------------------------------------------------------
00088 //
00089 RESOURCE MENU_PANE r_menu
00090         {
00091         items =
00092                 {
00093                 MENU_ITEM
00094                                 {
00095                                 command = EResume;
00096                                 txt = qtn_resume;
00097                                 },
00098                 MENU_ITEM
00099                                 {
00100                                 command = EAknSoftkeyExit;
00101                                 txt = qtn_exit;
00102                                 }
00103                 };
00104         }
00105 
00106 
00107 
00108 // -----------------------------------------------------------------------------
00109 //
00110 // Resources for messages.
00111 //
00112 // -----------------------------------------------------------------------------
00113 //
00114 RESOURCE TBUF32 r_caption_string { buf=qtn_caption_string; }
00115 RESOURCE TBUF r_command1_text { buf=qtn_command1_text; }
00116 
00117 
00118 // ---------------------------------------------------------------------------- 
00119 //
00120 // r_localisable_app_info
00121 //
00122 // ---------------------------------------------------------------------------- 
00123 //
00124 RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
00125         {
00126         short_caption = qtn_caption_string;
00127         caption_and_icon = 
00128         CAPTION_AND_ICON_INFO
00129                 {
00130                 caption = qtn_caption_string;
00131 
00132                 number_of_icons = 1;
00133                 icon_file = "\\resource\\apps\\Skeleton_0xEDC523C6.mif";
00134                 };
00135         }
00136 
00137 // End of File

Generated by  doxygen 1.6.2