traceservices/tracefw/ulogger/unit_test/group/te_createconfig.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2002-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 // Te_uloggerclientSuite.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET      	te_createconfigsuite.exe
       
    19 TARGETTYPE  	exe
       
    20 UID             0x1000007A 0x101F7784
       
    21 
       
    22 
       
    23 //Please add any change under here
       
    24 SOURCEPATH  ../te-createconfig
       
    25 SOURCE			te_createconfigserver.cpp
       
    26 SOURCE         	te_clearconfig.cpp
       
    27 SOURCE         	te_createconfigemptystep.cpp
       
    28 SOURCE         	te_createconfigfullstep.cpp
       
    29 USERINCLUDE   	../../inc
       
    30 
       
    31 SYSTEMINCLUDE /epoc32/include
       
    32 SYSTEMINCLUDE /epoc32/include/test
       
    33 
       
    34 //Please add your system include under here. 
       
    35 
       
    36 LIBRARY     euser.lib
       
    37 LIBRARY		testexecuteutils.lib 
       
    38 LIBRARY		testexecutelogclient.lib 
       
    39 LIBRARY		uloggerclient.lib 
       
    40 
       
    41 SMPSAFE
       
    42