sdkcreationmw/sdkruntimes/emulatorplugins/EventSim/group/EcmtEventSimPlugin.mmp
changeset 0 b26acd06ea60
child 1 ac50fd48361b
equal deleted inserted replaced
-1:000000000000 0:b26acd06ea60
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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 EcmtEventSim plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 // These headers define the UID values
       
    21 #include "..\..\..\..\sdkconnectivityfw\emuconnectserver\Core\inc\EcmtUids.h"
       
    22 #include "..\inc\EcmtEventSimPluginUids.h"
       
    23 
       
    24 TARGET          EcmtEventSimPlugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             KECOM_DLL_UID KEVENTSIMPLUGIN_DLL_UID
       
    27 CAPABILITY      CAP_ECOM_PLUGIN -CommDD -MultimediaDD -SurroundingsDD -TrustedUI -DRM -NetworkControl
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH	..\src
       
    31 SOURCE		EcmtEventSimPlugin.cpp
       
    32 SOURCE		EventWrapper.cpp
       
    33 SOURCE		EcmtMMCEvent.cpp
       
    34 SOURCE 		WinsDrives.cpp
       
    35 
       
    36 //MMC
       
    37 USERINCLUDE     ..\..\Common\inc
       
    38 SOURCEPATH      ..\..\Common\src
       
    39 SOURCE	        ecmtfile.cpp
       
    40 SOURCE		EcmtSeekFile.cpp
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE   \epoc32\include\ecom
       
    44 USERINCLUDE     ..\inc
       
    45 USERINCLUDE     ..\..\..\..\sdkconnectivityfw\emuconnectserver\Core\inc
       
    46 USERINCLUDE     ..\..\..\..\..\Ecmt\osutils\inc
       
    47 USERINCLUDE     \s60\osext\systemswextensions\dosservices\dosserver\inc
       
    48 
       
    49 LIBRARY euser.lib
       
    50 LIBRARY AlarmClient.lib
       
    51 LIBRARY AlarmShared.lib
       
    52 LIBRARY efsrv.lib //for fileserver
       
    53 LIBRARY DSClient.lib // for dos client
       
    54 LIBRARY DSClientDOS.lib// for dos event sender
       
    55 LIBRARY PhoneClient.lib
       
    56 LIBRARY charconv.lib // for CnvUtfConverter
       
    57 LIBRARY EcmtOsUtils.lib
       
    58 LIBRARY SysUtil.lib
       
    59 
       
    60 LIBRARY	accclient.lib
       
    61 LIBRARY	acccontrol.lib
       
    62 LIBRARY	accpolicy.lib
       
    63 LIBRARY accsrvutil.lib
       
    64 LIBRARY	accpolcom.lib
       
    65 LIBRARY	CONE.LIB  
       
    66 LIBRARY EIKCORE.LIB 
       
    67 LIBRARY	ws32.lib 
       
    68 
       
    69 
       
    70 SOURCEPATH  ..\data
       
    71 START RESOURCE KEVENTSIMPLUGIN_RSS
       
    72 #ifdef SYMBIAN_SECURE_ECOM
       
    73     TARGET EcmtEventSimPlugin.rsc
       
    74 #endif
       
    75 END
       
    76 
       
    77 START WINS
       
    78 win32_library   user32.lib	
       
    79 END