cmmanager/cmmgr/Framework/Group/framework_icons.mk
branchRCL_3
changeset 58 83ca720e2b9a
parent 0 5a93021fdf25
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
       
     1 #
       
     2 # Copyright (c)  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:  icons makefile for project CMManager Framework
       
    15 #
       
    16 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    17 ZDIR=\epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    18 else
       
    19 ZDIR=\epoc32\data\z
       
    20 endif
       
    21 
       
    22 
       
    23 TARGETDIR=$(ZDIR)\resource\apps
       
    24 ICONTARGETFILENAME=$(TARGETDIR)\cmmanager.mif
       
    25 
       
    26 HEADERDIR=\epoc32\include
       
    27 HEADERFILENAME=$(HEADERDIR)\cmmanager.mbg
       
    28 
       
    29 do_nothing :
       
    30 	@rem do_nothing
       
    31 
       
    32 MAKMAKE : do_nothing
       
    33 
       
    34 BLD : do_nothing
       
    35 
       
    36 CLEAN : do_nothing
       
    37 
       
    38 LIB : do_nothing
       
    39 
       
    40 CLEANLIB : do_nothing
       
    41 
       
    42 # ----------------------------------------------------------------------------
       
    43 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
       
    44 # MifConv if the mask detph is defined.
       
    45 #
       
    46 # NOTE 2: Usually, source paths should not be included in the bitmap
       
    47 # definitions. MifConv searches for the icons in all icon directories in a
       
    48 # predefined order, which is currently \s60\icons, \s60\bitmaps2, \s60\bitmaps.
       
    49 # The directory \s60\icons is included in the search only if the feature flag
       
    50 # __SCALABLE_ICONS is defined.
       
    51 # ----------------------------------------------------------------------------
       
    52 
       
    53 RESOURCE :
       
    54 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME)  \
       
    55                 /c8,8 qgn_indi_sett_protected_add.bmp\
       
    56                 /c8,8 qgn_prop_set_conn_dest_add.bmp\
       
    57                 /c8,8 qgn_prop_set_conn_dest_internet.bmp\
       
    58                 /c8,8 qgn_prop_set_conn_dest_wap.bmp\
       
    59                 /c8,8 qgn_prop_set_conn_dest_mms.bmp\
       
    60                 /c8,8 qgn_prop_set_conn_dest_intranet.bmp\
       
    61                 /c8,8 qgn_prop_set_conn_dest_operator.bmp\
       
    62                 /c8,8 qgn_prop_set_conn_dest_icon1.bmp\
       
    63                 /c8,8 qgn_prop_set_conn_dest_icon2.bmp\
       
    64                 /c8,8 qgn_prop_set_conn_dest_icon3.bmp\
       
    65                 /c8,8 qgn_prop_set_conn_dest_icon4.bmp\
       
    66                 /c8,8 qgn_prop_set_conn_dest_icon5.bmp\
       
    67                 /c8,8 qgn_prop_set_conn_dest_icon6.bmp\
       
    68                 /c8,8 qgn_prop_set_conn_dest_default.bmp\
       
    69                 /c8,8 qgn_prop_set_conn_dest_uncategorized.bmp\
       
    70                 /c8,8 qgn_prop_set_conn_bearer_avail_wlan.bmp\
       
    71                 /c8,8 qgn_prop_set_conn_bearer_avail_packetdata.bmp\
       
    72                 /c8,8 qgn_prop_set_conn_wlan_easy.bmp\
       
    73                 /c8,8 qgn_prop_set_conn_dest_internet_small.bmp\
       
    74                 /c8,8 qgn_prop_set_conn_dest_wap_small.bmp\
       
    75                 /c8,8 qgn_prop_set_conn_dest_mms_small.bmp\
       
    76                 /c8,8 qgn_prop_set_conn_dest_intranet_small.bmp\
       
    77                 /c8,8 qgn_prop_set_conn_dest_operator_small.bmp\
       
    78                 /c8,8 qgn_prop_set_conn_dest_icon1_small.bmp\
       
    79                 /c8,8 qgn_prop_set_conn_dest_icon2_small.bmp\
       
    80                 /c8,8 qgn_prop_set_conn_dest_icon3_small.bmp\
       
    81                 /c8,8 qgn_prop_set_conn_dest_icon4_small.bmp\
       
    82                 /c8,8 qgn_prop_set_conn_dest_icon5_small.bmp\
       
    83                 /c8,8 qgn_prop_set_conn_dest_icon6_small.bmp\
       
    84                 /c8,8 qgn_prop_set_conn_dest_default_small.bmp\
       
    85                 /c8,8 qgn_indi_cb_hot_add.bmp\
       
    86                 /c8,8 qgn_indi_default_conn_add.bmp
       
    87 
       
    88 FREEZE : do_nothing
       
    89 
       
    90 SAVESPACE : do_nothing
       
    91 
       
    92 RELEASABLES :
       
    93 	@echo $(HEADERFILENAME)&& \
       
    94 	@echo $(ICONTARGETFILENAME)
       
    95 
       
    96 FINAL : do_nothing