mmmw_plat/telephony_multimedia_service_api/tsrc/TmsAudioServicesTestClass/group/TmsAudioServicesTestClass.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:51:56 +0300
changeset 55 e267340986c9
parent 12 5a06f39ad45b
permissions -rw-r--r--
Revision: 201037 Kit: 201039

/*
 * Copyright (c) 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: Telephony Multimedia Service - STIF TEST
 *
 */

#include <platform_paths.hrh>

TARGET          TmsAudioServicesTestClass.dll
TARGETTYPE      dll
UID             0x1000008D 0x10207C72
CAPABILITY      All -Tcb
VENDORID        VID_DEFAULT

#ifndef WINSCW
EpocAllowDllData
#endif

SOURCEPATH      ../src
SOURCE          TmsAudioServicesTestClass.cpp
SOURCE          TmsAudioServicesTestClassBlocks.cpp
SOURCE          TmsAudioServicesTestClassBlocksCallbacks.cpp
SOURCE          TimeoutController.cpp

USERINCLUDE     ../inc

MW_LAYER_SYSTEMINCLUDE
OS_LAYER_LIBC_SYSTEMINCLUDE
OS_LAYER_GLIB_SYSTEMINCLUDE
OS_LAYER_STDCPP_SYSTEMINCLUDE

LIBRARY         euser.lib
LIBRARY         stiftestinterface.lib
LIBRARY         efsrv.lib
LIBRARY         tmsfactory.lib
LIBRARY	        tmsapi.lib
LIBRARY	        libglib.lib

DEFFILE         TmsAudioServicesTestClass.def

SMPSAFE

// End of File