imservices/imfeatureplugin/srcimprocessor/group/improcessor.mmp
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2008 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                  improcessor.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     XIMP_IM_DLL_UID_STATIC_INTERFACE XIMP_DLL_UID_IM_PROCESSOR     
       
    26 
       
    27 CAPABILITY              CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 VERSION      10.0
       
    31 
       
    32 SOURCEPATH              ../../srcimprocessor
       
    33 SOURCE                  protocoldatahostimp.cpp
       
    34 SOURCE					protocolimdatahostimp.cpp
       
    35 
       
    36 SOURCEPATH              ../imconversationdatahost
       
    37 SOURCE                  protocolimconversationdatahostimp.cpp
       
    38 
       
    39 SOURCEPATH              ../../srcutils
       
    40 SOURCE                   imlogutils.cpp
       
    41 
       
    42 
       
    43 
       
    44 USERINCLUDE             ../../group
       
    45 USERINCLUDE             ../../srcimprocessor
       
    46 USERINCLUDE             ../../srcimoperations
       
    47 USERINCLUDE             ../../srcimdatamodel
       
    48 USERINCLUDE             ../../srcutils
       
    49 USERINCLUDE             ../imconversationdatahost
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 
       
    54 LIBRARY                 euser.lib
       
    55 LIBRARY                 ecom.lib
       
    56 LIBRARY                 estor.lib
       
    57 LIBRARY                 centralrepository.lib
       
    58 LIBRARY                 bafl.lib
       
    59 LIBRARY                 ximputils.lib
       
    60 LIBRARY                 ximpdatamodel.lib
       
    61 LIBRARY                 imdatamodel.lib
       
    62 LIBRARY					flogger.lib
       
    63 
       
    64 //EXPORTUNFROZEN
       
    65 
       
    66 #if defined( ARMCC )
       
    67 DEFFILE ../../eabi/ 
       
    68 #elif defined ( WINSCW )
       
    69 deffile ../../bwins/ 
       
    70 #endif
       
    71 
       
    72 // End of file