ximpfw/presence/group/presencecacheecomhook.mmp
changeset 51 61fad867f68e
child 36 4d2d69762e13
equal deleted inserted replaced
-1:000000000000 51:61fad867f68e
       
     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 ECom Hook
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "presencedlluids.hrh"
       
    21 
       
    22 
       
    23 TARGET                  presencecacheecomhook.dll
       
    24 CAPABILITY              CAP_ECOM_PLUGIN
       
    25 TARGETTYPE              PLUGIN
       
    26 UID                     XIMP_PRESENCE_DLL_UID_ECOM_PLUGIN XIMP_DLL_UID_PRESENCE_CACHE_HOOK
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 
       
    30 SOURCEPATH              ../srcpresencecache/presencecacheecomhook
       
    31 START RESOURCE          presencecacheecomhook.rss
       
    32 TARGET                  presencecacheecomhook.rsc
       
    33 END
       
    34 
       
    35 
       
    36 SOURCEPATH              ../srcpresencecache/presencecacheecomhook
       
    37 SOURCE                  presencecacheecomhook.cpp
       
    38 
       
    39 
       
    40 USERINCLUDE             ../srcpresencecache/presencecacheecomhook
       
    41 USERINCLUDE             ../srcpresencecache/presencecacheclient
       
    42 USERINCLUDE             ../srcpresencecache/presencecacheserver
       
    43 USERINCLUDE             ../srcpresencedatamodel
       
    44 USERINCLUDE             .
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 
       
    49 LIBRARY                 euser.lib
       
    50 LIBRARY                 presencecacheclient.lib
       
    51 LIBRARY                 ecom.lib
       
    52 
       
    53 #if defined( ARMCC )
       
    54 DEFFILE ../eabi/ 
       
    55 #elif defined ( WINSCW )
       
    56 deffile ../bwins/ 
       
    57 #endif
       
    58