coreapplicationuis/powersaveutilities/group/batterypopupcontrol_icons.mk
branchRCL_3
changeset 62 924385140d98
parent 58 0818dd463d41
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     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 "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 
       
    19 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    20 ZDIR=\epoc32\release\$(PLATFORM)\$(CFG)\z
       
    21 else
       
    22 ZDIR=\epoc32\data\z
       
    23 endif
       
    24 
       
    25 # ----------------------------------------------------------------------------
       
    26 # Configure these
       
    27 # ----------------------------------------------------------------------------
       
    28 
       
    29 TARGETDIR=$(ZDIR)\resource\apps
       
    30 HEADERDIR=\epoc32\include
       
    31 ICONTARGETFILENAME=$(TARGETDIR)\batterypopupcontrol.mif
       
    32 HEADERFILENAME=$(HEADERDIR)\batterypopupcontrol.mbg
       
    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 # Configure these.
       
    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 #ENABLE ANIMATION: Add background bitmap and animation frames here
       
    61 RESOURCE :
       
    62 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    63 		/c8,8 qgn_prop_battery_ps_deactivate.svg
       
    64 
       
    65 FREEZE : do_nothing
       
    66 
       
    67 SAVESPACE : do_nothing
       
    68 
       
    69 RELEASABLES :
       
    70 	@echo $(HEADERFILENAME)&& \
       
    71 	@echo $(ICONTARGETFILENAME)
       
    72 
       
    73 FINAL : do_nothing