|
1 /* |
|
2 * Copyright (c) 2004 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: Build file for Effects. This build file will cause all effects |
|
15 * listed in this file to be built. |
|
16 * The prerequisite is that the Custom Interface Utility must be |
|
17 * built prior to building this group. |
|
18 * |
|
19 */ |
|
20 |
|
21 |
|
22 |
|
23 #include <platform_paths.hrh> |
|
24 |
|
25 PRJ_PLATFORMS |
|
26 DEFAULT |
|
27 |
|
28 PRJ_EXPORTS |
|
29 ../Data/Effect_Stub.SIS /epoc32/data/z/system/install/Effect_Stub.SIS |
|
30 ../rom/Effects.iby CORE_OS_LAYER_IBY_EXPORT_PATH(Effects.iby) |
|
31 |
|
32 PRJ_MMPFILES |
|
33 |
|
34 #include "../EffectBase/Group/bld.inf" |
|
35 |
|
36 // Equalizer Effect |
|
37 |
|
38 #include "../AudioEqualizer/AudioEqualizerEffect/Group/bld.inf" |
|
39 #include "../AudioEqualizer/AudioEqualizerProxy/Group/bld.inf" |
|
40 #include "../AudioEqualizer/AudioEqualizerMessageHandler/Group/bld.inf" |
|
41 |
|
42 // Environmental Reverb Effect |
|
43 |
|
44 #include "../EnvReverb/EnvironmentalReverbEffect/Group/bld.inf" |
|
45 #include "../EnvReverb/EnvironmentalReverbProxy/Group/bld.inf" |
|
46 #include "../EnvReverb/EnvironmentalReverbMessageHandler/Group/bld.inf" |
|
47 |
|
48 |
|
49 |
|
50 //Stereo Widening Effect |
|
51 |
|
52 #include "../StereoWidening/StereoWideningEffect/Group/bld.inf" |
|
53 #include "../StereoWidening/StereoWideningProxy/Group/bld.inf" |
|
54 #include "../StereoWidening/StereoWideningMessageHandler/Group/bld.inf" |
|
55 |
|
56 |
|
57 //BassBoost Effect |
|
58 |
|
59 #include "../BassBoost/BassBoostEffect/Group/bld.inf" |
|
60 #include "../BassBoost/BassBoostProxy/Group/bld.inf" |
|
61 #include "../BassBoost/BassBoostMessageHandler/Group/bld.inf" |
|
62 |
|
63 #include "../DopplerBase/Group/bld.inf" |
|
64 |
|
65 //Source Doppler Effect |
|
66 |
|
67 #include "../SrcDoppler/SourceDopplerEffect/Group/bld.inf" |
|
68 #include "../SrcDoppler/SourceDopplerProxy/Group/bld.inf" |
|
69 #include "../SrcDoppler/SourceDopplerMessageHandler/Group/bld.inf" |
|
70 |
|
71 |
|
72 //Listener Doppler Effect |
|
73 |
|
74 #include "../ListDoppler/ListenerDopplerEffect/Group/bld.inf" |
|
75 #include "../ListDoppler/ListenerDopplerProxy/Group/bld.inf" |
|
76 #include "../ListDoppler/ListenerDopplerMessageHandler/Group/bld.inf" |
|
77 |
|
78 |
|
79 // Location Base |
|
80 #include "../LocationBase/Group/bld.inf" |
|
81 |
|
82 //ListenerLocation Effect |
|
83 |
|
84 #include "../ListLocation/ListenerLocationEffect/Group/bld.inf" |
|
85 #include "../ListLocation/ListenerLocationProxy/Group/bld.inf" |
|
86 #include "../ListLocation/ListenerLocationMessageHandler/Group/bld.inf" |
|
87 |
|
88 |
|
89 //SourceLocation Effect |
|
90 |
|
91 #include "../SrcLocation/SourceLocationEffect/Group/bld.inf" |
|
92 #include "../SrcLocation/SourceLocationProxy/Group/bld.inf" |
|
93 #include "../SrcLocation/SourceLocationMessageHandler/Group/bld.inf" |
|
94 |
|
95 |
|
96 // Orientation Base |
|
97 #include "../OrientationBase/Group/bld.inf" |
|
98 |
|
99 #include "../ListOrient/ListenerOrientationEffect/Group/bld.inf" |
|
100 #include "../ListOrient/ListenerOrientationProxy/Group/bld.inf" |
|
101 #include "../ListOrient/ListenerOrientationMessageHandler/Group/bld.inf" |
|
102 |
|
103 // SourceOrientation Efffect |
|
104 |
|
105 #include "../SrcOrientation/SourceOrientationEffect/Group/bld.inf" |
|
106 #include "../SrcOrientation/SourceOrientationProxy/Group/bld.inf" |
|
107 #include "../SrcOrientation/SourceOrientationMessageHandler/Group/bld.inf" |
|
108 |
|
109 // DistanceAttenuation Effect |
|
110 |
|
111 #include "../DistAtten/DistanceAttenuationEffect/Group/bld.inf" |
|
112 #include "../DistAtten/DistanceAttenuationProxy/Group/bld.inf" |
|
113 #include "../DistAtten/DistanceAttenuationMessageHandler/Group/bld.inf" |
|
114 |
|
115 |
|
116 // Loudness Effect |
|
117 |
|
118 #include "../Loudness/LoudnessEffect/Group/bld.inf" |
|
119 #include "../Loudness/LoudnessProxy/Group/bld.inf" |
|
120 #include "../Loudness/LoudnessMessageHandler/Group/bld.inf" |
|
121 |
|
122 |
|
123 // RoomLevel Effect |
|
124 |
|
125 #include "../RoomLevel/RoomLevelEffect/Group/bld.inf" |
|
126 #include "../RoomLevel/RoomLevelProxy/Group/bld.inf" |
|
127 #include "../RoomLevel/RoomLevelMessageHandler/Group/bld.inf" |
|
128 |
|
129 |
|
130 |
|
131 |
|
132 PRJ_TESTMMPFILES |
|
133 |
|
134 //../EffectTest/EffectConsoleTest.mmp |
|
135 //../StereoWidening/StereoWideningEffect/Internal/SWETest/group/SWETest.mmp |
|
136 //../BassBoost/BassBoostEffect/Internal/BassBoostEffectTest/group/BassBoostEffectConsoleTest.mmp |
|
137 //../SrcDoppler/SourceDopplerEffect/Internal/SDETest/group/SDETest.mmp |
|
138 //../ListLocation/ListenerLocationEffect/Internal/LLETest/group/LLETest.mmp |
|
139 //../SrcLocation/SourceLocationEffect/Internal/SLETest/group/SLETest.mmp |
|
140 //../ListOrient/ListenerOrientationEffect/Internal/LOETest/group/LOETest.mmp |
|
141 //../SrcOrientation/SourceOrientationEffect/Internal/SOETest/group/SOETest.mmp |
|
142 //../DistAtten/DistanceAttenuationEffect/Internal/DAETest/group/DAETest.mmp |
|
143 //../Loudness/LoudnessEffect/Internal/LoudnessEffectTest/group/LoudnessEffectConsoleTest.mmp |
|
144 |
|
145 PRJ_TESTEXPORTS |
|
146 //test.amr /epoc32/winscw/c/test.amr |
|
147 //////////////////////////////////////////////////////////////////////////////// |
|
148 // END OF FILE // |
|
149 //////////////////////////////////////////////////////////////////////////////// |