photosgallery/imgvwr/group/glxivwr.rss
changeset 1 9ba538e329bd
equal deleted inserted replaced
0:4e91876724a2 1:9ba538e329bd
       
     1 /*
       
     2 * Copyright (c) 2008-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:    Resource definitions for Image Viewer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20  
       
    21 NAME IMVR
       
    22 
       
    23 #include <eikon.rh>
       
    24 #include <eikon.rsg>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.rsg>
       
    27 
       
    28 // ---------------------------------------------------------
       
    29 //   
       
    30 //    Define the resource file signature 
       
    31 //    This resource should be empty.
       
    32 //
       
    33 // ---------------------------------------------------------
       
    34 //
       
    35 RESOURCE RSS_SIGNATURE { } 
       
    36 
       
    37 // ---------------------------------------------------------
       
    38 //   
       
    39 //    Default Document Name
       
    40 //
       
    41 // ---------------------------------------------------------
       
    42 //
       
    43 RESOURCE TBUF r_default_document_name { buf=""; }
       
    44 
       
    45 // ---------------------------------------------------------
       
    46 //   
       
    47 //    Define default menu and CBA key.
       
    48 //
       
    49 // ---------------------------------------------------------
       
    50 //
       
    51 RESOURCE EIK_APP_INFO
       
    52     {
       
    53     cba = r_glx_default_cba;
       
    54     status_pane = r_glx_default_pane;
       
    55     }
       
    56 
       
    57 // Title Setting for Main View of Photos
       
    58 RESOURCE STATUS_PANE_APP_MODEL r_glx_default_pane
       
    59 	{
       
    60 	layout = R_AVKON_STATUS_PANE_LAYOUT_USUAL_FLAT;
       
    61 	panes=
       
    62 	    {
       
    63 	    SPANE_PANE
       
    64 	        {
       
    65 	        id = EEikStatusPaneUidTitle;
       
    66 	        type = EAknCtTitlePane;
       
    67 	        resource = r_overriden_app_name;
       
    68 	        }
       
    69 	    };
       
    70 	}
       
    71 RESOURCE TITLE_PANE r_overriden_app_name
       
    72 {
       
    73 txt = "";
       
    74 }
       
    75 
       
    76 // ---------------------------------------------------------
       
    77 //   
       
    78 //    Default CBA keys
       
    79 //
       
    80 // ---------------------------------------------------------
       
    81 //
       
    82 RESOURCE CBA r_glx_default_cba
       
    83     {
       
    84     buttons=
       
    85         {
       
    86         CBA_BUTTON
       
    87             {
       
    88             txt="";
       
    89             id=EAknSoftkeyForwardKeyEvent;
       
    90             },
       
    91         CBA_BUTTON
       
    92             {
       
    93             txt="";
       
    94             id=EAknSoftkeyForwardKeyEvent;
       
    95             },
       
    96         CBA_BUTTON
       
    97             {
       
    98             txt="";
       
    99             id=EAknSoftkeyForwardKeyEvent;
       
   100             }
       
   101         };
       
   102     }
       
   103 
       
   104