bluetoothengine/headsetsimulator/profiles/hspprofile/group/hspprofile.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		  hspprofile.dll
       
    20 TARGETTYPE	  PLUGIN
       
    21 UID			 0x10009D8D 0xE259E538
       
    22 
       
    23 CAPABILITY CAP_ECOM_PLUGIN
       
    24 
       
    25 SOURCEPATH	..\src
       
    26 SOURCE		hspprofile.cpp 
       
    27 SOURCE		proxy.cpp
       
    28 SOURCE		hspcod.cpp 
       
    29 SOURCE		hspsdp.cpp
       
    30 SOURCE		hspsettings.cpp
       
    31 
       
    32 SOURCEPATH ..\src\dataprocessing
       
    33 SOURCE		hspcommand.cpp 
       
    34 SOURCE		hspcommandparser.cpp 
       
    35 SOURCE		hspdatahandler.cpp
       
    36 
       
    37 SOURCEPATH ..\src\features
       
    38 SOURCE		hspcalltermination.cpp
       
    39 SOURCE		hspfeaturemanager.cpp 
       
    40 SOURCE		hspincomingcallacceptance.cpp 
       
    41 SOURCE		hspremoteaudiovolumecontrol.cpp
       
    42 
       
    43 
       
    44 USERINCLUDE	 ..\inc
       
    45 USERINCLUDE	 ..\inc\features
       
    46 USERINCLUDE	 ..\inc\dataprocessing
       
    47 
       
    48 SYSTEMINCLUDE   \epoc32\include
       
    49 SYSTEMINCLUDE   \epoc32\include\platform
       
    50 SYSTEMINCLUDE   \epoc32\include\ecom
       
    51 SYSTEMINCLUDE   \epoc32\include\headsetsimulator
       
    52 
       
    53 LIBRARY		 euser.lib
       
    54 LIBRARY 	 ecom.lib 
       
    55 LIBRARY 	 btdevice.lib
       
    56 LIBRARY 	 sdpdatabase.lib
       
    57 LIBRARY 	 bluetooth.lib 
       
    58 LIBRARY 	 bafl.lib
       
    59 
       
    60 SOURCEPATH ..\data
       
    61 START RESOURCE E259E538.rss
       
    62 	TARGET hspprofile.rsc
       
    63 END
       
    64 
       
    65 SMPSAFE