camera_plat/active_palette_2_api/tsrc/group/ActivePalette2ApiTestIcons.mk
branchRCL_3
changeset 24 bac7acad7cb3
parent 0 1ddebce53859
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
       
     1 #
       
     2 # Copyright (c) 2009 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 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    18     ZDIR = $(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    19 else
       
    20     ZDIR = $(EPOCROOT)epoc32\data\z
       
    21 endif
       
    22 
       
    23 # ---------------------------------------
       
    24 # Source and target folders
       
    25 #
       
    26 SOURCEDIR     = ..\data
       
    27 TARGETDIR     = $(ZDIR)\Resource\Apps
       
    28 HEADERDIR     = $(EPOCROOT)epoc32\include
       
    29 TRG_FILENAME  = ActivePalette2ApiTest.mif
       
    30 HDR_FILENAME  = ActivePalette2ApiTest.mbg
       
    31 OPTIONS       = /c8,1
       
    32 
       
    33 
       
    34 
       
    35 do_nothing :
       
    36 	@rem do_nothing
       
    37 MAKMAKE : do_nothing
       
    38 BLD : do_nothing
       
    39 CLEAN :
       
    40 	if exist $(HEADERDIR)\$(HDR_FILENAME) @del $(HEADERDIR)\$(HDR_FILENAME)
       
    41 	if exist $(TARGETDIR)\$(TRG_FILENAME) @del $(TARGETDIR)\$(TRG_FILENAME)
       
    42 LIB : do_nothing
       
    43 CLEANLIB : do_nothing
       
    44 RESOURCE :
       
    45 
       
    46 	mifconv $(TARGETDIR)\$(TRG_FILENAME) -H$(HEADERDIR)\$(HDR_FILENAME) \
       
    47 	$(OPTIONS) $(SOURCEDIR)\zeroth.svg \
       
    48 	$(OPTIONS) $(SOURCEDIR)\first.svg \
       
    49 	$(OPTIONS) $(SOURCEDIR)\second.svg \
       
    50 	$(OPTIONS) $(SOURCEDIR)\third.svg \
       
    51 	$(OPTIONS) $(SOURCEDIR)\fourth.svg \
       
    52 	$(OPTIONS) $(SOURCEDIR)\fifth.svg \
       
    53 	$(OPTIONS) $(SOURCEDIR)\sixth.svg \
       
    54 	$(OPTIONS) $(SOURCEDIR)\seventh.svg \
       
    55 	$(OPTIONS) $(SOURCEDIR)\eighth.svg \
       
    56 	$(OPTIONS) $(SOURCEDIR)\ninth.svg
       
    57 
       
    58 FREEZE : do_nothing
       
    59 SAVESPACE : do_nothing
       
    60 RELEASABLES :
       
    61 	@echo $(HEADERDIR)\$(HDR_FILENAME)   && \
       
    62 	@echo $(TARGETDIR)\$(TRG_FILENAME)
       
    63 FINAL : do_nothing