ImagePrint/ImagePrintUI/imageprintapp/group/ip_icons_dc.mk
branchRCL_3
changeset 28 d59c248c9d36
parent 0 d11fb78c4374
equal deleted inserted replaced
27:159fc2f68139 28:d59c248c9d36
       
     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 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    18 ZDIR=\epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    19 else
       
    20 ZDIR=\epoc32\data\z
       
    21 endif
       
    22 
       
    23 # ----------------------------------------------------------------------------
       
    24 
       
    25 TARGETDIR=$(ZDIR)\RESOURCE\APPS
       
    26 HEADERDIR=\epoc32\include
       
    27 ICONTARGETFILENAME=$(TARGETDIR)\IMGPrintBitmaps.MIF
       
    28 HEADERFILENAME=$(HEADERDIR)\IMGPrintBitmaps.MBG
       
    29 
       
    30 do_nothing :
       
    31 	@rem do_nothing
       
    32 
       
    33 MAKMAKE : do_nothing
       
    34 
       
    35 BLD : do_nothing
       
    36 
       
    37 CLEAN : do_nothing
       
    38 
       
    39 LIB : do_nothing
       
    40 
       
    41 CLEANLIB : do_nothing
       
    42 
       
    43 # ----------------------------------------------------------------------------
       
    44 
       
    45 RESOURCE :
       
    46 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    47 		/c8,8 ..\Data\qgn_prop_print_slider_bar.svg \
       
    48 		/c8,8 ..\Data\qgn_prop_print_slider_bar_short.svg \
       
    49 		/c8,8 ..\Data\qgn_prop_print_slider_handle.svg \
       
    50 		/c8,8 ..\Data\qgn_prop_print_slider_left.svg \
       
    51 		/c8,8 ..\Data\qgn_prop_print_slider_right.svg \
       
    52 		/c8,8 ..\Data\qgn_indi_print_cached.svg \
       
    53 		/c8,8 ..\Data\qgn_prop_print_bt.svg \
       
    54 		/c8,8 ..\Data\qgn_prop_print_kiosk.svg \
       
    55 		/c8,8 ..\Data\qgn_prop_print_mmc.svg \
       
    56 		/c8,8 ..\Data\qgn_prop_print_usb.svg \
       
    57 		/c8,8 ..\Data\qgn_prop_print_wlan.svg
       
    58 
       
    59 FREEZE : do_nothing
       
    60 
       
    61 SAVESPACE : do_nothing
       
    62 
       
    63 RELEASABLES :
       
    64 	@echo $(HEADERFILENAME)&& \
       
    65 	@echo $(ICONTARGETFILENAME)
       
    66 
       
    67 FINAL : do_nothing