sdkcreationmw/sdkruntimes/emulatorplugins/TaskManager/group/EcmtTaskManagerPlugin.mmp
changeset 0 b26acd06ea60
child 1 ac50fd48361b
equal deleted inserted replaced
-1:000000000000 0:b26acd06ea60
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Project specification for TaskManager plugins
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // These headers define the UID values
       
    20 #include "..\..\..\..\sdkconnectivityfw\emuconnectserver\Core\inc\EcmtUids.h"
       
    21 #include "..\inc\EcmtTaskManagerPluginUids.h"
       
    22 
       
    23 TARGET          EcmtTaskManagerPlugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             KECOM_DLL_UID KTASKMANAGERPLUGIN_DLL_UID
       
    26 
       
    27 #ifdef WINS
       
    28 CAPABILITY      CAP_ECOM_PLUGIN -DRM
       
    29 #else
       
    30 CAPABILITY      CAP_ECOM_PLUGIN -AllFiles -DRM
       
    31 #endif
       
    32 
       
    33 VENDORID		VID_DEFAULT
       
    34 
       
    35 SOURCEPATH	..\src
       
    36 SOURCE		EcmtTaskManagerPlugin.cpp
       
    37 SOURCE		MovingAverage.cpp
       
    38 
       
    39 USERINCLUDE	..\inc
       
    40 USERINCLUDE     ..\..\..\..\sdkconnectivityfw\emuconnectserver\Core\inc
       
    41 SYSTEMINCLUDE   \epoc32\include
       
    42 SYSTEMINCLUDE   \epoc32\include\ecom
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY		bafl.lib
       
    46 LIBRARY		efsrv.lib
       
    47 LIBRARY		hal.lib
       
    48 LIBRARY		ws32.lib
       
    49 LIBRARY		apgrfx.lib
       
    50 LIBRARY		charconv.lib
       
    51 
       
    52 SOURCEPATH	..\data
       
    53 START RESOURCE KTASKMANAGERPLUGIN_RSS
       
    54 #ifdef SYMBIAN_SECURE_ECOM
       
    55     TARGET EcmtTaskManagerPlugin.rsc
       
    56 #endif
       
    57 END