locationsystemui/locationsysui/posindicator/posindicatorhelperserver/group/posindicatorhelperserver.mmp
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: This is the project specification file for posindicatorhelperserver.
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET		    posindicatorhelperserver.exe
       
    19 TARGETTYPE	    exe
       
    20 UID			    0 0x2002E689
       
    21 
       
    22 CAPABILITY      CAP_SERVER -ProtServ
       
    23 
       
    24 USERINCLUDE	    ../inc
       
    25 USERINCLUDE	    ../../inc
       
    26 
       
    27 MW_LAYER_SYSTEMINCLUDE
       
    28 SYSTEMINCLUDE /epoc32/include/ecom
       
    29 
       
    30 SOURCEPATH	  ../src
       
    31 SOURCE		  posindicatorhelperserverstartup.cpp
       
    32 SOURCE        posindicatorserversession.cpp 
       
    33 SOURCE        posindicatorserversubsession.cpp 
       
    34 SOURCE        posindicatorservercore.cpp 
       
    35 SOURCE        posindicatorsubsessionregistry.cpp 
       
    36 SOURCE        posindicatorlocationrequestor.cpp
       
    37 
       
    38 LIBRARY		  euser.lib
       
    39 LIBRARY       lbs.lib
       
    40 LIBRARY       posreversegeocodeinterface.lib
       
    41 LIBRARY       eposlandmarks.lib
       
    42 LIBRARY       flogger.lib
       
    43 LIBRARY       ecom.lib
       
    44 
       
    45 #ifdef ENABLE_ABIV2_MODE
       
    46 DEBUGGABLE_UDEBONLY
       
    47 #endif