bluetoothengine/headsetsimulator/profiles/hspprofile/group/hspprofile.mmp
author michal.sulewski
Wed, 15 Sep 2010 15:59:44 +0200
branchheadsetsimulator
changeset 60 90dbfc0435e3
permissions -rw-r--r--
source code commit

/* 
*
* Copyright (c) <2010> Comarch S.A. and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Original Contributors:
* Comarch S.A. - original contribution.
*
* Contributors:
*
* Description:
*
*/

TARGET		  hspprofile.dll
TARGETTYPE	  PLUGIN
UID			 0x10009D8D 0xE259E538

CAPABILITY CAP_ECOM_PLUGIN

SOURCEPATH	..\src
SOURCE		hspprofile.cpp 
SOURCE		proxy.cpp
SOURCE		hspcod.cpp 
SOURCE		hspsdp.cpp
SOURCE		hspsettings.cpp

SOURCEPATH ..\src\dataprocessing
SOURCE		hspcommand.cpp 
SOURCE		hspcommandparser.cpp 
SOURCE		hspdatahandler.cpp

SOURCEPATH ..\src\features
SOURCE		hspcalltermination.cpp
SOURCE		hspfeaturemanager.cpp 
SOURCE		hspincomingcallacceptance.cpp 
SOURCE		hspremoteaudiovolumecontrol.cpp


USERINCLUDE	 ..\inc
USERINCLUDE	 ..\inc\features
USERINCLUDE	 ..\inc\dataprocessing

SYSTEMINCLUDE   \epoc32\include
SYSTEMINCLUDE   \epoc32\include\platform
SYSTEMINCLUDE   \epoc32\include\ecom
SYSTEMINCLUDE   \epoc32\include\headsetsimulator

LIBRARY		 euser.lib
LIBRARY 	 ecom.lib 
LIBRARY 	 btdevice.lib
LIBRARY 	 sdpdatabase.lib
LIBRARY 	 bluetooth.lib 
LIBRARY 	 bafl.lib

SOURCEPATH ..\data
START RESOURCE E259E538.rss
	TARGET hspprofile.rsc
END

SMPSAFE