wlanutilities/wlansniffer/aihelper/data/wsfaihelper.rss
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
--- a/wlanutilities/wlansniffer/aihelper/data/wsfaihelper.rss	Thu Aug 19 10:59:40 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,114 +0,0 @@
-/*
-* 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_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