wlanutilities/wlansniffer/aihelper/data/wsfaihelper.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:20:32 +0100
branchRCL_3
changeset 25 f28ada11abbf
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201029 Kit: 201035

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