omxilcomp/omxilaudioemulator/pcmrenderer/unittest/mmpfiles/tsu_omxil_pcmrenderer_01.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 20:13:57 +0300
changeset 0 58be5850fb6c
child 1 e0d606d6e3b1
permissions -rw-r--r--
Revision: 2010wk32 Kit: 201035

// 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:
//

#include "../src/uids.hrh"

TARGET                  tsu_omxil_pcmrenderer_01.dll
CAPABILITY              ALL -TCB
TARGETTYPE              dll
UID                     KSharedLibraryUidDefine KUidTsuOmxILPcmRendererDll
VENDORID 0x70000001

OS_LAYER_SYSTEMINCLUDE_SYMBIAN
OS_LAYER_ESTLIB_SYSTEMINCLUDE

USERINCLUDE		../src
USERINCLUDE		../../src

SOURCEPATH		../src
SOURCE			tsu_omxil_component_base.cpp
SOURCE			tsu_omxil_pcmrenderer_suite.cpp
SOURCE			tsu_omxil_pcmrenderer_step.cpp

LIBRARY		        euser.lib
LIBRARY		        efsrv.lib
LIBRARY		        ecom.lib
LIBRARY		        testframeworkclient.lib
LIBRARY             omxilcomponentcommon.lib
LIBRARY			    mmfserverbaseclasses.lib
STATICLIBRARY 	    omxilcomponentif.lib

NOSTRICTDEF
#ifdef EABI
NOEXPORTLIBRARY
#endif

// Uncomment to activate debug tracing in this module
// MACRO                   _OMXIL_AACUNIT_DEBUG_TRACING_ON

SMPSAFE