lbs/internal/lbstestserver/group/lbstestserver.mmp
branchSymbian2
changeset 1 8758140453c0
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 //
       
     2 // lbstestserver.mmp
       
     3 //
       
     4 // Project file for the LBS test server
       
     5 //
       
     6 
       
     7 TARGET        lbstestserver.exe
       
     8 TARGETTYPE    exe
       
     9 
       
    10 UID           0x1000007A 0x10282283
       
    11 
       
    12 CAPABILITY All -Tcb
       
    13 
       
    14 SOURCEPATH	../src
       
    15 SOURCE	lbstestservermain.cpp
       
    16 SOURCE	lbstestserver.cpp
       
    17 SOURCE	lbstestsession.cpp
       
    18 
       
    19 // Generic server framework
       
    20 //SOURCEPATH		../../../../../locationmgmt/locationcore/LbsLocCommon/ServerFramework/src
       
    21 SOURCE	csecureasbase.cpp
       
    22 SOURCE	csecureserverbase.cpp
       
    23 SOURCE	csecuresessionbase.cpp
       
    24 SOURCE	cshutdowntimer.cpp
       
    25 SOURCE	messageutils.cpp
       
    26 SOURCE	tserverstartparams.cpp
       
    27 SOURCE	tprocessstartparams.cpp
       
    28 SOURCE	cprocesslaunch.cpp
       
    29 SOURCE	tstartparamsbase.cpp
       
    30 
       
    31 
       
    32 USERINCLUDE	../inc
       
    33 //USERINCLUDE	../../../../../locationmgmt/locationcore/lbsrootapi/inc
       
    34 //USERINCLUDE	../../../../../locationmgmt/locationcore/LbsLocCommon/ServerFramework/inc
       
    35 
       
    36 SYSTEMINCLUDE	/epoc32/include
       
    37 SYSTEMINCLUDE	/epoc32/include/lbs
       
    38 
       
    39 LIBRARY	euser.lib
       
    40 LIBRARY	efsrv.lib
       
    41 LIBRARY	lbsrootapi.lib
       
    42 LIBRARY lbspartnercommon.lib