|
1 # |
|
2 # Copyright (c) 2004-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 "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: MmsUi_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)\mmsui.mif |
|
29 HEADERFILENAME=$(HEADERDIR)\mmsui.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 if exist $(HEADERFILENAME) erase $(HEADERFILENAME) |
|
41 |
|
42 LIB : do_nothing |
|
43 |
|
44 CLEANLIB : do_nothing |
|
45 |
|
46 # ---------------------------------------------------------------------------- |
|
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 #// NOTE: Order of bitmaps is important. |
|
58 #// |
|
59 #// TRANSITIONS |
|
60 #// ----------- |
|
61 #// qgn_graf_mms_trans_snake must be first transition |
|
62 #// qgn_graf_mms_trans_none must be last transition |
|
63 #// Transitions must be in single block |
|
64 #// |
|
65 #// EDITOR ICONS |
|
66 #// ------------ |
|
67 #// |
|
68 |
|
69 RESOURCE : |
|
70 mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \ |
|
71 /c8,8 qgn_graf_mms_play.bmp \ |
|
72 /c8,8 qgn_indi_mce_priority_low.svg \ |
|
73 /c8,8 qgn_indi_mce_priority_high.svg \ |
|
74 /c8,8 qgn_prop_mce_mms_title \ |
|
75 /c8,8 qgn_indi_tb_retrieve_mms.svg |
|
76 |
|
77 |
|
78 FREEZE : do_nothing |
|
79 |
|
80 SAVESPACE : do_nothing |
|
81 |
|
82 RELEASABLES : |
|
83 @echo $(HEADERFILENAME)&& \ |
|
84 @echo $(ICONTARGETFILENAME) |
|
85 |
|
86 FINAL : do_nothing |