ximpfw/core/group/ximpserver.mmp
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2006 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 Framework PSC Server
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../../group/ximpdlluids.hrh"
       
    21 
       
    22 TARGET                  ximpserver.exe
       
    23 TARGETTYPE              exe
       
    24 UID                     0x0     XIMP_EXE_UID_PROTOCOL_CONNECTION_SERVER
       
    25 
       
    26 CAPABILITY              CAP_SERVER
       
    27 VENDORID                VID_DEFAULT
       
    28 EPOCSTACKSIZE           0x5000 // 20KB
       
    29 SOURCEPATH              ../srcpscserver
       
    30 SOURCE                  ximpserver.cpp
       
    31 SOURCE                  ximpserversessionadapter.cpp
       
    32 SOURCE                  ximpcontextsession.cpp
       
    33 
       
    34 
       
    35 USERINCLUDE             ../srcpscserver
       
    36 USERINCLUDE             ../srcprocessor
       
    37 USERINCLUDE             ../srcoperations
       
    38 USERINCLUDE             ../../core/srcdatamodel
       
    39 USERINCLUDE             ../../presence/srcpresencedatamodel
       
    40 USERINCLUDE             ../../presence/srcpresencedatamodel/presentitygroups
       
    41 USERINCLUDE             ../../presence/srcpresencedatamodel/presencewatching
       
    42 USERINCLUDE             ../../presence/srcpresencedatamodel/presenceauthorization
       
    43 USERINCLUDE             ../../presence/srcpresencedatamodel/presencepublishing
       
    44 USERINCLUDE             ../srcutils
       
    45 SYSTEMINCLUDE           ../../inc/core/base
       
    46 SYSTEMINCLUDE           ../../inc/core/datamodel
       
    47 SYSTEMINCLUDE           ../../inc/core/protocolplugin
       
    48 
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 
       
    53 LIBRARY                 euser.lib
       
    54 LIBRARY                 estor.lib
       
    55 LIBRARY                 ecom.lib
       
    56 LIBRARY                 ximputils.lib
       
    57 LIBRARY                 ximpdatamodel.lib
       
    58 LIBRARY                 ximpprocessor.lib
       
    59 LIBRARY                 ximpoperations.lib
       
    60