diff -r 02103bf20ee5 -r 90dbfc0435e3 bluetoothengine/headsetsimulator/profiles/hspprofile/group/hspprofile.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bluetoothengine/headsetsimulator/profiles/hspprofile/group/hspprofile.mmp Wed Sep 15 15:59:44 2010 +0200 @@ -0,0 +1,65 @@ +/* +* +* 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