presencecache/presencecachesymbian/presencecacheserver2/group/presencecacheserver2.mmp
changeset 40 b46a585f6909
child 81 640d30f4fb64
equal deleted inserted replaced
37:fd64c38c277d 40:b46a585f6909
       
     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 Presence Cache Server
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../../group/presencecacheuids.hrh"
       
    21 
       
    22 
       
    23 TARGET                  presencecacheserver2.exe
       
    24 TARGETTYPE              exe
       
    25 UID                     PRESENCECACHE_DLL_UID_STATIC PRESENCECACHE_DLL_UID_SERVER
       
    26 
       
    27 CAPABILITY              CAP_SERVER
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                  presencecacheserver.cpp
       
    33 SOURCE                  presencecachesession.cpp
       
    34 SOURCE                  presencecachebuddystore.cpp
       
    35 SOURCE                  presencecacheservicestore.cpp presencecacheevent.cpp 
       
    36 SOURCE                  presencecacheexpiry.cpp
       
    37 
       
    38 USERINCLUDE             ../inc
       
    39 USERINCLUDE             ../../inc
       
    40 USERINCLUDE             ../../../inc
       
    41 USERINCLUDE             ../../presencecacheutils/inc
       
    42 USERINCLUDE ../../presence_cache_api/inc 
       
    43 
       
    44 SYSTEMINCLUDE           /epoc32/include/ecom
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 // SYSTEMINCLUDE ../../presence_cache_api/inc  
       
    47 
       
    48 
       
    49 LIBRARY             	euser.lib
       
    50 LIBRARY                 flogger.lib
       
    51 LIBRARY                 estor.lib   // streams
       
    52 LIBRARY                 ecom.lib
       
    53 
       
    54 LIBRARY                 presencecacheutils.lib
       
    55 
       
    56 // End of file
       
    57