tstaskmonitor/server/group/hsrunningappmonitor.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 TARGET          hsrunningappmonitor.exe
       
    18 TARGETTYPE      exe
       
    19 UID             0 0x200267B0
       
    20 
       
    21 USERINCLUDE     ../inc
       
    22 USERINCLUDE     ../../inc
       
    23 USERINCLUDE     ../../../inc
       
    24 USERINCLUDE     ../../utils/inc
       
    25 USERINCLUDE     ../../backstepping/inc
       
    26 
       
    27 MW_LAYER_SYSTEMINCLUDE 
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          main.cpp
       
    31 SOURCE          hsrunningappserver.cpp
       
    32 SOURCE          hsrunningappsession.cpp
       
    33 SOURCE          hsdataobservertask.cpp
       
    34 SOURCE          hsdataprovidertask.cpp
       
    35 SOURCE          tsdatatask.cpp
       
    36 
       
    37 SOURCE          tsrunningappstorage.cpp
       
    38 SOURCE          tsdatalist.cpp
       
    39 SOURCE          tsscreenshotprovider.cpp
       
    40 
       
    41 SOURCEPATH      ../../utils/src
       
    42 SOURCE          tsentrykey.cpp
       
    43 SOURCE          tsentrykeygenerator.cpp
       
    44 SOURCE          tsentry.cpp
       
    45 
       
    46 
       
    47 LIBRARY         euser.lib 
       
    48 LIBRARY         estor.lib
       
    49 LIBRARY         apparc.lib
       
    50 LIBRARY         ws32.lib
       
    51 LIBRARY         apgrfx.lib
       
    52 LIBRARY         fbscli.lib
       
    53 LIBRARY         bitgdi.lib
       
    54 LIBRARY         aknicon.lib
       
    55 LIBRARY         tsutils.lib
       
    56 LIBRARY         tsbackstepping.lib
       
    57 
       
    58 CAPABILITY     ALL -TCB
       
    59 EPOCHEAPSIZE   0x100000 0x600000 // 1MB - 6MB
       
    60 
       
    61 #ifdef ENABLE_ABIV2_MODE
       
    62 DEBUGGABLE_UDEBONLY
       
    63 #endif