taskswitcher/taskswitcherui/taskswitcherappecom/group/tsappecom.mmp
changeset 4 4d54b72983ae
child 88 3321d3e205b6
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
       
     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:  Taskswitcher application ecom plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../inc/tsappecomconst.hrh"
       
    22 
       
    23 TARGET          tsappecom.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D KTsAppPluginDllUid
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          proxy.cpp
       
    30 SOURCE          tsappecom.cpp
       
    31 
       
    32 USERINCLUDE     ../inc
       
    33 USERINCLUDE     ../../trace
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 SOURCEPATH      ../data
       
    38 START RESOURCE tsappecom.rss
       
    39 	TARGET tsappecom.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