mobilemessaging/smilui/player/SmilPlayer_Icons.mk
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 #
       
     2 # Copyright (c) 2009 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:  SmilPlayer_Icons.mk#
       
    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 TARGETDIR=$(ZDIR)\resource\apps
       
    23 HEADERDIR=\epoc32\include
       
    24 ICONTARGETFILENAME=$(TARGETDIR)\smilplayer.mif
       
    25 HEADERFILENAME=$(HEADERDIR)\smilplayer.mbg
       
    26 
       
    27 do_nothing :
       
    28 	@rem do_nothing
       
    29 
       
    30 MAKMAKE : do_nothing
       
    31 
       
    32 BLD : do_nothing
       
    33 
       
    34 CLEAN : do_nothing
       
    35 
       
    36 LIB : do_nothing
       
    37 
       
    38 CLEANLIB : do_nothing
       
    39 
       
    40 RESOURCE :
       
    41 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    42 	/c8,8 qgn_indi_mms_pause.bmp \
       
    43 	/c8,8 qgn_indi_mms_play.bmp
       
    44 	
       
    45 FREEZE : do_nothing
       
    46 
       
    47 SAVESPACE : do_nothing
       
    48 
       
    49 RELEASABLES :
       
    50 	@echo $(HEADERFILENAME)&& \
       
    51 	@echo $(ICONTARGETFILENAME)
       
    52 
       
    53 FINAL : do_nothing