wlanutilities/wlansniffer/group/wsficons.mk
branchRCL_3
changeset 25 f28ada11abbf
parent 0 56b72877c1cb
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:  scalable icons makefile for project WlanSniffer
       
    15 #
       
    16 
       
    17 
       
    18 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    19 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    20 else
       
    21 ZDIR=$(EPOCROOT)epoc32\data\z
       
    22 endif
       
    23 
       
    24 TARGETDIR=$(ZDIR)\RESOURCE\APPS
       
    25 ICONTARGETFILENAME=$(TARGETDIR)\wsficons.mif
       
    26 
       
    27 HEADERDIR=$(EPOCROOT)epoc32\include
       
    28 HEADERFILENAME=$(HEADERDIR)\wsficons.mbg
       
    29 
       
    30 do_nothing :
       
    31 	@rem do_nothing
       
    32 
       
    33 MAKMAKE : do_nothing
       
    34 
       
    35 BLD : do_nothing
       
    36 
       
    37 CLEAN : do_nothing
       
    38 
       
    39 LIB : do_nothing
       
    40 
       
    41 CLEANLIB : do_nothing
       
    42 
       
    43 RESOURCE :
       
    44 	
       
    45 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    46 	 	/c8,1 qgn_indi_wlan_secure_network_add.svg \
       
    47 	 	/c8,1 empty13x13.svg \
       
    48 	 	/c8,1 qgn_indi_wlan_signal_low_add.svg \
       
    49  		/c8,1 qgn_indi_wlan_signal_med_add.svg \
       
    50 	 	/c8,1 qgn_indi_wlan_signal_good_add.svg \
       
    51 	 	/c8,1 qgn_prop_cmon_wlan_conn.svg \
       
    52 	 	/c8,1 qgn_prop_wlan_bearer.svg \
       
    53 		/c8,1 qgn_prop_empty.svg \
       
    54 	 	/c8,1 qgn_indi_wlan_sniffer_plugin_off.svg \
       
    55 	 	/c8,1 qgn_indi_wlan_sniffer_plugin_on.svg \
       
    56 	 	/c8,1 qgn_indi_wlan_sniffer_plugin_on_0.svg \
       
    57 	 	/c8,1 qgn_indi_wlan_sniffer_plugin_on_1.svg \
       
    58 	  /c8,1 qgn_menu_wlan_sniffer.svg
       
    59 
       
    60 	
       
    61 
       
    62 FREEZE : do_nothing
       
    63 
       
    64 SAVESPACE : do_nothing
       
    65 
       
    66 RELEASABLES :
       
    67 	@echo $(HEADERFILENAME)&& \
       
    68 	@echo $(ICONTARGETFILENAME)
       
    69 
       
    70 FINAL : do_nothing