os/mm/mmtestenv/mmtesttools/Rom/misc.iby
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #ifndef MISC_IBY
    17 #define MISC_IBY
    18 
    19 //******************************************
    20 // the following will be added to main .iby files, but are added here so updated iby files can be used in an old build
    21 
    22 // common components - will be added to epocbase.iby
    23 #include <mmf.iby>
    24 #include <mmcommon.iby>
    25 #include <imageconversion.iby>
    26 #include <mdf.iby>
    27 #include <devvideo.iby>
    28 #include <asr.iby>
    29 
    30 // optional or replacable components - will be added to techview_base.iby
    31 #include <devsound_pluginsupport.iby>
    32 #include <devsound_refplugin.iby>
    33 
    34 #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    35 #include <acf.iby>
    36 #include <a3fdevsound.iby>
    37 #include <acl.iby>
    38 #include <devsoundadaptationinfo.iby>
    39 #include <refacladaptation.iby>
    40 #include <refmmrc.iby>
    41 #include <a3fserverstart.iby>
    42 #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    43 
    44 #include <traces.iby>
    45 #include <iclcodecs.iby>
    46 
    47 #ifndef EXCLUDE_LICENSED_CAPS_ADAPTATION
    48 #include <capsadaptation.iby>
    49 #endif // EXCLUDE_LICENSED_CAPS_ADAPTATION
    50 
    51 #include <mmf_plugin.iby>
    52 #include <milif.iby>
    53 #include <omxilcomp.iby>
    54 #include <omxilcompref.iby>
    55 #include <omxilcore.iby>
    56 #include <avi.iby>
    57 #include <mmfaudiowavtestcontroller.iby>
    58 #include <mmfaudiotonetestcontroller.iby>
    59 
    60 #ifdef SYMBIAN_GRAPHICS_USE_GCE
    61 #include <videorenderer.iby>
    62 #endif 
    63 
    64 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT 
    65 #include "subtitle.iby"
    66 #endif
    67 
    68 #include <3gplibrary.iby>
    69 
    70 
    71 //******************************************
    72 
    73 
    74 #endif