webengine/osswebengine/WebKit/s60/group/icons.mk
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 # /*
       
     2 # * Copyright (c) 2006 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 ifneq (,$(findstring 1,$(BROWSER_SDK)))
       
    32 ICONTARGETFILENAME=$(TARGETDIR)\WebKitIcons_sdk.MIF
       
    33 HEADERFILENAME=$(HEADERDIR)\WebKitIcons_sdk.MBG
       
    34 else
       
    35 ICONTARGETFILENAME=$(TARGETDIR)\webkiticons.mif
       
    36 HEADERFILENAME=$(HEADERDIR)\webkiticons.mbg
       
    37 endif
       
    38 
       
    39 do_nothing :
       
    40 
       
    41 MAKMAKE : do_nothing
       
    42 
       
    43 BLD : do_nothing
       
    44 
       
    45 CLEAN : do_nothing
       
    46 
       
    47 LIB : do_nothing
       
    48 
       
    49 CLEANLIB : do_nothing
       
    50 
       
    51 # ----------------------------------------------------------------------------
       
    52 # TODO: Configure these.
       
    53 #
       
    54 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
       
    55 # MifConv if the mask detph is defined.
       
    56 #
       
    57 # NOTE 2: Usually, source paths should not be included in the bitmap
       
    58 # definitions. MifConv searches for the icons in all icon directories in a
       
    59 # predefined order, which is currently \s60\icons, \s60\bitmaps2.
       
    60 # The directory \s60\icons is included in the search only if the feature flag
       
    61 # __SCALABLE_ICONS is defined.
       
    62 # ----------------------------------------------------------------------------
       
    63 
       
    64 RESOURCE :
       
    65 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    66 /c8,1 qgn_indi_wml_image_not_shown.svg\
       
    67 /c8,1 qgn_prop_wml_selectarrow.svg\
       
    68 /c8,1 qgn_prop_wml_object.svg\
       
    69 /c8,1 qgn_prop_wml_radiobutt_off.svg\
       
    70 /c8,1 qgn_prop_wml_radiobutt_on.svg\
       
    71 /c8,1 qgn_prop_wml_checkbox_off.svg\
       
    72 /c8,1 qgn_prop_wml_checkbox_on.svg\
       
    73 /c8,1 qgn_prop_wml_selectfile.svg\
       
    74 /c8,8 qgn_indi_viewer_pointer.svg\
       
    75 /c8,8 qgn_indi_viewer_pointer_hand.svg\
       
    76 /c8,8 qgn_indi_viewer_pointer_wait.svg\
       
    77 /c8,8 qgn_prop_nrtyp_phone.svg\
       
    78 /c8,8 qgn_indi_ai_nt_message.svg\
       
    79 /c8,8 qgn_indi_browser_url_call.svg\
       
    80 /c8,8 qgn_indi_browser_url_email.svg\
       
    81 /c8,8 qgn_indi_browser_url_mm.svg\
       
    82 /c8,8 qgn_indi_browser_url_mms.svg\
       
    83 /c8,8 qgn_indi_browser_url_page.svg\
       
    84 /c8,8 qgn_indi_browser_url_video.svg\
       
    85 /c8,8 qgn_indi_viewer_pointer_text.svg\
       
    86 /c8,8 qgn_indi_button_exit_fs.svg
       
    87 
       
    88 
       
    89 FREEZE : do_nothing
       
    90 
       
    91 SAVESPACE : do_nothing
       
    92 
       
    93 RELEASABLES :
       
    94 	@echo $(HEADERFILENAME)&& \
       
    95 	@echo $(ICONTARGETFILENAME)
       
    96 
       
    97 FINAL : do_nothing