sdkcreationmw/sdkruntimes/emulatorplugins/SimPsy/group/EcmtSimPsyPlugin.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 simulation PSY plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // These headers define the UID values
       
    20 #include "..\..\..\Core\inc\EcmtUids.h"
       
    21 #include "..\inc\EcmtSimPsyPluginUids.h"
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 TARGET          EcmtSimPsyPlugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             KECOM_DLL_UID KSIMPSYPLUGIN_DLL_UID
       
    27 CAPABILITY		CAP_ECOM_PLUGIN
       
    28 VENDORID		VID_DEFAULT
       
    29 
       
    30 SOURCEPATH	..\src
       
    31 SOURCE		EcmtSimPsyPlugin.cpp
       
    32 
       
    33 USERINCLUDE	..\inc
       
    34 USERINCLUDE     ..\..\..\Core\inc
       
    35 SYSTEMINCLUDE   \epoc32\include
       
    36 SYSTEMINCLUDE   \epoc32\include\ecom
       
    37 SYSTEMINCLUDE   \epoc32\include\oem
       
    38 
       
    39 LIBRARY         euser.lib
       
    40 LIBRARY		eposplugset.lib
       
    41 LIBRARY		efsrv.lib
       
    42 
       
    43 SOURCEPATH	..\data
       
    44 START RESOURCE KSIMPSYPLUGIN_RSS
       
    45 #ifdef SYMBIAN_SECURE_ECOM
       
    46     TARGET EcmtSimPsyPlugin.rsc
       
    47 #endif
       
    48 END