traceservices/tracefw/ulogger/unit_test/group/te_serial.mmp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
child 25 047f208ea78f
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    19 TARGETTYPE	exe
    19 TARGETTYPE	exe
    20 UID			0x1000007A 0x101F777C
    20 UID			0x1000007A 0x101F777C
    21 CAPABILITY 	CommDD NetworkControl LocalServices ProtServ
    21 CAPABILITY 	CommDD NetworkControl LocalServices ProtServ
    22 VENDORID 	0x70000001
    22 VENDORID 	0x70000001
    23 
    23 
    24 OS_LAYER_SYSTEMINCLUDE
    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
    25 
    31 
    26 USERINCLUDE ../te-outfrwkchans/te-serial
    32 USERINCLUDE ../te-outfrwkchans/te-serial
    27 USERINCLUDE ../../inc
    33 USERINCLUDE ../../inc
    28 USERINCLUDE ../../src/outfrwkchans/serial
    34 USERINCLUDE ../../src/outfrwkchans/serial
    29 USERINCLUDE  ../../src/pluginframework
       
    30 
    35 
    31 SOURCEPATH  ../../src/outfrwkchans/serial
    36 SOURCEPATH  ../../src/outfrwkchans/serial
    32 SOURCE		uloggerserialplugin.cpp
    37 SOURCE		uloggerserialplugin.cpp
       
    38 
       
    39 USERINCLUDE  ../../src/pluginframework
       
    40 
    33 
    41 
    34 SOURCEPATH  ../te-outfrwkchans/te-serial
    42 SOURCEPATH  ../te-outfrwkchans/te-serial
    35 SOURCE		uloggerserialplugintest.cpp
    43 SOURCE		uloggerserialplugintest.cpp
    36 SOURCE		te_serialsuiteserver.cpp
    44 SOURCE		te_serialsuiteserver.cpp
    37 SOURCE		te_serialsuitestepbase.cpp
    45 SOURCE		te_serialsuitestepbase.cpp
    50 #if (!defined WINS)
    58 #if (!defined WINS)
    51 LIBRARY		estlib.lib
    59 LIBRARY		estlib.lib
    52 #endif
    60 #endif
    53 
    61 
    54 SMPSAFE
    62 SMPSAFE
       
    63