wlansecuritysettings/wifiprotectedsetup/group/wifiprot_icons.mk
branchRCL_3
changeset 46 c74b3d9f6b9e
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
       
     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 the License "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 WPS UI
       
    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)\wifiprot.mif
       
    26 
       
    27 HEADERDIR=\epoc32\include
       
    28 HEADERFILENAME=$(HEADERDIR)\wifiprot.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                 /c8,1 qgn_prop_wlan_bearer.bmp 
       
    57 
       
    58 FREEZE : do_nothing
       
    59 
       
    60 SAVESPACE : do_nothing
       
    61 
       
    62 RELEASABLES :
       
    63 	@echo $(HEADERFILENAME)&& \
       
    64 	@echo $(ICONTARGETFILENAME)
       
    65 
       
    66 FINAL : do_nothing