activityfw/tsutils/group/tsutils.mmp
changeset 116 305818acdca4
parent 112 dbfb5e38438b
child 119 50e220be30d1
equal deleted inserted replaced
112:dbfb5e38438b 116:305818acdca4
     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        tsutils.dll
       
    18 TARGETTYPE    dll
       
    19 UID           0x1000008d 0x20026782
       
    20 
       
    21 CAPABILITY    CAP_GENERAL_DLL
       
    22 
       
    23 MW_LAYER_SYSTEMINCLUDE
       
    24 
       
    25 USERINCLUDE   ../inc
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 SOURCE        tsgraphicfilescalinghandler.cpp
       
    29 SOURCE        tswindowgroupsmonitor.cpp
       
    30 SOURCE        tswindowgroupsobserver.cpp
       
    31 SOURCE        tsresourcemanager.cpp
       
    32 
       
    33 LIBRARY      euser.lib
       
    34 LIBRARY      bitmaptransforms.lib
       
    35 LIBRARY      imageconversion.lib
       
    36 LIBRARY      fbscli.lib
       
    37 LIBRARY      efsrv.lib
       
    38 LIBRARY      ws32.lib
       
    39 LIBRARY      apgrfx.lib
       
    40 
       
    41 
       
    42 #ifdef ENABLE_ABIV2_MODE
       
    43 DEBUGGABLE_UDEBONLY
       
    44 #endif