messagingappbase/msgeditor/group/MsgEditor_icons.mk
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     1 #
       
     2 # Copyright (c) 2006-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 "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:  MsgEditor_icons.mk#
       
    15 
       
    16 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    17 ZDIR=\epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    18 else
       
    19 ZDIR=\epoc32\data\z
       
    20 endif
       
    21 
       
    22 # ----------------------------------------------------------------------------
       
    23 # TODO: Configure these
       
    24 # ----------------------------------------------------------------------------
       
    25 
       
    26 TARGETDIR=$(ZDIR)\resource\apps
       
    27 HEADERDIR=\epoc32\include
       
    28 ICONTARGETFILENAME=$(TARGETDIR)\msgeditor.mif
       
    29 HEADERFILENAME=$(HEADERDIR)\msgeditor.mbg
       
    30 
       
    31 do_nothing :
       
    32 	@rem do_nothing
       
    33 
       
    34 MAKMAKE : do_nothing
       
    35 
       
    36 BLD : do_nothing
       
    37 
       
    38 CLEAN : 
       
    39 	if exist $(ICONTARGETFILENAME) erase $(ICONTARGETFILENAME)
       
    40 
       
    41 LIB : do_nothing
       
    42 
       
    43 CLEANLIB : do_nothing
       
    44 
       
    45 # ----------------------------------------------------------------------------
       
    46 # TODO: Configure these.
       
    47 #
       
    48 # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
       
    49 # MifConv if the mask detph is defined.
       
    50 #
       
    51 # NOTE 2: Usually, source paths should not be included in the bitmap
       
    52 # definitions. MifConv searches for the icons in all icon directories in a
       
    53 # predefined order, which is currently \s60\icons, \s60\bitmaps2.
       
    54 # The directory \s60\icons is included in the search only if the feature flag
       
    55 # __SCALABLE_ICONS is defined.
       
    56 # ----------------------------------------------------------------------------
       
    57 
       
    58 RESOURCE :
       
    59 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    60 		/c8,8 qgn_prop_unknown.bmp \
       
    61 		/c8,1 qgn_prop_folder_sms_tab1.bmp \
       
    62 		/c8,1 qgn_prop_folder_message_tab1.bmp \
       
    63 		/c8,1 qgn_prop_folder_message_attach_tab1.bmp \
       
    64 		/c8,8 qgn_prop_drm_exp_forbid_super \
       
    65 		/c8,8 qgn_prop_drm_rights_exp_super.bmp \
       
    66 		/c8,8 qgn_prop_drm_send_forbid_super.bmp \
       
    67 		/c8,8 qgn_prop_drm_rights_valid_super.bmp \
       
    68 		/c8,8 qgn_graf_line_message_horizontal.svg \
       
    69 		/c8,8 qgn_indi_mce_attach.bmp \
       
    70 		/c8,8 qgn_indi_mce_priority_low.svg \
       
    71 	    /c8,8 qgn_indi_mce_priority_high.svg \
       
    72 	    /c8,8 qgn_indi_msg_list_tab1.svg \
       
    73 	    /c8,8 qgn_indi_navi_arrow_left.svg \
       
    74 	    /c8,8 qgn_indi_navi_arrow_right.svg
       
    75 
       
    76 
       
    77 FREEZE : do_nothing
       
    78 
       
    79 SAVESPACE : do_nothing
       
    80 
       
    81 RELEASABLES :
       
    82 	@echo $(HEADERFILENAME)&& \
       
    83 	@echo $(ICONTARGETFILENAME)
       
    84 
       
    85 FINAL : do_nothing