diff -r 02103bf20ee5 -r 90dbfc0435e3 bluetoothengine/headsetsimulator/profiles/hfpprofile/group/hfpprofileplugin.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bluetoothengine/headsetsimulator/profiles/hfpprofile/group/hfpprofileplugin.mmp Wed Sep 15 15:59:44 2010 +0200 @@ -0,0 +1,73 @@ +/* + * + * 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 hfpprofileplugin.dll +TARGETTYPE PLUGIN +UID 0x10009D8D 0xE422E38B + +CAPABILITY CAP_ECOM_PLUGIN + +SOURCEPATH ../src +SOURCE hfpcod.cpp +SOURCE hfpsdp.cpp +SOURCE hfpprofile.cpp +SOURCE hfpsettings.cpp +SOURCE proxy.cpp + +SOURCEPATH ../src/features +SOURCE hfpfeaturemanager.cpp +SOURCE hfpconnectionmanagement.cpp +SOURCE hfpcalltermination.cpp +SOURCE hfpincomingcallacceptance.cpp +SOURCE hfpincomingcallrejection.cpp +SOURCE hfpphonestatusinformation.cpp +SOURCE hfpremoteaudiovolumecontrol.cpp +SOURCE hfplastnumberredialing.cpp +SOURCE hfpphonenumberdialing.cpp +SOURCE hfpcallinglineidentification.cpp + +SOURCEPATH ../src/dataprocessing +SOURCE hfpdatahandler.cpp +SOURCE hfpcommand.cpp +SOURCE hfpcommandparser.cpp + +SOURCEPATH ../data +START RESOURCE E422E38B.rss + TARGET hfpprofileplugin.rsc + TARGETPATH /resource/plugins +END + +USERINCLUDE ../inc +USERINCLUDE ../inc/features +USERINCLUDE ../inc/dataprocessing + +SYSTEMINCLUDE /epoc32/include +SYSTEMINCLUDE /epoc32/include/ecom +SYSTEMINCLUDE /epoc32/include/headsetsimulator +SYSTEMINCLUDE /epoc32/include/platform + +LIBRARY euser.lib +LIBRARY sdpdatabase.lib +LIBRARY btdevice.lib +LIBRARY bluetooth.lib +LIBRARY ecom.lib +LIBRARY bafl.lib + +#ifdef ENABLE_ABIV2_MODE +DEBUGGABLE_UDEBONLY +#endif