mmserv/callaudiocontrol/group/CallAudioControl.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 22:21:33 +0300
branchRCL_3
changeset 50 999b2818a0eb
parent 46 0ac9a5310753
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2007 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:  Project definition file for project CallAudioControl
*
*/


#include <data_caging_paths.hrh>

#ifdef __SERIES60_31__
#include <domain/osextensions/platform_paths.hrh>
#else
#include <platform_paths.hrh>
#endif

TARGET          callaudiocontrol.dll
TARGETTYPE      DLL
UID             0x1000008D 0x10207BD2


CAPABILITY 	ALL -TCB
VENDORID        VID_DEFAULT


SOURCEPATH      ../src
SOURCE          CallAudioControl.cpp 
SOURCE		CallAudioControlImpl.cpp
SOURCE		CallAudioControlRepository.cpp
SOURCE		CallAudioControlProperty.cpp


USERINCLUDE     ../inc

MW_LAYER_SYSTEMINCLUDE
//SYSTEMINCLUDE	/epoc32/include/CallAudioControl

LIBRARY         euser.lib
LIBRARY		TelephonyAudioRouting.lib
LIBRARY		centralrepository.lib

#ifdef __SERIES60_31__
LIBRARY         MediatorClient.lib
LIBRARY     	featmgr.lib
LIBRARY		PhoneClient.lib
LIBRARY		PhoneClientExt.lib
#endif

#ifndef __SERIES60_31__
LIBRARY		phoneclient.lib   // For setting mute
#endif

// End of file