|
1 # |
|
2 # Copyright (c) 2003 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 the License "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=\epoc32\release\$(PLATFORM)\$(CFG)\Z |
|
19 else |
|
20 ZDIR=\epoc32\data\z |
|
21 endif |
|
22 |
|
23 |
|
24 TARGETDIR=$(ZDIR)\RESOURCE\APPS |
|
25 HEADERDIR=\epoc32\include |
|
26 ICONTARGETFILENAME=$(TARGETDIR)\mediasettings.mif |
|
27 HEADERFILENAME=$(HEADERDIR)\mediasettings.mbg |
|
28 |
|
29 |
|
30 do_nothing : |
|
31 @rem do_nothing |
|
32 |
|
33 MAKMAKE : do_nothing |
|
34 |
|
35 BLD : do_nothing |
|
36 |
|
37 CLEAN : |
|
38 del $(ICONTARGETFILENAME) |
|
39 del $(HEADERFILENAME) |
|
40 |
|
41 LIB : do_nothing |
|
42 |
|
43 CLEANLIB : do_nothing |
|
44 |
|
45 |
|
46 RESOURCE : |
|
47 mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \ |
|
48 /c8,8 qgn_menu_video.svg\ |
|
49 /c8,8 qgn_prop_set_service.svg\ |
|
50 /c8,8 qgn_prop_set_apps_mp.bmp\ |
|
51 /c8,8 qgn_prop_set_mp_video_sub.bmp \ |
|
52 /c8,8 qgn_prop_set_mp_stream_sub.bmp \ |
|
53 /c8,8 qgn_prop_set_mp_audio_sub.bmp \ |
|
54 /c8,1 qgn_prop_set_mp_video_tab2.bmp \ |
|
55 /c8,1 qgn_prop_set_mp_audio_tab3.bmp \ |
|
56 /c8,1 qgn_prop_set_mp_stream_tab2.bmp \ |
|
57 /c8,1 qgn_prop_set_mp_video_tab3.bmp |
|
58 |
|
59 FREEZE : do_nothing |
|
60 |
|
61 SAVESPACE : do_nothing |
|
62 |
|
63 RELEASABLES : |
|
64 @echo $(HEADERFILENAME)&& \ |
|
65 @echo $(ICONTARGETFILENAME) |
|
66 |
|
67 FINAL : do_nothing |