phonebookui/Phonebook2/ccapplication/ccapp/group/ccaapp.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2007 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 project CCAApp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME CCAA
       
    20 
       
    21 #include <avkon.loc>
       
    22 #include <eikon.rh>
       
    23 #include <eikon.rsg>
       
    24 #include <avkon.rh>
       
    25 #include <avkon.rsg>
       
    26 #include <appinfo.rh>
       
    27 #include <data_caging_paths_strings.hrh>
       
    28 
       
    29 #include <phonebook2ece.loc>
       
    30 
       
    31 // ---------------------------------------------------------
       
    32 //    Define the resource file signature 
       
    33 //    This resource should be empty.
       
    34 // ---------------------------------------------------------
       
    35 //
       
    36 RESOURCE RSS_SIGNATURE { }
       
    37 
       
    38 // ---------------------------------------------------------
       
    39 //    Default Document Name
       
    40 // ---------------------------------------------------------
       
    41 //
       
    42 RESOURCE TBUF r_default_document_name { buf=""; }
       
    43 
       
    44 // ---------------------------------------------------------
       
    45 //    Define default menu and CBA key.
       
    46 // ---------------------------------------------------------
       
    47 //
       
    48 RESOURCE EIK_APP_INFO
       
    49     {
       
    50     menubar = r_ccaapp_menubar;
       
    51     cba = R_AVKON_SOFTKEYS_BACK;
       
    52     }
       
    53 
       
    54 // ---------------------------------------------------------
       
    55 //   r_ccaapp_menubar
       
    56 //   Menubar for HUIApp example
       
    57 // ---------------------------------------------------------
       
    58 //
       
    59 RESOURCE MENU_BAR r_ccaapp_menubar
       
    60     {
       
    61     // empty, but needed to initialise CEikMenubar in app launch
       
    62     }
       
    63 
       
    64 // ---------------------------------------------------------
       
    65 //    Define localisable app name and icon
       
    66 // ---------------------------------------------------------
       
    67 //
       
    68 RESOURCE LOCALISABLE_APP_INFO r_ccaapp_localisable_app_info
       
    69 	{
       
    70 	short_caption = " ";
       
    71 	caption_and_icon =
       
    72 		{
       
    73 		CAPTION_AND_ICON_INFO 
       
    74 			{
       
    75 			caption = " ";
       
    76 			}
       
    77 		};
       
    78 	}