os/persistentdata/traceservices/tracefw/ulogger/unit_test/group/te_createconfig.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2002-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 // Te_uloggerclientSuite.mmp
    15 // 
    16 //
    17 
    18 TARGET      	te_createconfigsuite.exe
    19 TARGETTYPE  	exe
    20 UID             0x1000007A 0x101F7784
    21 
    22 OS_LAYER_SYSTEMINCLUDE
    23 
    24 USERINCLUDE     ../../inc
    25 
    26 SOURCEPATH  ../te-createconfig
    27 SOURCE			te_createconfigserver.cpp
    28 SOURCE         	te_clearconfig.cpp
    29 SOURCE         	te_createconfigemptystep.cpp
    30 SOURCE         	te_createconfigfullstep.cpp
    31 
    32 LIBRARY     euser.lib
    33 LIBRARY		testexecuteutils.lib 
    34 LIBRARY		testexecutelogclient.lib 
    35 LIBRARY		uloggerclient.lib 
    36 
    37 SMPSAFE
    38