locationmanager/client/group/locationmanagerclient.mmp
branchRCL_3
changeset 47 b73252188534
parent 0 c53acadfccc6
child 63 e538444823de
equal deleted inserted replaced
46:63c982fb92f2 47:b73252188534
    18 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    19 #include <data_caging_paths.hrh>
    19 #include <data_caging_paths.hrh>
    20 
    20 
    21 #if defined(WINSCW)
    21 #if defined(WINSCW)
    22 deffile ../bwincw/locationmanagerclientwinscw.def
    22 deffile ../bwincw/locationmanagerclientwinscw.def
    23 #elif defined(ARMCC)
    23 #elif defined(EABI)
    24 deffile ../eabi/locationmanagerclientarm.def
    24 deffile ../eabi/locationmanagerclientarm.def
    25 #endif
    25 #endif
    26 nostrictdef
    26 nostrictdef
    27 
    27 
    28 VERSION         10.0
    28 VERSION         10.0
    38 USERINCLUDE	    ../../../inc
    38 USERINCLUDE	    ../../../inc
    39 
    39 
    40 SOURCEPATH      ../src
    40 SOURCEPATH      ../src
    41 SOURCE          rlocationmanager.cpp
    41 SOURCE          rlocationmanager.cpp
    42 SOURCE          rlocationtrail.cpp
    42 SOURCE          rlocationtrail.cpp
    43 SOURCE	    rlocationobjectmanipulator.cpp 
    43 SOURCE	        rlocationobjectmanipulator.cpp 
    44 SOURCE      CTrackLogObserverAO.cpp 
    44 SOURCE          CTrackLogObserverAO.cpp
    45 SOURCE      rtracklog.cpp
    45 SOURCE          rtracklog.cpp
       
    46 SOURCE          rlocationgeotagger.cpp
    46 
    47 
    47 MW_LAYER_SYSTEMINCLUDE
    48 MW_LAYER_SYSTEMINCLUDE
    48 
    49 
    49 LIBRARY	    euser.lib  
    50 LIBRARY	    euser.lib  
    50 LIBRARY	    efsrv.lib
    51 LIBRARY	    efsrv.lib
    53 
    54 
    54 PAGED
    55 PAGED
    55 BYTEPAIRCOMPRESSTARGET
    56 BYTEPAIRCOMPRESSTARGET
    56 OPTION ARMCC -O3 -OTime
    57 OPTION ARMCC -O3 -OTime
    57 
    58 
       
    59 // End of file
       
    60