locationmgmt/locmonitor/lbslocmonitorclient/group/lbslocmonclient.mmp
branchRCL_3
changeset 65 a796fdeeb33c
parent 0 9cfd9a3ee49c
equal deleted inserted replaced
58:87622fad6b51 65:a796fdeeb33c
       
     1 /*
       
     2 * Copyright (c) 2005 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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET		lbslocmonclient.dll
       
    20 TARGETTYPE	dll
       
    21 UID		0x1000008d 0x102869DE
       
    22 
       
    23 CAPABILITY ALL -TCB
       
    24 
       
    25 MACRO ENABLE_LBS_DEV_LOGGER
       
    26 
       
    27 NOSTRICTDEF
       
    28 
       
    29 SOURCEPATH	../src
       
    30 SOURCE		rlbslocmonitorareapositioner.cpp
       
    31 SOURCE		rlbslocmonitorsession.cpp
       
    32 SOURCE		clbslocmonitorptrholder.cpp
       
    33 
       
    34 //
       
    35 // Server framework stuff
       
    36 //
       
    37 SOURCEPATH	../../../locationcore/LbsLocCommon/ServerFramework/src
       
    38 SOURCE	tserverstartparams.cpp
       
    39 SOURCE	rsecuresessionbase.cpp
       
    40 SOURCE	cserverlaunch.cpp
       
    41 SOURCE	tstartparamsbase.cpp
       
    42 
       
    43 USERINCLUDE	../inc
       
    44 USERINCLUDE	../../../locationcore/LbsLocCommon/ServerFramework/inc
       
    45 USERINCLUDE	../../lbslocmonitorserver/inc
       
    46 USERINCLUDE	../../../locationcore/LbsInternalApi/inc
       
    47 USERINCLUDE ../../../locationcore/lbsrootapi/inc
       
    48 USERINCLUDE ../../../locationcore/LbsPartnerCommon/inc
       
    49 
       
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 
       
    52 LIBRARY		euser.lib 
       
    53 LIBRARY		estor.lib 
       
    54 LIBRARY		lbs.lib
       
    55 LIBRARY		lbsloccommon.lib
       
    56 LIBRARY		lbspartnercommon.lib
       
    57 LIBRARY		lbsrootapi.lib
       
    58 
       
    59 SMPSAFE