emailuis/emailui/group/FreestyleEmailUi_aif.mk
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     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: FreestyleEmailUi aif makefile
       
    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 # ----------------------------------------------------------------------------
       
    24 # Configure these
       
    25 # ----------------------------------------------------------------------------
       
    26 
       
    27 TARGETDIR=$(ZDIR)\resource\apps
       
    28 ICONTARGETFILENAME=$(TARGETDIR)\FreestyleEmailUi_aif.mif
       
    29 SOURCEDIR=$(EPOCROOT)epoc32/s60/icons
       
    30 
       
    31 do_nothing :
       
    32 	@rem do_nothing
       
    33 
       
    34 MAKMAKE : do_nothing
       
    35 
       
    36 BLD : do_nothing
       
    37 
       
    38 CLEAN : do_nothing
       
    39 
       
    40 LIB : do_nothing
       
    41 
       
    42 CLEANLIB : do_nothing
       
    43 
       
    44 RESOURCE :
       
    45 	mifconv $(ICONTARGETFILENAME) \
       
    46 		/c16,8 $(SOURCEDIR)\qgn_menu_cmail.svg \
       
    47 
       
    48 FREEZE : do_nothing
       
    49 
       
    50 SAVESPACE : do_nothing
       
    51 
       
    52 RELEASABLES :
       
    53 	@echo $(ICONTARGETFILENAME)
       
    54 
       
    55 FINAL : do_nothing