locationcentre/lcapp/data/lcapp.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:16:03 +0200
changeset 0 522cd55cc3d7
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* 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 file defintion for project Location Centre Application
*
*/


//  RESOURCE IDENTIFIER
NAME    LCAP // 4 letter ID

//  SYSTEM INCLUDES
#include <eikon.rh>
#include <appinfo.rh>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <bldvariant.hrh>
#include <avkon.hrh>
#include <avkon.loc>
#include <data_caging_paths_strings.hrh>

// USER INCLUDES
#include <lc.loc>
#include "lcapp.hrh"

// CONSTANT DEFINTIONS
#define LC_ICON_FILE_NAME APP_RESOURCE_DIR"\\lcapp_aif.mif"

//  RESOURCE DEFINITIONS 

// ---------------------------------------------------------------------------
// RESOURCE RSS_SIGNATURE 
// ---------------------------------------------------------------------------
//
RESOURCE RSS_SIGNATURE 
    {
    }

// ---------------------------------------------------------------------------
// RESOURCE RSS_SIGNATURE 
// ---------------------------------------------------------------------------
//
RESOURCE TBUF 
    {
    buf="lcapp";
    }

// ---------------------------------------------------------------------------
// RESOURCE RSS_SIGNATURE 
// ---------------------------------------------------------------------------
//
RESOURCE EIK_APP_INFO
    {     
    }


RESOURCE LOCALISABLE_APP_INFO r_lcapp_localisable_app_info
	{
	short_caption = qtn_apps_location_grid;
	caption_and_icon = CAPTION_AND_ICON_INFO
		{
		caption = qtn_apps_location_list;
        number_of_icons = 1; 
        icon_file = LC_ICON_FILE_NAME;		
		};
	}
	
RESOURCE AVKON_VIEW r_lc_view
    {
    menubar = r_lc_menubar;
    cba = r_lc_cba;    
    }

RESOURCE MENU_BAR r_lc_menubar
    {
    titles=
        {
        MENU_TITLE 
            {
            menu_pane = r_lc_menu; 
            txt = ""; 
            }
        };
    }

RESOURCE MENU_PANE r_lc_menu
    {
    items=
        {
        MENU_ITEM 
            { 
            command = ELcOpen; 
            txt = qtn_options_open; 
            flags = EEikMenuItemAction;
            },
        MENU_ITEM 
            { 
            command = EAknCmdHelp; 
            txt = qtn_options_help; 
            },
        MENU_ITEM 
            {
            command = EAknCmdExit;  
            txt = qtn_options_exit; 
            }
        };
    }
  
RESOURCE CBA r_lc_cba
    {
    flags = 0;
    buttons = 
        {
        CBA_BUTTON 
            {
            id = EAknSoftkeyOptions; 
            txt = text_softkey_option;
            },
        CBA_BUTTON 
            {
            id = EAknSoftkeyExit; 
            txt = text_softkey_exit;
            },
        CBA_BUTTON
            {
            id = ELcOpen; 
            txt = qtn_msk_open;
            }
        };
    }

RESOURCE CBA r_lc_cba_empty
    {
    flags = 0;
    buttons = 
        {
        CBA_BUTTON 
            {
            id = EAknSoftkeyOptions; 
            txt = text_softkey_option;
            },
        CBA_BUTTON 
            {
            id = EAknSoftkeyExit; 
            txt = text_softkey_exit;
            },
        CBA_BUTTON
            {
            id = ELcCommandNone;
            }
        };
    }
    
RESOURCE HOTKEYS r_lcapp_hotkeys
   {
   control=
        {
        };
    }

RESOURCE LISTBOX r_lc_listbox
	{
    flags = EAknListBoxSelectionList;
	}
	
RESOURCE TBUF r_loc_title_centre
    {
    buf = qtn_loc_title_centre;
    }