common/tools/ats/smoketest/lbs/lbstestutils/group/lbstestutils.mmp
changeset 748 e13acd883fbe
child 872 17498133d9ad
equal deleted inserted replaced
747:76f9aaeefbab 748:e13acd883fbe
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // @file lbstestutils.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET			lbstestutils.dll
       
    19 TARGETTYPE		DLL
       
    20 
       
    21 //CAPABILITY	ProtServ LocalServices WriteDeviceData ReadDeviceData Location
       
    22 CAPABILITY ALL -TCB
       
    23 
       
    24 MACRO ENABLE_LBS_TEST_LOGGER
       
    25 
       
    26 UID			0x1000007A 0x10282260
       
    27 
       
    28 
       
    29 SYSTEMINCLUDE	/epoc32/include
       
    30 SYSTEMINCLUDE	/epoc32/include/lbs
       
    31 SYSTEMINCLUDE	/epoc32/include/lbs/test
       
    32 
       
    33 USERINCLUDE		../inc
       
    34 //USERINCLUDE		../../../../locationrequestmgmt/networkrequesthandler/inc
       
    35 
       
    36 SOURCEPATH		../src
       
    37 SOURCE			tlbsutils.cpp
       
    38 SOURCE			ctlbsasyncwaiter.cpp
       
    39 SOURCE			ctlbstimerutils.cpp
       
    40 SOURCE			ctlbsconfigreader.cpp
       
    41 SOURCE			ctdumper.cpp
       
    42 SOURCE			ctlbsagpshandler.cpp
       
    43 SOURCE			ctlbsagpsmoduleeventlistener.cpp
       
    44 SOURCE			ctlbstestlogger.cpp
       
    45 
       
    46 // EPOC libraries.
       
    47 LIBRARY	euser.lib
       
    48 LIBRARY efsrv.lib
       
    49 
       
    50 // LBS libraries.
       
    51 LIBRARY	lbsselflocate.lib
       
    52 LIBRARY	lbsloccommon.lib
       
    53 LIBRARY lbsassistancedata.lib
       
    54 LIBRARY lbsloggerapi.lib
       
    55 LIBRARY	flogger.lib
       
    56 
       
    57 // For Log Comparison
       
    58 LIBRARY		lbsprivacycontroller.lib
       
    59 LIBRARY		lbsnetprotocol.lib
       
    60 
       
    61 LIBRARY		lbstestchannel.lib 
       
    62 LIBRARY		lbslocdatasource.lib