htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group/HtiScreenshotServicePlugin.mmp
branchRCL_3
changeset 18 454d022d514b
parent 0 d6fe6244b863
equal deleted inserted replaced
14:404ad6c9bc20 18:454d022d514b
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
       
    20 #include "../../../symbian_version.hrh"
    20 
    21 
    21 TARGET          HtiScreenshotServicePlugin.dll
    22 TARGET          HtiScreenshotServicePlugin.dll
    22 TARGETTYPE      PLUGIN
    23 TARGETTYPE      PLUGIN
    23 
    24 
    24 // ECom Dll recognition UID followed by the unique UID for this dll
    25 // ECom Dll recognition UID followed by the unique UID for this dll
    38 
    39 
    39 START RESOURCE  ../data/1020DEC2.rss
    40 START RESOURCE  ../data/1020DEC2.rss
    40 TARGET          HtiScreenshotServicePlugin.rsc
    41 TARGET          HtiScreenshotServicePlugin.rsc
    41 END
    42 END
    42 
    43 
    43 LIBRARY         avkon.lib  // AknUtils for font handling
    44 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
       
    45 LIBRARY         alfclient.lib
       
    46 #endif
       
    47 LIBRARY         avkon.lib
    44 LIBRARY         bitgdi.lib
    48 LIBRARY         bitgdi.lib
    45 LIBRARY         ecom.lib
    49 LIBRARY         ecom.lib
    46 LIBRARY         efsrv.lib
    50 LIBRARY         efsrv.lib
    47 LIBRARY         egul.lib
    51 LIBRARY         egul.lib
    48 LIBRARY         euser.lib
    52 LIBRARY         euser.lib
    51 LIBRARY         gdi.lib
    55 LIBRARY         gdi.lib
    52 LIBRARY         hal.lib
    56 LIBRARY         hal.lib
    53 LIBRARY         imageconversion.lib
    57 LIBRARY         imageconversion.lib
    54 LIBRARY         ws32.lib
    58 LIBRARY         ws32.lib
    55 LIBRARY         flogger.lib
    59 LIBRARY         flogger.lib
       
    60 LIBRARY         apgrfx.lib
    56 
    61 
    57 SMPSAFE
    62 SMPSAFE
    58 
    63 
    59 // End of file
    64 // End of file