remotemgmt_plat/syncml_ds_customization_api/tsrc/SyncFwCustomizer/group/Icons_aif_scalable_dc.mk
branchRCL_3
changeset 26 19bba8228ff0
parent 11 06f47423ecee
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     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	 : Icons_aif_scalable_dc.mk
       
    18 #  Part of  : SyncFwCustomizer
       
    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 TARGETDIR=$(ZDIR)\resource\apps
       
    32 ICONTARGETFILENAME=$(TARGETDIR)\SyncFwCustomizer_aif.mif
       
    33 HEADERDIR=$(EPOCROOT)epoc32\include
       
    34 HEADERFILENAME=$(HEADERDIR)\SyncFwCustomizer_aif.mbg
       
    35 
       
    36 ICONDIR=..\gfx
       
    37 
       
    38 do_nothing :
       
    39 	@rem do_nothing
       
    40 
       
    41 MAKMAKE : do_nothing
       
    42 
       
    43 BLD : do_nothing
       
    44 
       
    45 CLEAN :
       
    46 	@echo ...Deleting $(ICONTARGETFILENAME)
       
    47 	del /q /f $(ICONTARGETFILENAME)
       
    48 
       
    49 LIB : do_nothing
       
    50 
       
    51 CLEANLIB : do_nothing
       
    52 
       
    53 RESOURCE : $(ICONTARGETFILENAME)
       
    54 
       
    55 $(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_SyncFwCustomizer.svg
       
    56 	mifconv $(ICONTARGETFILENAME) \
       
    57 		/H$(HEADERFILENAME) \
       
    58 		/c32,8 $(ICONDIR)\qgn_menu_SyncFwCustomizer.svg
       
    59 		
       
    60 FREEZE : do_nothing
       
    61 
       
    62 SAVESPACE : do_nothing
       
    63 
       
    64 RELEASABLES :
       
    65 	@echo $(ICONTARGETFILENAME)
       
    66 
       
    67 FINAL : do_nothing
       
    68