bluetoothengine/headsetsimulator/remotecontroller/group/hsremotecontroller.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 
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 TARGET		  hsremotecontroller.dll
       
    20 TARGETTYPE	  dll
       
    21 UID			 0x1000008d 0xE45013E0
       
    22 
       
    23 
       
    24 MW_LAYER_SYSTEMINCLUDE
       
    25 
       
    26 USERINCLUDE	 ..\inc 
       
    27 USERINCLUDE  ..\inc\bttools 
       
    28 USERINCLUDE  ..\inc\remotecontrol
       
    29 
       
    30 SYSTEMINCLUDE	/epoc32/include/headsetsimulator/rc
       
    31 SYSTEMINCLUDE	/epoc32/include/headsetsimulator
       
    32 
       
    33 CAPABILITY ALL -TCB
       
    34 
       
    35 LIBRARY		 euser.lib 
       
    36 LIBRARY		 esock.lib 
       
    37 LIBRARY		 bluetooth.lib 
       
    38 LIBRARY		 btengsettings.lib 
       
    39 LIBRARY		 sdpagent.lib 
       
    40 LIBRARY		 sdpdatabase.lib 
       
    41 LIBRARY		 btengconnman.lib 
       
    42 LIBRARY		 btdevice.lib 
       
    43 LIBRARY		 btengdiscovery.lib 
       
    44 LIBRARY		 charconv.lib
       
    45 
       
    46 
       
    47 SOURCEPATH ..\src
       
    48 SOURCE hsremotecontroller.cpp
       
    49 SOURCEPATH ..\src\bttools
       
    50 SOURCE hsrcdevicediscoverer.cpp
       
    51 SOURCEPATH ..\src\remotecontrol
       
    52 SOURCE ..\bttools\hsrcbtmanager.cpp hsrccommand.cpp