pnpmobileservices/pnpms/OnlineSupport/data/OnlineSupport.rss
author Simon Howkins <simonh@symbian.org>
Mon, 29 Nov 2010 13:50:02 +0000
branchRCL_3
changeset 75 902e8e3951f0
parent 0 3ce708148e4d
permissions -rw-r--r--
Adjusted to avoid further exports from a top-level bld.inf

/*
* Copyright (c) 2004-2006 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 OnlineSupport 
*
*/



//  RESOURCE IDENTIFIER
NAME    COMA // 4 letter ID

//  INCLUDES

#include <eikon.rh>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.hrh>
#include <FileListModel.hrh>
#include <FileListModel.rh>
#include <avkon.loc>
#include "OnlineSupport.hrh"

// defined if building the resource with compile_localization_resources.bat
//#ifdef SIS_RESOURCE_COMPILATION
//	#include "LocalizedFiles\OnlineSupport.loc"
//#else
	#include <onlinesupport.loc>
//#endif


#include <appinfo.rh>
#include <data_caging_paths_strings.hrh>

//  CONSTANTS  


//  RESOURCE DEFINITIONS 


RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF32
    {
    buf = "\\System\\Data\\OnlineSupport";    // Default FileName.
    }


//  RESOURCE DEFINITIONS 
// -----------------------------------------------------------------------------
//   
// 
// application information 
//
// -----------------------------------------------------------------------------
//

RESOURCE EIK_APP_INFO
    {
    hotkeys = r_confmanager_hotkeys;  
    }

//------------------------------------------------------------------------------
//   
// r_confmanager_hotkeys
// Hotkeys for Configuration Manager
//
//------------------------------------------------------------------------------
//
RESOURCE HOTKEYS r_confmanager_hotkeys
    {
    control=
        {
        HOTKEY { command=EAknCmdExit; key='e'; }
        };
    }

RESOURCE TBUF r_confmanager_confirmation
    {
    buf = qtn_op_pnp_query;
    }

RESOURCE TBUF r_confmanager_errornote
    {
    buf = qtn_op_pnp_error;
    }

RESOURCE TBUF r_confmanager_waitnote
    {
    buf = qtn_op_pnp_wait;
    }

RESOURCE LOCALISABLE_APP_INFO r_onlinesupport_localisable_app_info
    {
    caption_and_icon = 
    CAPTION_AND_ICON_INFO
        {
        number_of_icons = 0;
        };
    }

RESOURCE TBUF r_offline_mode
   {
   buf = qtn_offline_not_possible;
   }
   
// End of File