taskswitcher/teleportui/hgteleportappecom/group/hgteleportappecom.mmp
changeset 4 4d54b72983ae
parent 3 fb3763350a08
child 5 c743ef5928ba
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : hgteleportappecom.cpp
       
     4 *  Part of     : Teleport
       
     5 *  Description : Teleport application ecom plugin
       
     6 *  Version     : %version: 5 %
       
     7 *
       
     8 *  Copyright © 2009 Nokia.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../inc/hgteleportappecomconst.hrh"
       
    22 
       
    23 TARGET          hgteleportappecom.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D KHgTeleportAppPluginDllUid
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          proxy.cpp
       
    30 SOURCE          hgteleportappecom.cpp
       
    31 
       
    32 USERINCLUDE     ../inc
       
    33 USERINCLUDE     ../../trace
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 SOURCEPATH      ../data
       
    38 START RESOURCE  hgteleportappecom.rss
       
    39 TARGET          hgteleportappecom.rsc
       
    40 TARGETPATH      /resource/plugins
       
    41 END
       
    42 
       
    43 LIBRARY         euser.lib 
       
    44 LIBRARY         ecom.lib
       
    45 LIBRARY         apgrfx.lib
       
    46 LIBRARY         cone.lib
       
    47 
       
    48 DEBUGLIBRARY    flogger.lib
       
    49