remotemgmt_plat/syncml_ds_error_reporting_api/tsrc/SyncStatusSpy/group/Icons_aif_scalable_dc.mk
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     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  : SyncStatusSpy
       
    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 
       
    32 # ----------------------------------------------------------------------------
       
    33 # TODO: Configure these
       
    34 # ----------------------------------------------------------------------------
       
    35 
       
    36 TARGETDIR=$(ZDIR)\resource\apps
       
    37 ICONTARGETFILENAME=$(TARGETDIR)\SyncStatusSpy_aif.mif
       
    38 HEADERDIR=$(EPOCROOT)epoc32\include
       
    39 HEADERFILENAME=$(HEADERDIR)\SyncStatusSpy_aif.mbg
       
    40 
       
    41 ICONDIR=..\gfx
       
    42 
       
    43 do_nothing :
       
    44 	@rem do_nothing
       
    45 
       
    46 MAKMAKE : do_nothing
       
    47 
       
    48 BLD : do_nothing
       
    49 
       
    50 CLEAN :
       
    51 	@echo ...Deleting $(ICONTARGETFILENAME)
       
    52 	del /q /f $(ICONTARGETFILENAME)
       
    53 
       
    54 LIB : do_nothing
       
    55 
       
    56 CLEANLIB : do_nothing
       
    57 
       
    58 # ----------------------------------------------------------------------------
       
    59 # TODO: Configure these.
       
    60 #
       
    61 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
       
    62 # MifConv if the mask detph is defined.
       
    63 #
       
    64 # NOTE 2: Usually, source paths should not be included in the bitmap
       
    65 # definitions. MifConv searches for the icons in all icon directories in a
       
    66 # predefined order, which is currently \s60\icons, \s60\bitmaps2.
       
    67 # The directory \s60\icons is included in the search only if the feature flag
       
    68 # __SCALABLE_ICONS is defined.
       
    69 # ----------------------------------------------------------------------------
       
    70 # NOTE: if you have JUSTINTIME enabled for your S60 3rd FP1 or newer SDK
       
    71 # and this command crashes, consider adding "/X" to the command line.
       
    72 # See <http://forum.nokia.com/document/Forum_Nokia_Technical_Library_v1_35/contents/FNTL/Build_process_fails_at_mif_file_creation_in_S60_3rd_Ed_FP1_SDK.htm>
       
    73 # ----------------------------------------------------------------------------
       
    74 
       
    75 RESOURCE : $(ICONTARGETFILENAME)
       
    76 
       
    77 $(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_SyncStatusSpy.svg
       
    78 	mifconv $(ICONTARGETFILENAME) \
       
    79 		/H$(HEADERFILENAME) \
       
    80 		/c32,8 $(ICONDIR)\qgn_menu_SyncStatusSpy.svg
       
    81 		
       
    82 FREEZE : do_nothing
       
    83 
       
    84 SAVESPACE : do_nothing
       
    85 
       
    86 RELEASABLES :
       
    87 	@echo $(ICONTARGETFILENAME)
       
    88 
       
    89 FINAL : do_nothing
       
    90