diff -r 3f8368f032cf -r e3554c9069b6 gssettingsuis/Gs/GSOpticalJoystickPlugin/Data/GSOpticalJoystickPluginRsc.rss --- a/gssettingsuis/Gs/GSOpticalJoystickPlugin/Data/GSOpticalJoystickPluginRsc.rss Tue Feb 02 00:22:03 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,173 +0,0 @@ -/* -* Copyright (c) 2009 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 for Optical Joystick -* -*/ - - -// RESOURCE IDENTIFIER -NAME OptJ // 4 letter ID - -// INCLUDES -#include "GSOpticalJoystickPlugin.hrh" -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -// CONSTANTS - -// RESOURCE DEFINITIONS - -RESOURCE RSS_SIGNATURE - { - } - -// Common resources among GS -#include "GSCommonResources.rss" - - -RESOURCE TBUF - { - buf="OptJ"; - } - -//---------------------------------------------------- -// -// EIK_APP_INFO -// It contains application information. -// -//---------------------------------------------------- -// -RESOURCE EIK_APP_INFO - { - } - - -//---------------------------------------------------- -// r_gs_opticaljoystick_view_caption -// -// Data call view caption for plugin -//---------------------------------------------------- -// -RESOURCE TBUF r_gs_opticaljoystick_view_caption - { - buf = qtn_set_optical_joystick; - } - -//---------------------------------------------------- -// -// r_gs_csd_view_title -// Data call view's title. -// -//---------------------------------------------------- -// -RESOURCE TITLE_PANE r_gs_opticaljoystick_view_title - { - txt = qtn_set_optical_joystick; - } - -//---------------------------------------------------- -// -// r_gs_dcall_view -// Data call view. -// -//---------------------------------------------------- -// -RESOURCE AVKON_VIEW r_gs_opticaljoystick_view - { - menubar = r_gs_menubar_change_exit; - cba = R_GS_SOFTKEYS_OPTIONS_BACK_CHANGE; - } - - -//---------------------------------------------------- -// -// r_dcall_lbx -// Data call view's listbox. -// -//---------------------------------------------------- -// -RESOURCE GS_FEATURE_ARRAY r_opticaljoystick_lbx - { - items = - { - GS_FEATURE - { - txt = " \t"qtn_set_optical_joystick"\t\t"; - item = KGSSettIdOptJoyst; - } - }; - } - -//---------------------------------------------------- -// -// r_opticaljoystick_setting_page -// Optical joystick setting page. -// -//---------------------------------------------------- -// -RESOURCE AVKON_SETTING_PAGE r_opticaljoystick_setting_page - { - number = EAknSettingPageNoOrdinalDisplayed; - label = qtn_set_optical_joystick; - softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; - type = EAknSetListBox; - editor_resource_id = r_setting_listbox; - } - -//---------------------------------------------------- -// -// r_opticaljoystick_setting_page_lbx -// Optical joystick setting page's listbox. -// -//---------------------------------------------------- -// -RESOURCE ARRAY r_opticaljoystick_setting_page_lbx - { - items = - { - LBUF - { - txt = qtn_set_optical_joystick_off; - }, - LBUF - { - txt = qtn_set_optical_joystick_on; - } - }; - } - -RESOURCE TBUF r_optical_joystick_on - { - buf = qtn_set_optical_joystick_on; - } - -RESOURCE TBUF r_optical_joystick_off - { - buf = qtn_set_optical_joystick_off; - } - -//End of File