mpxplugins/viewplugins/views/upnpplaybackview/group/mpxupnpplaybackviewicons.mk
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 #
       
     2 # Copyright (c) 2006 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 mpxupnpplaybackview
       
    15 #
       
    16 
       
    17 
       
    18 ifeq (WINS,$(findstring WINS,$(PLATFORM)))
       
    19 ZDIR=$(EPOCROOT)epoc32/release/$(PLATFORM)/$(CFG)/z
       
    20 else
       
    21 ZDIR=$(EPOCROOT)epoc32/data/z
       
    22 endif
       
    23 
       
    24 TARGETDIR=$(ZDIR)/resource/apps
       
    25 HEADERDIR=$(EPOCROOT)epoc32/include
       
    26 ICONTARGETFILENAME=$(TARGETDIR)/mpxupnpplaybackview.mif
       
    27 HEADERFILENAME=$(HEADERDIR)/mpxupnpplaybackview.mbg
       
    28 
       
    29 MAKMAKE : ;
       
    30 
       
    31 BLD : ;
       
    32 
       
    33 CLEAN : ;
       
    34 
       
    35 LIB : ;
       
    36 
       
    37 CLEANLIB : ;
       
    38 
       
    39 RESOURCE : 
       
    40 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    41 		/Ficonlist.txt
       
    42 
       
    43 FREEZE : ;
       
    44 
       
    45 SAVESPACE : ;
       
    46 
       
    47 RELEASABLES :
       
    48 	@echo $(HEADERFILENAME)&& \
       
    49 	@echo $(ICONTARGETFILENAME)
       
    50 
       
    51 FINAL : ;