webengine/webkitutils/group/webkitutilsicons.mk
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 #
       
     2 # Copyright (c) 2007 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 the License "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 # TODO: Configure these
       
    26 # ----------------------------------------------------------------------------
       
    27 
       
    28 TARGETDIR=$(ZDIR)\Resource\APPS
       
    29 HEADERDIR=\epoc32\include
       
    30 
       
    31 ICONTARGETFILENAME=$(TARGETDIR)\webkitutilsicons.mif
       
    32 HEADERFILENAME=$(HEADERDIR)\webkitutilsicons.mbg
       
    33 
       
    34 do_nothing :
       
    35 
       
    36 MAKMAKE : do_nothing
       
    37 
       
    38 BLD : do_nothing
       
    39 
       
    40 CLEAN : do_nothing
       
    41 
       
    42 LIB : do_nothing
       
    43 
       
    44 CLEANLIB : do_nothing
       
    45 
       
    46 # ----------------------------------------------------------------------------
       
    47 # TODO: Configure these.
       
    48 #
       
    49 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
       
    50 # MifConv if the mask detph is defined.
       
    51 #
       
    52 # NOTE 2: Usually, source paths should not be included in the bitmap
       
    53 # definitions. MifConv searches for the icons in all icon directories in a
       
    54 # predefined order, which is currently \s60\icons, \s60\bitmaps2.
       
    55 # The directory \s60\icons is included in the search only if the feature flag
       
    56 # __SCALABLE_ICONS is defined.
       
    57 # ----------------------------------------------------------------------------
       
    58 
       
    59 RESOURCE :
       
    60 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    61 /c8,8 qgn_indi_browser_tb_back.svg\
       
    62 /c8,8 qgn_indi_browser_tb_page.svg\
       
    63 /c8,8 qgn_indi_browser_tb_reload.svg\
       
    64 /c8,8 qgn_indi_browser_tb_find.svg\
       
    65 /c8,8 qgn_indi_browser_tb_rss.svg\
       
    66 /c8,8 qgn_prop_pinb_link_bm_id.svg\
       
    67 /c8,8 qgn_indi_tp_toolbar.svg\
       
    68 /c8,8 qgn_indi_button_preview_close.svg\
       
    69 /c8,8 qgn_indi_browser_tb_help.svg\
       
    70 /c8,8 qgn_indi_browser_tb_switch_win.svg\
       
    71 /c8,8 qgn_indi_browser_tb_urls.svg\
       
    72 /c8,8 qgn_indi_browser_tb_feeds.svg\
       
    73 /c8,8 qgn_indi_browser_tb_save_page.svg\
       
    74 /c8,8 qgn_indi_browser_tb_view_images.svg\
       
    75 /c8,8 qgn_indi_browser_tb_view_pages.svg\
       
    76 /c8,8 qgn_indi_browser_tb_home.svg\
       
    77 /c8,8 qgn_indi_browser_tb_bm.svg\
       
    78 /c8,8 qgn_indi_browser_tb_rotate.svg\
       
    79 /c8,8 qgn_indi_browser_tb_settings.svg\
       
    80 /c8,8 qgn_indi_browser_tb_zoom_out.svg\
       
    81 /c8,8 qgn_indi_browser_tb_zoom_in.svg\
       
    82 /c8,8 qgn_indi_browser_tb_find_kw.svg\
       
    83 /c8,8 qgn_indi_browser_tb_save_bm.svg\
       
    84 /c8,8 qgn_indi_browser_tb_goto.svg\
       
    85 /c8,8 qgn_indi_browser_tb_tb.svg\
       
    86 /c8,8 qgn_indi_browser_tb_key_map.svg\
       
    87 /c8,8 qgn_indi_button_exit_fs.svg
       
    88 
       
    89 FREEZE : do_nothing
       
    90 
       
    91 SAVESPACE : do_nothing
       
    92 
       
    93 RELEASABLES :
       
    94 	@echo $(HEADERFILENAME)&& \
       
    95 	@echo $(ICONTARGETFILENAME)
       
    96 
       
    97 FINAL : do_nothing