exampleapps/alfexstickers/group/AlfExStickers.rss
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2008 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:   
       
    15 *
       
    16 */
       
    17 
       
    18 NAME HELL
       
    19 
       
    20 #include <eikon.rh>
       
    21 #include <eikon.rsg>
       
    22 #include <avkon.rh>
       
    23 #include <avkon.rsg>
       
    24 
       
    25 #include "alfexstickers.hrh"
       
    26 #include "alfexstickers.loc"
       
    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     //menubar = r_AlfExStickers_menubar;
       
    54     //cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    55     }
       
    56 
       
    57 
       
    58 // ---------------------------------------------------------
       
    59 //   
       
    60 //   r_AlfExStickers_menubar
       
    61 //   Menubar for AlfExStickers example
       
    62 //
       
    63 // ---------------------------------------------------------
       
    64 //
       
    65 /*
       
    66 RESOURCE MENU_BAR r_AlfExStickers_menubar
       
    67     {
       
    68      titles =
       
    69         {
       
    70         MENU_TITLE {menu_pane = r_AlfExStickers_menu;}
       
    71         };
       
    72     }
       
    73 
       
    74 */
       
    75 
       
    76 // ---------------------------------------------------------
       
    77 //   
       
    78 //   r_AlfExStickers_menu
       
    79 //   Menu for "Options"
       
    80 //
       
    81 // ---------------------------------------------------------
       
    82 //
       
    83 /*
       
    84 RESOURCE MENU_PANE r_AlfExStickers_menu
       
    85     {
       
    86    
       
    87       items = 
       
    88         {
       
    89         MENU_ITEM {command = EAlfExStickersCommand1;  txt = "Say Hey!";},
       
    90         MENU_ITEM {command = EAknSoftkeyExit;   txt = "Exit";}
       
    91         };
       
    92         
       
    93     }
       
    94 */
       
    95 
       
    96 RESOURCE TBUF       r_alfexstickers_board_texture              { buf = alfexstickers_board_texture; }
       
    97 RESOURCE TBUF       r_alfexstickers_default_text               { buf = alfexstickers_default_text; }
       
    98 
       
    99 // Sticker bitmap names must be kept last. Extra sticker bitmaps should added below this line.
       
   100 RESOURCE TBUF       r_alfexstickers_sticker_texture_blue               { buf = alfexstickers_sticker_texture_blue; }
       
   101 RESOURCE TBUF       r_alfexstickers_sticker_texture_green              { buf = alfexstickers_sticker_texture_green; }
       
   102 RESOURCE TBUF       r_alfexstickers_sticker_texture_pink               { buf = alfexstickers_sticker_texture_pink; }
       
   103 RESOURCE TBUF       r_alfexstickers_sticker_texture_yellow             { buf = alfexstickers_sticker_texture_yellow; }