bluetoothengine/headsetsimulator/core/group/headsetsimulator.mmp
branchheadsetsimulator
changeset 60 90dbfc0435e3
equal deleted inserted replaced
59:02103bf20ee5 60:90dbfc0435e3
       
     1 /*
       
     2  * Component Name: Headset Simulator
       
     3  * Author: Comarch S.A.
       
     4  * Version: 1.0
       
     5  * Copyright (c) 2010 Comarch S.A.
       
     6  *  
       
     7  * This Software is submitted by Comarch S.A. to Symbian Foundation Limited on 
       
     8  * the basis of the Member Contribution Agreement entered between Comarch S.A. 
       
     9  * and Symbian Foundation Limited on 5th June 2009 (“Agreement”) and may be 
       
    10  * used only in accordance with the terms and conditions of the Agreement. 
       
    11  * Any other usage, duplication or redistribution of this Software is not 
       
    12  * allowed without written permission of Comarch S.A.
       
    13  * 
       
    14  */
       
    15 
       
    16 TARGET		  headsetsimulator.dll
       
    17 TARGETTYPE	  dll
       
    18 UID			  0x1000008d 0xE026A1DD
       
    19 
       
    20 USERINCLUDE	 ../inc 
       
    21 USERINCLUDE	 ../inc/ProfileManager
       
    22 USERINCLUDE	 ../inc/Server
       
    23 USERINCLUDE	 ../inc/Tools
       
    24 USERINCLUDE  ../inc/RemoteControl 
       
    25 USERINCLUDE  ../inc/Plugin
       
    26 
       
    27 #include <platform_paths.hrh>
       
    28 
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    31 SYSTEMINCLUDE	/epoc32/include/headsetsimulator
       
    32 
       
    33 LIBRARY		 euser.lib 
       
    34 LIBRARY		 ecom.lib 
       
    35 LIBRARY		 bluetooth.lib 
       
    36 LIBRARY		 btengconnman.lib 
       
    37 LIBRARY		 btengsettings.lib 
       
    38 LIBRARY		 esock.lib 
       
    39 LIBRARY		 sdpagent.lib 
       
    40 LIBRARY		 sdpdatabase.lib 
       
    41 LIBRARY		 btdevice.lib 
       
    42 LIBRARY		 btengdiscovery.lib 
       
    43 LIBRARY		 efsrv.lib 
       
    44 LIBRARY		 bafl.lib 
       
    45 
       
    46 SOURCEPATH ../src
       
    47 SOURCE hscore.cpp
       
    48 SOURCEPATH ../src/Tools
       
    49 SOURCE hsdevicediscoverer.cpp hsbtmanager.cpp
       
    50 SOURCEPATH ../src/Server
       
    51 SOURCE hsclient.cpp hsclientmanager.cpp hsserver.cpp
       
    52 SOURCEPATH ../src/ProfileManager
       
    53 SOURCE hsprofilemanager.cpp 
       
    54 SOURCEPATH ../src/RemoteControl
       
    55 SOURCE hsremotecontrolserver.cpp hsremotecontroldatahandler.cpp hsremotecontrolparser.cpp hsremotecontrolcommand.cpp
       
    56 SOURCEPATH ../src/Server
       
    57 SOURCE hsaudioserver.cpp
       
    58 
       
    59 CAPABILITY ALL -TCB