os/persistentdata/traceservices/tracefw/ulogger/unit_test/group/te_file.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-2010 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 // $servername.mmp
    15 // 
    16 //
    17 
    18 TARGET		uloggerplugfiletest.exe
    19 TARGETTYPE	exe
    20 UID			0x1000007A 0x101F777C
    21 CAPABILITY 	NONE
    22 VENDORID 	0x70000001
    23 
    24 OS_LAYER_SYSTEMINCLUDE
    25 
    26 USERINCLUDE ../te-outfrwkchans/te-file
    27 USERINCLUDE ../../inc
    28 USERINCLUDE ../../src/outfrwkchans/file
    29 userinclude  ../../src/pluginframework
    30 
    31 SOURCEPATH  ../../src/outfrwkchans/file
    32 SOURCE		uloggerfileplugin.cpp
    33 
    34 SOURCEPATH	../te-outfrwkchans/te-file
    35 SOURCE		uloggerfileplugintest.cpp
    36 SOURCE		te_filesuiteserver.cpp
    37 SOURCE		te_filesuitestepbase.cpp
    38 
    39 
    40 STATICLIBRARY	tefunit.lib
    41 LIBRARY		euser.lib
    42 LIBRARY		efsrv.lib
    43 LIBRARY		testexecuteutils.lib
    44 LIBRARY		testexecutelogclient.lib
    45 LIBRARY		rfileloggerclient.lib
    46 LIBRARY		uloggersysconfig.lib
    47 LIBRARY		uloggerpluginframework.lib
    48 LIBRARY		ecom.lib
    49 
    50 #if (!defined WINS)
    51 LIBRARY		estlib.lib
    52 #endif
    53 
    54 SMPSAFE
    55