loggingservices/eventlogger/test/t_logbadclient.mmp
changeset 0 08ec8eefde2f
child 11 667e88a979d7
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET			t_logbadclient.exe
       
    17 TARGETTYPE		EXE
       
    18 CAPABILITY		WriteDeviceData ReadDeviceData WriteUserData ReadUserData 
       
    19 
       
    20 USERINCLUDE 	.
       
    21 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    22 USERINCLUDE   ../test/inc
       
    23 USERINCLUDE   ../Shared
       
    24 USERINCLUDE   ../LogCli/inc
       
    25 
       
    26 SOURCEPATH		../test/src
       
    27 SOURCE			t_logbadclient.cpp
       
    28 
       
    29 SOURCEPATH		../LogCli/src
       
    30 SOURCE			logservcli.cpp
       
    31 
       
    32 LIBRARY			logwrap.lib 
       
    33 LIBRARY			logcli.lib
       
    34 LIBRARY			euser.lib 
       
    35 LIBRARY			efsrv.lib
       
    36 LIBRARY			bafl.lib 
       
    37 LIBRARY			estor.lib
       
    38 
       
    39 VENDORID		0x70000001
       
    40 
       
    41 SMPSAFE