sl@0: /* sl@0: * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: Build file for Effects. This build file will cause all effects sl@0: * listed in this file to be built. sl@0: * The prerequisite is that the Custom Interface Utility must be sl@0: * built prior to building this group. sl@0: * sl@0: */ sl@0: sl@0: sl@0: sl@0: #include sl@0: sl@0: PRJ_PLATFORMS sl@0: DEFAULT sl@0: sl@0: PRJ_EXPORTS sl@0: ../Data/Effect_Stub.SIS /epoc32/data/z/system/install/Effect_Stub.SIS sl@0: ../rom/Effects.iby CORE_OS_LAYER_IBY_EXPORT_PATH(Effects.iby) sl@0: sl@0: PRJ_MMPFILES sl@0: sl@0: #include "../EffectBase/Group/bld.inf" sl@0: sl@0: // Equalizer Effect sl@0: sl@0: #include "../AudioEqualizer/AudioEqualizerEffect/Group/bld.inf" sl@0: #include "../AudioEqualizer/AudioEqualizerProxy/Group/bld.inf" sl@0: #include "../AudioEqualizer/AudioEqualizerMessageHandler/Group/bld.inf" sl@0: sl@0: // Environmental Reverb Effect sl@0: sl@0: #include "../EnvReverb/EnvironmentalReverbEffect/Group/bld.inf" sl@0: #include "../EnvReverb/EnvironmentalReverbProxy/Group/bld.inf" sl@0: #include "../EnvReverb/EnvironmentalReverbMessageHandler/Group/bld.inf" sl@0: sl@0: sl@0: sl@0: //Stereo Widening Effect sl@0: sl@0: #include "../StereoWidening/StereoWideningEffect/Group/bld.inf" sl@0: #include "../StereoWidening/StereoWideningProxy/Group/bld.inf" sl@0: #include "../StereoWidening/StereoWideningMessageHandler/Group/bld.inf" sl@0: sl@0: sl@0: //BassBoost Effect sl@0: sl@0: #include "../BassBoost/BassBoostEffect/Group/bld.inf" sl@0: #include "../BassBoost/BassBoostProxy/Group/bld.inf" sl@0: #include "../BassBoost/BassBoostMessageHandler/Group/bld.inf" sl@0: sl@0: #include "../DopplerBase/Group/bld.inf" sl@0: sl@0: //Source Doppler Effect sl@0: sl@0: #include "../SrcDoppler/SourceDopplerEffect/Group/bld.inf" sl@0: #include "../SrcDoppler/SourceDopplerProxy/Group/bld.inf" sl@0: #include "../SrcDoppler/SourceDopplerMessageHandler/Group/bld.inf" sl@0: sl@0: sl@0: //Listener Doppler Effect sl@0: sl@0: #include "../ListDoppler/ListenerDopplerEffect/Group/bld.inf" sl@0: #include "../ListDoppler/ListenerDopplerProxy/Group/bld.inf" sl@0: #include "../ListDoppler/ListenerDopplerMessageHandler/Group/bld.inf" sl@0: sl@0: sl@0: // Location Base sl@0: #include "../LocationBase/Group/bld.inf" sl@0: sl@0: //ListenerLocation Effect sl@0: sl@0: #include "../ListLocation/ListenerLocationEffect/Group/bld.inf" sl@0: #include "../ListLocation/ListenerLocationProxy/Group/bld.inf" sl@0: #include "../ListLocation/ListenerLocationMessageHandler/Group/bld.inf" sl@0: sl@0: sl@0: //SourceLocation Effect sl@0: sl@0: #include "../SrcLocation/SourceLocationEffect/Group/bld.inf" sl@0: #include "../SrcLocation/SourceLocationProxy/Group/bld.inf" sl@0: #include "../SrcLocation/SourceLocationMessageHandler/Group/bld.inf" sl@0: sl@0: sl@0: // Orientation Base sl@0: #include "../OrientationBase/Group/bld.inf" sl@0: sl@0: #include "../ListOrient/ListenerOrientationEffect/Group/bld.inf" sl@0: #include "../ListOrient/ListenerOrientationProxy/Group/bld.inf" sl@0: #include "../ListOrient/ListenerOrientationMessageHandler/Group/bld.inf" sl@0: sl@0: // SourceOrientation Efffect sl@0: sl@0: #include "../SrcOrientation/SourceOrientationEffect/Group/bld.inf" sl@0: #include "../SrcOrientation/SourceOrientationProxy/Group/bld.inf" sl@0: #include "../SrcOrientation/SourceOrientationMessageHandler/Group/bld.inf" sl@0: sl@0: // DistanceAttenuation Effect sl@0: sl@0: #include "../DistAtten/DistanceAttenuationEffect/Group/bld.inf" sl@0: #include "../DistAtten/DistanceAttenuationProxy/Group/bld.inf" sl@0: #include "../DistAtten/DistanceAttenuationMessageHandler/Group/bld.inf" sl@0: sl@0: sl@0: // Loudness Effect sl@0: sl@0: #include "../Loudness/LoudnessEffect/Group/bld.inf" sl@0: #include "../Loudness/LoudnessProxy/Group/bld.inf" sl@0: #include "../Loudness/LoudnessMessageHandler/Group/bld.inf" sl@0: sl@0: sl@0: // RoomLevel Effect sl@0: sl@0: #include "../RoomLevel/RoomLevelEffect/Group/bld.inf" sl@0: #include "../RoomLevel/RoomLevelProxy/Group/bld.inf" sl@0: #include "../RoomLevel/RoomLevelMessageHandler/Group/bld.inf" sl@0: sl@0: sl@0: sl@0: sl@0: PRJ_TESTMMPFILES sl@0: sl@0: //../EffectTest/EffectConsoleTest.mmp sl@0: //../StereoWidening/StereoWideningEffect/Internal/SWETest/group/SWETest.mmp sl@0: //../BassBoost/BassBoostEffect/Internal/BassBoostEffectTest/group/BassBoostEffectConsoleTest.mmp sl@0: //../SrcDoppler/SourceDopplerEffect/Internal/SDETest/group/SDETest.mmp sl@0: //../ListLocation/ListenerLocationEffect/Internal/LLETest/group/LLETest.mmp sl@0: //../SrcLocation/SourceLocationEffect/Internal/SLETest/group/SLETest.mmp sl@0: //../ListOrient/ListenerOrientationEffect/Internal/LOETest/group/LOETest.mmp sl@0: //../SrcOrientation/SourceOrientationEffect/Internal/SOETest/group/SOETest.mmp sl@0: //../DistAtten/DistanceAttenuationEffect/Internal/DAETest/group/DAETest.mmp sl@0: //../Loudness/LoudnessEffect/Internal/LoudnessEffectTest/group/LoudnessEffectConsoleTest.mmp sl@0: sl@0: PRJ_TESTEXPORTS sl@0: //test.amr /epoc32/winscw/c/test.amr sl@0: //////////////////////////////////////////////////////////////////////////////// sl@0: // END OF FILE // sl@0: ////////////////////////////////////////////////////////////////////////////////