bluetoothengine/headsetsimulator/profiles/hfpprofile/group/hfpprofileplugin.mmp
branchheadsetsimulator
changeset 60 90dbfc0435e3
equal deleted inserted replaced
59:02103bf20ee5 60:90dbfc0435e3
       
     1 /* 
       
     2  *
       
     3  * Copyright (c) <2010> Comarch S.A. and/or its subsidiary(-ies).
       
     4  * All rights reserved.
       
     5  * This component and the accompanying materials are made available
       
     6  * under the terms of the License "Eclipse Public License v1.0"
       
     7  * which accompanies this distribution, and is available
       
     8  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9  *
       
    10  * Original Contributors:
       
    11  * Comarch S.A. - original contribution.
       
    12  *
       
    13  * Contributors:
       
    14  *
       
    15  * Description:
       
    16  *
       
    17  */
       
    18 
       
    19 TARGET		  hfpprofileplugin.dll
       
    20 TARGETTYPE	  PLUGIN
       
    21 UID			  0x10009D8D 0xE422E38B
       
    22 
       
    23 CAPABILITY CAP_ECOM_PLUGIN
       
    24 
       
    25 SOURCEPATH ../src
       
    26 SOURCE hfpcod.cpp
       
    27 SOURCE hfpsdp.cpp
       
    28 SOURCE hfpprofile.cpp
       
    29 SOURCE hfpsettings.cpp
       
    30 SOURCE proxy.cpp
       
    31 
       
    32 SOURCEPATH ../src/features
       
    33 SOURCE hfpfeaturemanager.cpp
       
    34 SOURCE hfpconnectionmanagement.cpp
       
    35 SOURCE hfpcalltermination.cpp
       
    36 SOURCE hfpincomingcallacceptance.cpp
       
    37 SOURCE hfpincomingcallrejection.cpp
       
    38 SOURCE hfpphonestatusinformation.cpp
       
    39 SOURCE hfpremoteaudiovolumecontrol.cpp
       
    40 SOURCE hfplastnumberredialing.cpp
       
    41 SOURCE hfpphonenumberdialing.cpp
       
    42 SOURCE hfpcallinglineidentification.cpp
       
    43 
       
    44 SOURCEPATH ../src/dataprocessing
       
    45 SOURCE hfpdatahandler.cpp
       
    46 SOURCE hfpcommand.cpp
       
    47 SOURCE hfpcommandparser.cpp
       
    48 
       
    49 SOURCEPATH ../data
       
    50 START RESOURCE E422E38B.rss
       
    51 	TARGET hfpprofileplugin.rsc
       
    52 	TARGETPATH /resource/plugins
       
    53 END
       
    54 
       
    55 USERINCLUDE ../inc
       
    56 USERINCLUDE ../inc/features
       
    57 USERINCLUDE ../inc/dataprocessing
       
    58 
       
    59 SYSTEMINCLUDE   /epoc32/include
       
    60 SYSTEMINCLUDE   /epoc32/include/ecom
       
    61 SYSTEMINCLUDE	/epoc32/include/headsetsimulator
       
    62 SYSTEMINCLUDE	/epoc32/include/platform
       
    63 
       
    64 LIBRARY euser.lib
       
    65 LIBRARY sdpdatabase.lib
       
    66 LIBRARY btdevice.lib
       
    67 LIBRARY bluetooth.lib
       
    68 LIBRARY ecom.lib
       
    69 LIBRARY bafl.lib
       
    70 
       
    71 #ifdef ENABLE_ABIV2_MODE
       
    72 DEBUGGABLE_UDEBONLY
       
    73 #endif