--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/idlehomescreen/nativeuicontroller/src/ai3nativeui.rss Thu Dec 17 08:40:49 2009 +0200
@@ -0,0 +1,249 @@
+/*
+* Copyright (c) 2006-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 Native Ui Controller
+*
+*/
+
+
+
+NAME AINU
+
+#include <eikon.rh>
+#include <eikcore.rsg>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.loc>
+#include <e32keys.h>
+#include <activeidle3.loc>
+// for qtn_apps_mode_list
+#include <profileapp.loc>
+#include "ainativeui.hrh"
+
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf="AiNativeUi"; }
+
+RESOURCE EIK_APP_INFO
+{
+ menubar = r_nativeui_main_menubar;
+ cba = r_nativeui_softkeys_default;
+ status_pane = r_nativeui_status_pane;
+}
+
+// ---------------------------------------------------------------------------
+// ?resource_name
+// ?description
+// ---------------------------------------------------------------------------
+//
+RESOURCE TBUF r_activeidle_sim_registration_failed
+ {
+ buf = text_imsi_unknown_in_hlr;
+ }
+
+RESOURCE TBUF r_activeidle_title_tapped_header
+ {
+ buf = qtn_idle_title_tapped_header;
+ }
+
+RESOURCE TBUF r_activeidle_title_tapped_link1
+ {
+ buf = qtn_idle_title_tapped_link1;
+ }
+
+RESOURCE TBUF r_activeidle_title_tapped_link2
+ {
+ buf = qtn_idle_title_tapped_link2;
+ }
+
+RESOURCE TBUF r_idle_navi_tapped_cale
+ {
+ buf = qtn_idle_navi_tapped_cale;
+ }
+
+RESOURCE TBUF r_idle_navi_tapped_all_prof
+ {
+ buf = qtn_idle_navi_tapped_all_prof;
+ }
+
+RESOURCE TBUF r_nativeui_sk_back
+ {
+ buf = text_softkey_back;
+ }
+
+RESOURCE TBUF r_nativeui_sk_newmsg
+ {
+ buf = qtn_idle_skey_new_msg;
+ }
+
+RESOURCE TBUF r_nativeui_sk_email
+ {
+ buf = qtn_apps_email_skey;
+ }
+
+RESOURCE TBUF r_nativeui_sk_syncmlmail
+ {
+ buf = qtn_apps_syncml_mail_skey;
+ }
+
+RESOURCE TBUF r_nativeui_sk_mmspostcard
+ {
+ buf = qtn_apps_mmspostcard_skey;
+ }
+
+RESOURCE TBUF r_nativeui_sk_audiomsg
+ {
+ buf = qtn_apps_audio_msg_skey;
+ }
+
+RESOURCE TBUF r_nativeui_sk_msgtype
+ {
+ buf = qtn_set_idle_skey_select_msg_type;
+ }
+
+RESOURCE TBUF r_nativeui_sk_changetheme
+ {
+ buf = qtn_apps_idle_skin_skey;
+ }
+
+// -----------------------------------------------------------------------------
+//
+// r_idle_title_pane
+// It defines idle's status pane. Title pane is empty.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE TITLE_PANE r_nativeui_title_pane
+ {
+ txt = " ";
+ }
+
+// -----------------------------------------------------------------------------
+//
+// r_idle_status_pane
+// It defines idle's status pane.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE STATUS_PANE_APP_MODEL r_nativeui_status_pane
+ {
+ layout = R_AVKON_STATUS_PANE_LAYOUT_IDLE;
+ panes =
+ {
+ SPANE_PANE
+ {
+ id = EEikStatusPaneUidTitle;
+ type = EAknCtTitlePane;
+ resource = r_nativeui_title_pane;
+ }
+ };
+ }
+
+
+RESOURCE MENU_BAR r_nativeui_main_menubar
+{
+ titles =
+ {
+ MENU_TITLE { menu_pane = r_nativeui_main_menupane; }
+ };
+}
+
+RESOURCE MENU_PANE r_nativeui_main_menupane
+{
+ items =
+ {
+ MENU_ITEM { command = EAknCmdExit; txt = text_softkey_exit; }
+ };
+}
+
+RESOURCE CBA r_nativeui_softkeys_default
+ {
+ buttons =
+ {
+ CBA_BUTTON
+ {
+ id = ENativeUiSoftkeyLeft;
+ txt = " ";
+ },
+ CBA_BUTTON
+ {
+ id = ENativeUiSoftkeyRight;
+ txt = " ";
+ },
+ CBA_BUTTON
+ {
+ id = ENativeUiSelectionKey;
+ txt = " ";
+ }
+ };
+ }
+
+
+RESOURCE AVKON_SKEY_LIST r_nativeui_default_skey_list
+ {
+ list =
+ {
+ AVKON_SKEY_INFO {key='0'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='0'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='0'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
+ AVKON_SKEY_INFO {key='1'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='1'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='1'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
+ AVKON_SKEY_INFO {key='2'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='2'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='2'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
+ AVKON_SKEY_INFO {key='3'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='3'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='3'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
+ AVKON_SKEY_INFO {key='4'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='4'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='4'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
+ AVKON_SKEY_INFO {key='5'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='5'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='5'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
+ AVKON_SKEY_INFO {key='6'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='6'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='6'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
+ AVKON_SKEY_INFO {key='7'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='7'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='7'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
+ AVKON_SKEY_INFO {key='8'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='8'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='8'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
+ AVKON_SKEY_INFO {key='9'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='9'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='9'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
+ AVKON_SKEY_INFO {key='*'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='*'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='*'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;},
+ AVKON_SKEY_INFO {key=EStdKeyHash; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key=EStdKeyHash; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key=EStdKeyHash; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}
+#ifdef __QWERTY_INPUT
+ ,
+ AVKON_SKEY_INFO {key='+'; sid=EAvkonSIDNoSound;},
+ AVKON_SKEY_INFO {key='+'; sid=EAvkonSIDNoSound; type = ESKeyTypeLong;},
+ AVKON_SKEY_INFO {key='+'; sid=EAvkonSIDNoSound; type = ESKeyTypeRepeat;}
+#endif // __QWERTY_INPUT
+ };
+ }
+// Common toolbar resource
+RESOURCE AVKON_TOOLBAR r_common_toolbar
+ {
+ flags = KAknToolbarFixed | KAknToolbarWithoutCba;
+ items =
+ {
+ };
+ }