taskswitcher/screenshotplugin/group/tsscreenshotplugin.mmp
changeset 116 305818acdca4
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          tsscreenshotplugin.dll
       
    18 TARGETTYPE      PLUGIN 
       
    19 UID             0x10009D8D 0x200267AE
       
    20 CAPABILITY      CAP_ECOM_PLUGIN
       
    21 VENDORID        VID_DEFAULT
       
    22 
       
    23 OPTION_REPLACE  ARMCC --arm -O3 --cpu 6
       
    24 
       
    25 MW_LAYER_SYSTEMINCLUDE
       
    26 
       
    27 USERINCLUDE     ../inc
       
    28 USERINCLUDE     ../../utils/inc
       
    29 USERINCLUDE     ../../inc
       
    30 SYSTEMINCLUDE   /epoc32/include/stdapis
       
    31 SYSTEMINCLUDE   /epoc32/include/mw/qtcore
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          tsscreenshotmain.cpp
       
    35 SOURCE          tsscreenshotplugin.cpp
       
    36 SOURCE          tsorientationmonitor.cpp
       
    37 SOURCE          ../../utils/src/tsscreenshotmsg.cpp
       
    38 
       
    39 RESOURCE        tsscreenshotplugin.rss
       
    40 
       
    41 LIBRARY         ecom.lib
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         efsrv.lib
       
    44 LIBRARY         wsgraphicdrawer.lib
       
    45 LIBRARY         fbscli.lib
       
    46 LIBRARY         estor.lib
       
    47 LIBRARY         gdi.lib 
       
    48 LIBRARY         tstaskmonitorclient.lib
       
    49 LIBRARY         SensrvClient.lib
       
    50 LIBRARY         sensrvutil.lib 
       
    51 LIBRARY         centralrepository.lib
       
    52 DEBUGLIBRARY    flogger.lib