wlanutilities/wlansniffer/wlaninfosorting/inc/wsfwlansortingbrand.rh
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
     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:  Resource headers for project wlaninfosorting
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef WSFWLANSORTINGBRAND_RH
       
    21 #define WSFWLANSORTINGBRAND_RH
       
    22 
       
    23 
       
    24 STRUCT WLAN_BRAND_ITEM
       
    25     {
       
    26     LTEXT8 brandedSsids[]; // for ssid's with the same icon
       
    27     WORD bmpIdImage;
       
    28     WORD bmpIdMask;    
       
    29     }
       
    30 
       
    31 STRUCT WLAN_SORTING_BRAND
       
    32     {
       
    33     LTEXT bmpfile="";
       
    34     STRUCT brandedItems[];
       
    35     }
       
    36 
       
    37 
       
    38 
       
    39 #endif // WSFWLANSORTINGBRAND_RH