diff -r 000000000000 -r bde4ae8d615e os/mm/mmtestenv/mmtesttools/Rom/misc.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/mm/mmtestenv/mmtesttools/Rom/misc.iby Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,74 @@ +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +#ifndef MISC_IBY +#define MISC_IBY + +//****************************************** +// the following will be added to main .iby files, but are added here so updated iby files can be used in an old build + +// common components - will be added to epocbase.iby +#include +#include +#include +#include +#include +#include + +// optional or replacable components - will be added to techview_base.iby +#include +#include + +#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND +#include +#include +#include +#include +#include +#include +#include +#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND + +#include +#include + +#ifndef EXCLUDE_LICENSED_CAPS_ADAPTATION +#include +#endif // EXCLUDE_LICENSED_CAPS_ADAPTATION + +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef SYMBIAN_GRAPHICS_USE_GCE +#include +#endif + +#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT +#include "subtitle.iby" +#endif + +#include <3gplibrary.iby> + + +//****************************************** + + +#endif