wlanutilities/wlansniffer/wlaninfosorting/group/wlaninfosortingicons.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-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 WlanInfoSorting
       
    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)/wsfwlaninfosorting.mif
       
    26 
       
    27 HEADERDIR=$(EPOCROOT)epoc32/include
       
    28 HEADERFILENAME=$(HEADERDIR)/wsfwlaninfosorting.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 # Add your branding icons here like:
       
    45 #
       
    46 # RESOURCE :
       
    47 #	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    48 # 		/c8,1 /path/to/graphics/hugeoperator.svg \
       
    49 #       /c8,1 /path/to/graphics/hugeoperator2.svg
       
    50 #
       
    51 # and use the enums that result in $(HEADERFILENAME) when specifying
       
    52 # the custfav networks in the resource.
       
    53 #
       
    54 # If there are no customer favourite networks defined, you must still invoke 
       
    55 # mifconv the following way:
       
    56 #
       
    57 # RESOURCE: 
       
    58 #   mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    59 #       /c8,1 qgn_prop_wlan_bearer.svg
       
    60 #
       
    61 # In case any of the defined networks doesn't need a specific icon, you must
       
    62 # use the following invocation:
       
    63 #
       
    64 # RESOURCE: 
       
    65 #   mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    66 #       /c8,1 qgn_prop_wlan_bearer.svg                \
       
    67 #       /c8,1 /path/to/hugeoperator.svg               \
       
    68 #       /c8,1 /path/to/yetanothernetworkicon.svg
       
    69 #
       
    70 # and use the enums that result in $(HEADERFILENAME) when specifying
       
    71 # the custfav networks in the resource. For the networks without icon, use
       
    72 # the enums corresponding to qgn_prop_wlan_bearer.svg.
       
    73 #
       
    74 
       
    75 RESOURCE : 
       
    76 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    77         /c8,1 qgn_prop_wlan_bearer.svg
       
    78 
       
    79 
       
    80 FREEZE : do_nothing
       
    81 
       
    82 SAVESPACE : do_nothing
       
    83 
       
    84 RELEASABLES :
       
    85 	@echo $(HEADERFILENAME)&& \
       
    86 	@echo $(ICONTARGETFILENAME)
       
    87 
       
    88 FINAL : do_nothing
       
    89 
       
    90