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