diff -r 000000000000 -r e686773b3f54 phonebookui/Phonebook2/ccapplication/ccapp/group/ccaapp.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phonebookui/Phonebook2/ccapplication/ccapp/group/ccaapp.rss Tue Feb 02 10:12:17 2010 +0200 @@ -0,0 +1,78 @@ +/* +* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Resource definitions for project CCAApp +* +*/ + + +NAME CCAA + +#include +#include +#include +#include +#include +#include +#include + +#include + +// --------------------------------------------------------- +// Define the resource file signature +// This resource should be empty. +// --------------------------------------------------------- +// +RESOURCE RSS_SIGNATURE { } + +// --------------------------------------------------------- +// Default Document Name +// --------------------------------------------------------- +// +RESOURCE TBUF r_default_document_name { buf=""; } + +// --------------------------------------------------------- +// Define default menu and CBA key. +// --------------------------------------------------------- +// +RESOURCE EIK_APP_INFO + { + menubar = r_ccaapp_menubar; + cba = R_AVKON_SOFTKEYS_BACK; + } + +// --------------------------------------------------------- +// r_ccaapp_menubar +// Menubar for HUIApp example +// --------------------------------------------------------- +// +RESOURCE MENU_BAR r_ccaapp_menubar + { + // empty, but needed to initialise CEikMenubar in app launch + } + +// --------------------------------------------------------- +// Define localisable app name and icon +// --------------------------------------------------------- +// +RESOURCE LOCALISABLE_APP_INFO r_ccaapp_localisable_app_info + { + short_caption = " "; + caption_and_icon = + { + CAPTION_AND_ICON_INFO + { + caption = " "; + } + }; + }