wlanutilities/wlanindicatorplugin/data/wlanindicator.rss
branchRCL_3
changeset 55 f28ada11abbf
parent 0 56b72877c1cb
equal deleted inserted replaced
54:63be7eb3fc78 55:f28ada11abbf
       
     1 /*
       
     2 * Copyright (c) 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 definitions for project wlanindicatorplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME WLIN
       
    21 
       
    22 #include <eikon.rh>
       
    23 #include <wlanindicatorplugin.loc>
       
    24 
       
    25 RESOURCE RSS_SIGNATURE { }
       
    26 
       
    27 
       
    28 RESOURCE TBUF r_qtn_uni_ind_wlan_avail_unknown    
       
    29     { 
       
    30     buf = qtn_uni_ind_wlan_avail_unknown; 
       
    31     }
       
    32     
       
    33 RESOURCE TBUF r_qtn_uni_ind_wlan_avail_unknown_many    
       
    34     { 
       
    35     buf = qtn_uni_ind_wlan_avail_unknown_many; 
       
    36     }
       
    37     
       
    38 RESOURCE TBUF r_qtn_uni_ind_wlan_avail_known    
       
    39     { 
       
    40     buf = qtn_uni_ind_wlan_avail_known; 
       
    41     }
       
    42     
       
    43 RESOURCE TBUF r_qtn_uni_ind_wlan_conn    
       
    44     { 
       
    45     buf = qtn_uni_ind_wlan_conn; 
       
    46     }            
       
    47