cbs/cbsui/Group/cbsui_icons_scalable.mk
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     1 #
       
     2 # Copyright (c) 2003-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:  Icon makefile for CBSUi application#
       
    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 # Configure these
       
    24 # ----------------------------------------------------------------------------
       
    25 
       
    26 TARGETDIR=$(ZDIR)\system\data
       
    27 HEADERDIR=\epoc32\include
       
    28 ICONTARGETFILENAME=$(TARGETDIR)\cbsuiapp.mif
       
    29 HEADERFILENAME=$(HEADERDIR)\cbsuiapp.mbg
       
    30 
       
    31 do_nothing :
       
    32 	@rem do_nothing
       
    33 
       
    34 MAKMAKE : do_nothing
       
    35 
       
    36 BLD : do_nothing
       
    37 
       
    38 CLEAN : do_nothing
       
    39 
       
    40 LIB : do_nothing
       
    41 
       
    42 CLEANLIB : do_nothing
       
    43 
       
    44 # ----------------------------------------------------------------------------
       
    45 # CBSUi icons
       
    46 # ----------------------------------------------------------------------------
       
    47 
       
    48 RESOURCE :
       
    49 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    50 		/c8,1 qgn_indi_cb_hot_add.bmp \
       
    51 		/c8,1 qgn_indi_cb_kept_add.bmp \
       
    52 		/c8,8 qgn_menu_cb_2.svg \
       
    53 		/c8,8 qgn_menu_cb.svg \
       
    54 		/c8,1 qgn_prop_cb_msg.bmp \
       
    55 		/c8,1 qgn_prop_cb_msg_unread.bmp \
       
    56 		/c8,1 qgn_prop_cb_subs.bmp \
       
    57 		/c8,1 qgn_prop_cb_subs_unread.bmp \
       
    58 		/c8,1 qgn_prop_cb_unsubs.bmp \
       
    59 		/c8,1 qgn_prop_cb_unsubs_unread.bmp
       
    60 
       
    61 FREEZE : do_nothing
       
    62 
       
    63 SAVESPACE : do_nothing
       
    64 
       
    65 RELEASABLES :
       
    66 	@echo $(HEADERFILENAME)&& \
       
    67 	@echo $(ICONTARGETFILENAME)
       
    68 
       
    69 FINAL : do_nothing