--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wlanutilities/wlansniffer/aihelper/data/wsfaihelper.rss Thu Dec 17 09:20:28 2009 +0200
@@ -0,0 +1,132 @@
+/*
+* Copyright (c) 2007-2008 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 AiHelper
+*
+*/
+
+
+NAME SNAH
+
+#include <eikon.rh>
+#include <eikon.rsg>
+#include <avkon.rh>
+#include <avkon.rsg>
+#include <avkon.loc>
+#include <avkon.hrh>
+#include <avkon.mbg>
+#include <appinfo.rh>
+#include <data_caging_paths_strings.hrh>
+#include <wsfmainapplication.loc>
+
+#include "wsfaihelper.hrh"
+
+
+// ---------------------------------------------------------
+// Resource file signature
+// ---------------------------------------------------------
+RESOURCE RSS_SIGNATURE { }
+
+
+// ---------------------------------------------------------
+// Default Document Name
+// ---------------------------------------------------------
+RESOURCE TBUF r_default_document_name { buf=""; }
+
+
+// ---------------------------------------------------------
+// Default menu and CBA key.
+// ---------------------------------------------------------
+RESOURCE EIK_APP_INFO
+ {
+ menubar = r_snifferaihelper_menubar;
+ cba = R_AVKON_SOFTKEYS_EXIT;
+ }
+
+RESOURCE MENU_BAR r_snifferaihelper_menubar
+ {
+ titles =
+ {
+ };
+ }
+
+
+// ---------------------------------------------------------
+// r_sniffer_ai_helper_view
+// Resource for AiHelper main view
+// ---------------------------------------------------------
+RESOURCE AVKON_VIEW r_sniffer_ai_helper_view
+ {
+ menubar = r_snifferaihelper_menubar;
+ }
+
+
+//----------------------------------------------------------------------------
+// r_waitnote_connecting
+// Connecting waitnote
+//----------------------------------------------------------------------------
+RESOURCE DIALOG r_waitnote_connecting
+ {
+ flags = EAknWaitNoteFlags;
+ buttons = R_AVKON_SOFTKEYS_CANCEL;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtNote;
+ id = EWaitNoteConnecting;
+ control = AVKON_NOTE
+ {
+ layout = EWaitLayout;
+ animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+ };
+ }
+ };
+ }
+
+
+//----------------------------------------------------------------------------
+// r_qtn_sniffer_wait_connecting
+// String for connecting waitnote
+//----------------------------------------------------------------------------
+RESOURCE TBUF r_qtn_sniffer_wait_connecting
+ {
+ buf = qtn_sniffer_wait_connecting;
+ }
+
+//----------------------------------------------------------------------------
+// r_qtn_sniffer_wait_connecting_user_conn
+// String for connecting waitnote when WLAN usage is set as Forced
+//----------------------------------------------------------------------------
+RESOURCE TBUF r_qtn_sniffer_wait_connecting_user_conn
+ {
+ buf = qtn_sniffer_wait_connecting_user_conn;
+ }
+
+
+//----------------------------------------------------------------------------
+// r_aihelper_localisable_app_info
+// Localised application info
+//----------------------------------------------------------------------------
+RESOURCE LOCALISABLE_APP_INFO r_aihelper_localisable_app_info
+ {
+ short_caption = qtn_sniffer_title;
+ caption_and_icon =
+ CAPTION_AND_ICON_INFO
+ {
+ caption = qtn_sniffer_title;
+ icon_file = "Z:"APP_BITMAP_DIR"\\wsficons_aif.mif";
+ };
+ }
+
+// END OF FILE