imservices/imfeatureplugin/srcimfrontend/group/imecomhook.mmp
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2007 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 definition file for IM Feature Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../../group/imdlluids.hrh"
       
    21 
       
    22 
       
    23 TARGET                  imecomhook.dll
       
    24 CAPABILITY              CAP_ECOM_PLUGIN
       
    25 TARGETTYPE              PLUGIN
       
    26 UID                     XIMP_IM_DLL_UID_ECOM_PLUGIN XIMP_DLL_UID_IM_HOOK
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 VERSION      10.0
       
    30 
       
    31 SOURCEPATH              ../srcecomhook
       
    32 START RESOURCE          imecomhook.rss
       
    33 TARGET                  imecomhook.rsc
       
    34 END
       
    35 
       
    36 
       
    37 SOURCEPATH              ../srcecomhook
       
    38 SOURCE                  imecomhook.cpp
       
    39 
       
    40 
       
    41 USERINCLUDE             ../srcecomhook
       
    42 USERINCLUDE             ../srcimmanager
       
    43 USERINCLUDE             ../../srcimdatamodel
       
    44 USERINCLUDE             ../../group
       
    45 
       
    46 
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 
       
    51 LIBRARY                 euser.lib
       
    52 LIBRARY                 immanager.lib
       
    53 LIBRARY                 ecom.lib
       
    54 
       
    55 
       
    56 
       
    57 #if defined( ARMCC )
       
    58 DEFFILE ../../eabi/ 
       
    59 #elif defined ( WINSCW )
       
    60 deffile ../../bwins/ 
       
    61 #endif