traceservices/tracefw/ulogger/unit_test/group/te_sysconfig.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
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 // te_syscfg.exe application to Sysconfig
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file 
       
    20 */
       
    21 
       
    22 
       
    23 TARGET        te_syscfg.exe
       
    24 TARGETTYPE    exe
       
    25 
       
    26 VENDORID 0x70000001
       
    27 UID 0x1000008d 0x10273881
       
    28 CAPABILITY NONE
       
    29 
       
    30 MACRO SYSCONFIG_COMTEST
       
    31 
       
    32 SOURCEPATH    ../te-sysconfig
       
    33 SOURCE      te_test_syscfgserver.cpp  
       
    34 SOURCE	    te_test_syscfgstep.cpp
       
    35 
       
    36 SOURCEPATH    ../../src/sysconfig
       
    37 source	uloggersysconfig.cpp
       
    38 source	sysconfigimpl.cpp
       
    39 
       
    40 userinclude	../../src/sysconfig
       
    41 userinclude	../../inc
       
    42 userinclude	../../src/pluginframework
       
    43 SYSTEMINCLUDE	/epoc32/include
       
    44 SYSTEMINCLUDE	/epoc32/include/ecom
       
    45 SYSTEMINCLUDE	/epoc32/include/test
       
    46 
       
    47 LIBRARY		euser.lib
       
    48 LIBRARY		testexecutelogclient.lib
       
    49 LIBRARY		testexecuteutils.lib
       
    50 LIBRARY		efsrv.lib
       
    51 LIBRARY		hal.lib
       
    52 LIBRARY		bsulinifile.lib
       
    53 LIBRARY		uloggerpluginframework.lib
       
    54 LIBRARY		ecom.lib
       
    55 
       
    56 SMPSAFE
       
    57