startupservices/Startup/group/startup_icons.mk
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 #
       
     2 # Copyright (c) 2005 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 # Configure these
       
    26 # ----------------------------------------------------------------------------
       
    27 
       
    28 TARGETDIR=$(ZDIR)\resource\apps
       
    29 HEADERDIR=\epoc32\include
       
    30 ICONTARGETFILENAME=$(TARGETDIR)\startup.mif
       
    31 HEADERFILENAME=$(HEADERDIR)\startup.mbg
       
    32 
       
    33 do_nothing :
       
    34 	@rem 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 # 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 		/c16,8 qgn_graf_startup_01 \
       
    62 		/c16,8 qgn_graf_startup_02 \
       
    63 		/c16,8 qgn_graf_startup_03 \
       
    64 		/c16,8 qgn_graf_startup_04 \
       
    65 		/c16,8 qgn_graf_startup_05 \
       
    66 		/c16,8 qgn_graf_startup_06 \
       
    67 		/c16,8 qgn_graf_startup_07 \
       
    68 		/c16,8 qgn_graf_startup_08 \
       
    69 		/c16,8 qgn_graf_startup_09 \
       
    70 		/c16,8 qgn_graf_startup_10 \
       
    71 		/c16,8 qgn_graf_startup_11 \
       
    72 		/c16,8 qgn_graf_startup_12 \
       
    73 		/c16,8 qgn_graf_startup_13 \
       
    74 		/c16,8 qgn_graf_startup_14 \
       
    75 		/c16,8 qgn_graf_startup_15 \
       
    76 		/c16,8 qgn_graf_startup_16 \
       
    77 		/c16,8 qgn_graf_startup_17 \
       
    78 		/c16,8 qgn_graf_startup_18 \
       
    79 		/c16,8 qgn_graf_startup_19 \
       
    80 		/c16,8 qgn_graf_startup_20 \
       
    81 		/c16,8 qgn_graf_startup_bg
       
    82 
       
    83 FREEZE : do_nothing
       
    84 
       
    85 SAVESPACE : do_nothing
       
    86 
       
    87 RELEASABLES :
       
    88 	@echo $(HEADERFILENAME)&& \
       
    89 	@echo $(ICONTARGETFILENAME)
       
    90 
       
    91 FINAL : do_nothing