omads/omadsappui/AspSyncUtil/group/aspsyncutil_icons.mk
branchRCL_3
changeset 24 8e7494275d3a
parent 23 2bb96f4ecad8
child 25 4f0867e42d62
equal deleted inserted replaced
23:2bb96f4ecad8 24:8e7494275d3a
     1 #
       
     2 # Copyright (c) 2004 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 
       
    18 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    19 ZDIR=\epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    20 else
       
    21 ZDIR=\epoc32\data\z
       
    22 endif
       
    23 
       
    24 # ----------------------------------------------------------------------------
       
    25 #
       
    26 # ----------------------------------------------------------------------------
       
    27 
       
    28 TARGETDIR=$(ZDIR)\SYSTEM\APPS\aspsyncutil
       
    29 HEADERDIR=\epoc32\include
       
    30 ICONTARGETFILENAME=$(TARGETDIR)\aspsyncutil.mif
       
    31 HEADERFILENAME=$(HEADERDIR)\aspsyncutil.mbg
       
    32 
       
    33 
       
    34 do_nothing : 
       
    35 	@rem do_nothing
       
    36 
       
    37 MAKMAKE : do_nothing
       
    38 
       
    39 BLD : do_nothing
       
    40 
       
    41 CLEAN : do_nothing
       
    42 
       
    43 LIB : do_nothing
       
    44 
       
    45 CLEANLIB : do_nothing
       
    46 
       
    47 # ----------------------------------------------------------------------------
       
    48 #
       
    49 #
       
    50 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
       
    51 # MifConv if the mask detph is defined.
       
    52 #
       
    53 # NOTE 2: Usually, source paths should not be included in the bitmap
       
    54 # definitions. MifConv searches for the icons in all icon directories in a
       
    55 # predefined order, which is currently \s60\icons, \s60\bitmaps2.
       
    56 # The directory \s60\icons is included in the search only if the feature flag
       
    57 # __SCALABLE_ICONS is defined.
       
    58 # ----------------------------------------------------------------------------
       
    59 
       
    60 RESOURCE :
       
    61 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    62 	/c8,8 qgn_prop_sml_http.bmp \
       
    63 	/c8,8 qgn_prop_sml_http_off.bmp \
       
    64 	/c8,8 qgn_prop_sml_bt.bmp \
       
    65 	/c8,8 qgn_prop_sml_bt_off.bmp \
       
    66 	/c8,8 qgn_prop_sml_usb.bmp \
       
    67 	/c8,8 qgn_prop_sml_usb_off.bmp \
       
    68 	/c8,8 qgn_prop_sml_ir.bmp \
       
    69 	/c8,8 qgn_prop_sml_ir_off.bmp \
       
    70 	/c8,8 qgn_menu_sml_cxt.bmp \
       
    71 	/c8,8 qgn_note_sml.bmp \
       
    72 	/c8,8 qgn_note_sml_server.bmp \
       
    73 	/c8,8 qgn_prop_sml_sync_server.bmp \
       
    74 	/c8,8 qgn_prop_sml_sync_to_server.bmp \
       
    75 	/c8,8 qgn_prop_sml_sync_from_server.bmp \
       
    76 	/c8,8 qgn_prop_sml_sync_off.bmp \
       
    77 
       
    78 
       
    79 FREEZE : do_nothing
       
    80 
       
    81 SAVESPACE : do_nothing
       
    82 
       
    83 RELEASABLES :
       
    84 	@echo $(HEADERFILENAME)&& \
       
    85 	@echo $(ICONTARGETFILENAME)
       
    86 
       
    87 FINAL : do_nothing