gstreamer_test_apps/gstplayer/group/Icons_scalable_dc.mk
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
     1 # ==============================================================================
       
     2 #  Name        : Icons_scalable_dc.mk
       
     3 #  Part of     : GSTPlayer
       
     4 #  Description : This is file for creating .mif file (scalable icon)
       
     5 #  Version     : 
       
     6 #
       
     7 #  Copyright (c) 2002-2006 Nokia Corporation.
       
     8 #  This material, including documentation and any related 
       
     9 #  computer programs, is protected by copyright controlled by 
       
    10 #  Nokia Corporation.
       
    11 # ==============================================================================
       
    12 
       
    13 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    14 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    15 else
       
    16 ZDIR=$(EPOCROOT)epoc32\data\z
       
    17 endif
       
    18 
       
    19 TARGETDIR=$(ZDIR)\resource\apps
       
    20 ICONTARGETFILENAME=$(TARGETDIR)\gstplayer_aif.mif
       
    21 
       
    22 ICONDIR=..\gfx
       
    23 
       
    24 do_nothing :
       
    25 	@rem do_nothing
       
    26 
       
    27 MAKMAKE : do_nothing
       
    28 
       
    29 BLD : do_nothing
       
    30 
       
    31 CLEAN : do_nothing
       
    32 
       
    33 LIB : do_nothing
       
    34 
       
    35 CLEANLIB : do_nothing
       
    36 
       
    37 RESOURCE :	
       
    38 	mifconv $(ICONTARGETFILENAME) \
       
    39 		/c32 $(ICONDIR)\qgn_menu_gstplayer.svg
       
    40 		
       
    41 FREEZE : do_nothing
       
    42 
       
    43 SAVESPACE : do_nothing
       
    44 
       
    45 RELEASABLES :
       
    46 	@echo $(ICONTARGETFILENAME)
       
    47 
       
    48 FINAL : do_nothing
       
    49