diff -r 63be7eb3fc78 -r f28ada11abbf wlanutilities/wlansniffer/aihelper/data/wsfaihelper.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wlanutilities/wlansniffer/aihelper/data/wsfaihelper.rss Wed Sep 01 12:20:32 2010 +0100 @@ -0,0 +1,114 @@ +/* +* 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 +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#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_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