wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugincommon.h
branchRCL_3
changeset 25 f28ada11abbf
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
       
     1 /*
       
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  PluginIcons
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef WSFAIPLUGINCOMMON_H
       
    20 #define WSFAIPLUGINCOMMON_H
       
    21 
       
    22 #include <data_caging_path_literals.hrh>
       
    23 #include <e32base.h>
       
    24 
       
    25 // the drive letter
       
    26 _LIT( KResourceDrive, "z:" );
       
    27 // resource file
       
    28 _LIT( KResourceFile, "wsfaipluginrsc.rsc" );
       
    29 // icons
       
    30 _LIT( KBitmapFile, "wsficons.mif" );
       
    31 
       
    32 /** Icon ID constants */
       
    33 enum TWsfPluginIcons
       
    34     {
       
    35     //Constants
       
    36     ESecureNetworkIcon,
       
    37     ENoSignalIcon,
       
    38     EPoorSignal,
       
    39     EAverageSignal,
       
    40     EExcelentSignal,
       
    41     EConnectedNWIcon,
       
    42     EKnownNWIcon,
       
    43     ETransparentIcon,
       
    44     EWlanOnIcon,
       
    45     EWlanOnIcon_0,
       
    46     EWlanOnIcon_1,
       
    47     EWlanOffIcon,
       
    48     EWlanNaviBarIcon
       
    49     };
       
    50     
       
    51 #endif // WSFAIPLUGINCOMMON_H