htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group/HtiScreenshotServicePlugin.mmp
branchRCL_3
changeset 43 48060abbbeaf
parent 42 d40e813b23c0
child 45 b3cee849fa46
equal deleted inserted replaced
42:d40e813b23c0 43:48060abbbeaf
     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:  HTI service plugin for taking screenshot.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../../symbian_version.hrh"
       
    21 
       
    22 TARGET          HtiScreenshotServicePlugin.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 
       
    25 // ECom Dll recognition UID followed by the unique UID for this dll
       
    26 UID             0x10009D8D 0x1020DEC2
       
    27 
       
    28 VENDORID        0x101FB657
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          proxy.cpp
       
    34 SOURCE          HtiScreenshotServicePlugin.cpp
       
    35 SOURCE          HtiTextRcg.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 START RESOURCE  ../data/1020DEC2.rss
       
    41 TARGET          HtiScreenshotServicePlugin.rsc
       
    42 END
       
    43 
       
    44 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
       
    45 LIBRARY         alfclient.lib
       
    46 #endif
       
    47 LIBRARY         avkon.lib
       
    48 LIBRARY         bitgdi.lib
       
    49 LIBRARY         ecom.lib
       
    50 LIBRARY         efsrv.lib
       
    51 LIBRARY         egul.lib
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         ezlib.lib
       
    54 LIBRARY         fbscli.lib
       
    55 LIBRARY         gdi.lib
       
    56 LIBRARY         hal.lib
       
    57 LIBRARY         imageconversion.lib
       
    58 LIBRARY         ws32.lib
       
    59 LIBRARY         flogger.lib
       
    60 LIBRARY         apgrfx.lib
       
    61 
       
    62 SMPSAFE
       
    63 
       
    64 // End of file