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