os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/group/TE_comsdbg.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2003-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 // using relative paths for sourcepath and user includes
    15 // uses ts_Commdb's UID (so don't run ts_commdb at same time!)
    16 // 
    17 
    18 
    19 TARGET  te_comsdbg.exe
    20 TARGETTYPE  EXE
    21 UID         0x1000008d 0x101F52C4
    22 VENDORID    0x70000001
    23 CAPABILITY  ALL -Tcb
    24 
    25 USERINCLUDE ../inc
    26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    27 
    28 SOURCEPATH  ../src
    29 SOURCE      Setup.cpp
    30 SOURCE      TE_comsdbgServer.cpp
    31 SOURCE      teststepcomsdbg.cpp
    32 SOURCE      step_001_01.cpp
    33 SOURCE      step_002_xx.cpp
    34 SOURCE      step_003_xx.cpp
    35 SOURCE      step_004_xx.cpp
    36 SOURCE      step_005_xx.cpp
    37 SOURCE      step_006_xx.cpp
    38 SOURCE      step_007_xx.cpp
    39 SOURCE      step_008_xx.cpp
    40 SOURCE      step_009_xx.cpp
    41 SOURCE      step_010_xx.cpp
    42 SOURCE      step_011_xx.cpp
    43 SOURCE      step_012_xx.cpp
    44 SOURCE      step_013_xx.cpp
    45 SOURCE      step_014_xx.cpp
    46 SOURCE      step_015_xx.cpp
    47 SOURCE      step_017_xx.cpp
    48 SOURCE      step_016_xx.cpp
    49 SOURCE      step_018_01.cpp
    50 SOURCE      step_019_01.cpp
    51 SOURCE      step_020_xx.cpp
    52 SOURCE      step_021_01.cpp
    53 SOURCE      step_022_01.cpp
    54 SOURCE      step_023_01.cpp
    55 SOURCE      step_024_xx.cpp
    56 SOURCE      step_025_xx.cpp
    57 SOURCE      step_026_xx.cpp
    58 SOURCE      step_027_xx.cpp
    59 SOURCE      step_028_xx.cpp
    60 SOURCE      step_029_xx.cpp
    61 SOURCE      step_030_xx.cpp
    62 SOURCE      t_cdu_performancetest.cpp
    63 
    64 LIBRARY     euser.lib
    65 LIBRARY     comsdbgutil.lib
    66 LIBRARY     efsrv.lib
    67 LIBRARY     tlog1.lib
    68 LIBRARY     tlog3.lib
    69 LIBRARY     tlog4.lib
    70 LIBRARY     testexecuteutils.lib
    71 
    72 // Force the library to build for release builds.
    73 // Debug builds triggered automatically by the flogger.h header file.
    74 MACRO __FLOG_SUPPRESS_REL_WARNING
    75 MACRO __FLOG_ACTIVE
    76 
    77 //MACRO SERIAL_DISPLAY
    78 
    79 SMPSAFE