tstaskmonitor/backstepping/group/tsbackstepping.mmp
changeset 102 8b8b34fa9751
parent 100 0920c6a9b6c8
child 106 e78d6e055a5b
equal deleted inserted replaced
100:0920c6a9b6c8 102:8b8b34fa9751
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET         tsbackstepping.dll
       
    19 TARGETTYPE     dll
       
    20 UID            0x1000008d  0x200267AD
       
    21 SECUREID       0x200267AD
       
    22 CAPABILITY     ALL -TCB
       
    23 
       
    24 EPOCHEAPSIZE   0x100000 0x600000 // 1MB - 6MB
       
    25 
       
    26 MW_LAYER_SYSTEMINCLUDE
       
    27 
       
    28 USERINCLUDE    ../inc
       
    29 USERINCLUDE     ../../../inc
       
    30 
       
    31 SOURCEPATH     ../src
       
    32 SOURCE         tsbackstepping.cpp
       
    33 
       
    34 LIBRARY        euser.lib 
       
    35 LIBRARY        ws32.lib // for RWsSession
       
    36 LIBRARY        apgrfx.lib // for TApaTask / TApaTasksList
       
    37 LIBRARY        tsutils.lib
       
    38 
       
    39 DEBUGLIBRARY    flogger.lib