sdkcreationmw/sdkruntimes/emulatorplugins/SEIagent/group/EcmtSeiAgentPlugin.mmp
changeset 0 b26acd06ea60
child 1 ac50fd48361b
equal deleted inserted replaced
-1:000000000000 0:b26acd06ea60
       
     1 /*
       
     2 * Copyright (c) 2005 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:  SEI Agent Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // These headers define the UID values
       
    20 #include "..\..\..\Core\inc\EcmtUids.h"
       
    21 #include "..\inc\EcmtSeiAgentPluginUids.h"
       
    22 
       
    23 TARGET          EcmtSeiAgentPlugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             KECOM_DLL_UID KSEIAGENTPLUGIN_DLL_UID
       
    26 CAPABILITY		CAP_ECOM_PLUGIN PowerMgmt
       
    27 VENDORID		VID_DEFAULT
       
    28 
       
    29 SOURCEPATH	..\src
       
    30 SOURCE		EcmtSeiAgentPlugin.cpp
       
    31 
       
    32 
       
    33 USERINCLUDE	..\inc
       
    34 USERINCLUDE     ..\..\..\Core\inc
       
    35 SYSTEMINCLUDE   \epoc32\include
       
    36 SYSTEMINCLUDE   \epoc32\include\ecom
       
    37 
       
    38 LIBRARY     euser.lib
       
    39 LIBRARY		bafl.lib
       
    40 LIBRARY		efsrv.lib
       
    41 LIBRARY		charconv.lib
       
    42 LIBRARY     insock.lib
       
    43 LIBRARY     esock.lib
       
    44 LIBRARY		flogger.lib
       
    45 
       
    46 SOURCEPATH	..\data
       
    47 START RESOURCE KSEIAGENTPLUGIN_RSS
       
    48 #ifdef SYMBIAN_SECURE_ECOM
       
    49     TARGET EcmtSeiAgentPlugin.rsc
       
    50 #endif
       
    51 END