ximpfw/core/group/ximprootserver.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 Root Server
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../../group/ximpdlluids.hrh"
       
    21 
       
    22 
       
    23 TARGET                  ximprootserver.exe
       
    24 TARGETTYPE              exe
       
    25 UID                     0x0     XIMP_EXE_UID_ROOT_SERVER
       
    26 
       
    27 CAPABILITY              CAP_SERVER
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../srcrootserver
       
    31 SOURCE                  ximprootserver.cpp
       
    32 SOURCE                  ximprootserversessionadapter.cpp
       
    33 SOURCE                  ximprootsession.cpp
       
    34 
       
    35 USERINCLUDE             ../srcrootserver
       
    36 USERINCLUDE             ../srcprocessor
       
    37 USERINCLUDE             ../srcoperations
       
    38 USERINCLUDE             ../srcutils
       
    39 SYSTEMINCLUDE           ../../inc/core/base
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 
       
    43 LIBRARY                 euser.lib
       
    44 LIBRARY                 ecom.lib
       
    45 LIBRARY                 ximputils.lib
       
    46 LIBRARY                 ximpprocessor.lib
       
    47 LIBRARY                 ximpoperations.lib