phonebookui/Phonebook2/ccapplication/ccapp/group/ccaapp.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:29:52 +0100
branchRCL_3
changeset 63 f4a778e096c2
parent 0 e686773b3f54
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* 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 <avkon.loc>
#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.rh>
#include <avkon.rsg>
#include <appinfo.rh>
#include <data_caging_paths_strings.hrh>

#include <phonebook2ece.loc>

// ---------------------------------------------------------
//    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 = " ";
			}
		};
	}