wlanutilities/wlansniffer/aihelper/data/wsfaihelper.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 07 Jan 2010 13:31:53 +0200
changeset 1 d07e190ed096
parent 0 56b72877c1cb
permissions -rw-r--r--
Revision: 200951 Kit: 201001

/*
* 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