traceservices/tracefw/ulogger/unit_test/group/te_file.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2007-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 // $servername.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET		uloggerplugfiletest.exe
       
    19 TARGETTYPE	exe
       
    20 UID			0x1000007A 0x101F777C
       
    21 CAPABILITY 	NONE
       
    22 VENDORID 	0x70000001
       
    23 
       
    24 //---------------------------------------
       
    25 // Specific files for TEFUnit
       
    26 //---------------------------------------
       
    27 SYSTEMINCLUDE	/epoc32/include
       
    28 SYSTEMINCLUDE	/epoc32/include/test
       
    29 SYSTEMINCLUDE	/epoc32/include/libc
       
    30 SYSTEMINCLUDE	/epoc32/include/ecom
       
    31 
       
    32 USERINCLUDE ../te-outfrwkchans/te-file
       
    33 USERINCLUDE ../../inc
       
    34 USERINCLUDE ../../src/outfrwkchans/file
       
    35 
       
    36 SOURCEPATH  ../../src/outfrwkchans/file
       
    37 SOURCE		uloggerfileplugin.cpp
       
    38 
       
    39 userinclude  ../../src/pluginframework
       
    40 
       
    41 
       
    42 SOURCEPATH	../te-outfrwkchans/te-file
       
    43 SOURCE		uloggerfileplugintest.cpp
       
    44 SOURCE		te_filesuiteserver.cpp
       
    45 SOURCE		te_filesuitestepbase.cpp
       
    46 
       
    47 
       
    48 STATICLIBRARY	tefunit.lib
       
    49 LIBRARY		euser.lib
       
    50 LIBRARY		efsrv.lib
       
    51 LIBRARY		testexecuteutils.lib
       
    52 LIBRARY		testexecutelogclient.lib
       
    53 LIBRARY		rfileloggerclient.lib
       
    54 LIBRARY		uloggersysconfig.lib
       
    55 LIBRARY		uloggerpluginframework.lib
       
    56 LIBRARY		ecom.lib
       
    57 
       
    58 #if (!defined WINS)
       
    59 LIBRARY		estlib.lib
       
    60 #endif
       
    61 
       
    62 SMPSAFE
       
    63