1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmtestenv/mmtesttools/Rom/misc.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,74 @@
1.4 +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +#ifndef MISC_IBY
1.20 +#define MISC_IBY
1.21 +
1.22 +//******************************************
1.23 +// the following will be added to main .iby files, but are added here so updated iby files can be used in an old build
1.24 +
1.25 +// common components - will be added to epocbase.iby
1.26 +#include <mmf.iby>
1.27 +#include <mmcommon.iby>
1.28 +#include <imageconversion.iby>
1.29 +#include <mdf.iby>
1.30 +#include <devvideo.iby>
1.31 +#include <asr.iby>
1.32 +
1.33 +// optional or replacable components - will be added to techview_base.iby
1.34 +#include <devsound_pluginsupport.iby>
1.35 +#include <devsound_refplugin.iby>
1.36 +
1.37 +#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
1.38 +#include <acf.iby>
1.39 +#include <a3fdevsound.iby>
1.40 +#include <acl.iby>
1.41 +#include <devsoundadaptationinfo.iby>
1.42 +#include <refacladaptation.iby>
1.43 +#include <refmmrc.iby>
1.44 +#include <a3fserverstart.iby>
1.45 +#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
1.46 +
1.47 +#include <traces.iby>
1.48 +#include <iclcodecs.iby>
1.49 +
1.50 +#ifndef EXCLUDE_LICENSED_CAPS_ADAPTATION
1.51 +#include <capsadaptation.iby>
1.52 +#endif // EXCLUDE_LICENSED_CAPS_ADAPTATION
1.53 +
1.54 +#include <mmf_plugin.iby>
1.55 +#include <milif.iby>
1.56 +#include <omxilcomp.iby>
1.57 +#include <omxilcompref.iby>
1.58 +#include <omxilcore.iby>
1.59 +#include <avi.iby>
1.60 +#include <mmfaudiowavtestcontroller.iby>
1.61 +#include <mmfaudiotonetestcontroller.iby>
1.62 +
1.63 +#ifdef SYMBIAN_GRAPHICS_USE_GCE
1.64 +#include <videorenderer.iby>
1.65 +#endif
1.66 +
1.67 +#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
1.68 +#include "subtitle.iby"
1.69 +#endif
1.70 +
1.71 +#include <3gplibrary.iby>
1.72 +
1.73 +
1.74 +//******************************************
1.75 +
1.76 +
1.77 +#endif