taskswitcher/backstepping/group/tsbackstepping.mmp
changeset 126 efda7c0771b9
parent 125 26079c1bb561
child 127 7b66bc3c6dc9
equal deleted inserted replaced
125:26079c1bb561 126:efda7c0771b9
     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 USERINCLUDE     ../../utils/inc
       
    31 
       
    32 SOURCEPATH     ../src
       
    33 SOURCE         tsbackstepping.cpp
       
    34 SOURCE         tsbacksteppingfilter.cpp
       
    35 SOURCE         tsbacksteppingactivation.cpp
       
    36 
       
    37 SOURCEPATH     ../../utils/src
       
    38 SOURCE        tswindowgroupsobserverbase.cpp
       
    39 SOURCE        tsidlist.cpp
       
    40 
       
    41 LIBRARY        euser.lib 
       
    42 LIBRARY        ws32.lib // for RWsSession
       
    43 LIBRARY        afactivitylauncher.lib
       
    44 LIBRARY        estor.lib
       
    45 
       
    46 DEBUGLIBRARY    flogger.lib
       
    47 
       
    48 
       
    49 SMPSAFE