wlanutilities/wlanplugin/group/wlanpluginicons.mk
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
     1 #
       
     2 # Copyright (c) 2007 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:  Makefile for icons of WlanSettingsPlugin
       
    15 #
       
    16 
       
    17 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    18 ZDIR=\epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    19 else
       
    20 ZDIR=\epoc32\data\z
       
    21 endif
       
    22 
       
    23 
       
    24 TARGETDIR=$(ZDIR)\resource\apps
       
    25 ICONTARGETFILENAME=$(TARGETDIR)\wlanplugin.mif
       
    26 
       
    27 HEADERDIR=\epoc32\include
       
    28 HEADERFILENAME=$(HEADERDIR)\wlanplugin.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 # ----------------------------------------------------------------------------
       
    44 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
       
    45 # MifConv if the mask detph is defined.
       
    46 #
       
    47 # NOTE 2: Usually, source paths should not be included in the bitmap
       
    48 # definitions. MifConv searches for the icons in all icon directories in a
       
    49 # predefined order, which is currently \s60\icons, \s60\bitmaps2, \s60\bitmaps.
       
    50 # The directory \s60\icons is included in the search only if the feature flag
       
    51 # __SCALABLE_ICONS is defined.
       
    52 # ----------------------------------------------------------------------------
       
    53 
       
    54 RESOURCE :
       
    55 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    56 		/c16,8 qgn_prop_set_conn_wlan.svg \
       
    57 		/c16,8 qgn_prop_set_conn_wlan_conn.svg \
       
    58 		/c16,8 qgn_prop_set_conn_wlan_off.svg \
       
    59 		/c8,8 qgn_indi_wlan_signal_low_add.svg \
       
    60 		/c8,8 qgn_indi_wlan_signal_med_add.svg \
       
    61 		/c8,8 qgn_indi_wlan_signal_good_add.svg 
       
    62 
       
    63 FREEZE : do_nothing
       
    64 
       
    65 SAVESPACE : do_nothing
       
    66 
       
    67 RELEASABLES :
       
    68 	@echo $(HEADERFILENAME)&& \
       
    69 	@echo $(ICONTARGETFILENAME)
       
    70 
       
    71 FINAL : do_nothing