remotestoragefw/gsplugin/group/rsfwgspluginicons.mk
branchRCL_3
changeset 19 88ee4cf65e19
parent 16 87c71b25c937
child 20 1aa8c82cb4cb
equal deleted inserted replaced
16:87c71b25c937 19:88ee4cf65e19
     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 RsfwGsPlugin
       
    15 #
       
    16 
       
    17 ifeq (WINS,$(findstring WINS,$(PLATFORM)))
       
    18 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\z
       
    19 else
       
    20 ZDIR=$(EPOCROOT)epoc32\data\z
       
    21 endif
       
    22 
       
    23 TARGETDIR=$(ZDIR)\resource\apps
       
    24 HEADERDIR=$(EPOCROOT)epoc32\include
       
    25 ICONTARGETFILENAME=$(TARGETDIR)\rsfwgsplugin.mif
       
    26 HEADERFILENAME=$(HEADERDIR)\rsfwgsplugin.mbg
       
    27 
       
    28 MAKMAKE : ;
       
    29 
       
    30 BLD : ;
       
    31 
       
    32 CLEAN : ;
       
    33 
       
    34 LIB : ;
       
    35 
       
    36 CLEANLIB : ;
       
    37 
       
    38 RESOURCE : 
       
    39 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    40 		/c8,8 qgn_prop_set_conn_remotedrive.svg \
       
    41 		/c8,8 qgn_indi_connection_on_add.svg 
       
    42 
       
    43 FREEZE : ;
       
    44 
       
    45 SAVESPACE : ;
       
    46 
       
    47 RELEASABLES :
       
    48 	@echo $(HEADERFILENAME)&& \
       
    49 	@echo $(ICONTARGETFILENAME)
       
    50 
       
    51 FINAL : ;