internetradio2.0/group/internetradioiconsskin.mk
changeset 14 896e9dbc5f19
parent 12 608f67c22514
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
     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: 
       
    15 #
       
    16 #=====================================================================
       
    17 # Name : InternetRadioIcons.mk
       
    18 # Part of : InternetRadio
       
    19 #
       
    20 # Description:
       
    21 #
       
    22 #
       
    23 #=====================================================================
       
    24 #
       
    25 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    26 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    27 else
       
    28 ZDIR=$(EPOCROOT)epoc32\data\z
       
    29 endif
       
    30 # -------------------------------------------------------------------
       
    31 # TODO: Configure these.
       
    32 # -------------------------------------------------------------------
       
    33 
       
    34 TARGETDIR=$(ZDIR)\resource\apps
       
    35 HEADERDIR=\epoc32\include
       
    36 ICONTARGETFILENAME=$(TARGETDIR)\internetradio.mif
       
    37 HEADERFILENAME=$(HEADERDIR)\internetradio.mbg
       
    38 
       
    39 do_nothing : 
       
    40 	@rem do_nothing
       
    41 		
       
    42 MAKMAKE : do_nothing
       
    43 
       
    44 BLD : do_nothing
       
    45 		
       
    46 CLEAN : do_nothing
       
    47 
       
    48 LIB : do_nothing
       
    49 
       
    50 CLEANLIB : do_nothing
       
    51 
       
    52 # -------------------------------------------------------------------
       
    53 # TODO: Configure these.
       
    54 #
       
    55 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included
       
    56 # automatically by MifConv if the mask depth is defined.
       
    57 # -------------------------------------------------------------------
       
    58 RESOURCE :
       
    59 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) /Ficonlist.txt
       
    60 
       
    61 FREEZE : do_nothing
       
    62 
       
    63 SAVESPACE : do_nothing
       
    64 
       
    65 RELEASABLES :
       
    66 	@echo $(HEADERFILENAME)&& \
       
    67 	@echo $(ICONTARGETFILENAME)
       
    68 
       
    69 FINAL : do_nothing