photosgallery/viewframework/commandhandlers/commoncommandhandlers/data/glxcommoncommandhandlers.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 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <avkon.rsg>
       
    23 #include <avkon.rh>
       
    24 #include <avkon.loc>
       
    25 #include <appinfo.rh>
       
    26 
       
    27 #include <AiwCommon.rh>
       
    28 
       
    29 #include <data_caging_paths_strings.hrh>
       
    30 #include <glxicons.mbg>
       
    31 #include "glxutilities.hrh"
       
    32 #include <glxcommandhandlers.hrh>
       
    33 
       
    34 NAME GLXD    // 4 letter ID
       
    35 
       
    36 RESOURCE RSS_SIGNATURE { }
       
    37 
       
    38 RESOURCE TBUF { buf="GLXD"; }
       
    39 
       
    40 #define glx_icon_file    "Z:"APP_BITMAP_DIR"\\glxicons.mif"
       
    41 
       
    42 // -----------------------------------------------------------------------------
       
    43 //
       
    44 // r_glx_album_selection_icons
       
    45 // Icons for album popup
       
    46 //
       
    47 // -----------------------------------------------------------------------------
       
    48 RESOURCE AKN_ICON_ARRAY r_glx_album_selection_icons
       
    49     {
       
    50     type = EAknIconArraySimple;
       
    51     bmpfile = glx_icon_file;
       
    52     icons =
       
    53         {
       
    54         AKN_ICON
       
    55             {
       
    56             iconId = EMbmGlxiconsQgn_prop_album_photo_small;
       
    57             maskId = EMbmGlxiconsQgn_prop_album_photo_small_mask;
       
    58             }
       
    59         };
       
    60     }
       
    61 
       
    62 // -----------------------------------------------------------------------------
       
    63 //
       
    64 // r_glx_softkeys_ok_cancel_select
       
    65 // softkeys for media selection popup
       
    66 //
       
    67 // -----------------------------------------------------------------------------
       
    68 RESOURCE CBA r_glx_softkeys_ok_cancel
       
    69 {
       
    70 	buttons =
       
    71 	    {
       
    72 	    CBA_BUTTON {id=EAknSoftkeyOk; txt=text_softkey_ok;},
       
    73 	    CBA_BUTTON {id=EAknSoftkeyCancel; txt= text_softkey_cancel;},
       
    74 	    CBA_BUTTON {id=EAknSoftkeyForwardKeyEvent; txt=text_softkey_empty;}
       
    75 	    };
       
    76 }
       
    77