mmmw_plat/voip_audio_services_api/tsrc/VoIPAudioServicesTestClass/group/VoIPAudioServicesTestClass.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 15 Mar 2010 12:42:35 +0200
branchRCL_3
changeset 8 e35735ece90c
parent 0 71ca22bcf22a
child 53 eabc8c503852
permissions -rw-r--r--
Revision: 201009 Kit: 201010

/*
 * Copyright (c) 2002-2008 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: voip audio service -  
 *
 */

#include <platform_paths.hrh>

TARGET          VoIPAudioServicesTestClass.dll
TARGETTYPE      dll
UID             0x1000008D 0x101FB3E3

CAPABILITY      ALL -TCB

DEFFILE         VoIPAudioServicesTestClass.def

SOURCEPATH      ../src
SOURCE          VoIPAudioServicesTestClass.cpp
SOURCE          VoIPAudioServicesTestClassBlocks.cpp
SOURCE          VoIPAudioServicesTestClassBlocksCallbacks.cpp
SOURCE          TimeoutController.cpp

USERINCLUDE     ../inc

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   /epoc32/include/mmf/common
SYSTEMINCLUDE   /epoc32/include/mmf/server

LIBRARY         euser.lib
LIBRARY         stiftestinterface.lib
LIBRARY         Orientationbase.lib
LIBRARY         efsrv.lib  // File server session for database
LIBRARY         VoIPAudioIntfc.lib

LANG            SC

SMPSAFE

// End of File