htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group/HtiScreenshotServicePlugin.mmp
changeset 0 d6fe6244b863
child 11 4df3a095718c
child 18 454d022d514b
equal deleted inserted replaced
-1:000000000000 0:d6fe6244b863
       
     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 
       
    21 TARGET          HtiScreenshotServicePlugin.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID             0x10009D8D 0x1020DEC2
       
    26 
       
    27 VENDORID        0x101FB657
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          proxy.cpp
       
    33 SOURCE          HtiScreenshotServicePlugin.cpp
       
    34 SOURCE          HtiTextRcg.cpp
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 START RESOURCE  ../data/1020DEC2.rss
       
    40 TARGET          HtiScreenshotServicePlugin.rsc
       
    41 END
       
    42 
       
    43 LIBRARY         avkon.lib  // AknUtils for font handling
       
    44 LIBRARY         bitgdi.lib
       
    45 LIBRARY         ecom.lib
       
    46 LIBRARY         efsrv.lib
       
    47 LIBRARY         egul.lib
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         ezlib.lib
       
    50 LIBRARY         fbscli.lib
       
    51 LIBRARY         gdi.lib
       
    52 LIBRARY         hal.lib
       
    53 LIBRARY         imageconversion.lib
       
    54 LIBRARY         ws32.lib
       
    55 LIBRARY         flogger.lib
       
    56 
       
    57 SMPSAFE
       
    58 
       
    59 // End of file