imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_sessionmng/t_sessionmng.mmp
changeset 0 e6b17d312c8b
child 23 482d5cf4c4b4
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:
       
    15 *
       
    16 */
       
    17 
       
    18 #include            "../../tsrcutils/eunitcommon/eunittstdllbase.hrh"
       
    19 #include            "../../tsrcutils/processmaster/pm.h"
       
    20 
       
    21 TARGET              t_sessionmng.dll
       
    22 CAPABILITY              ALL -TCB 
       
    23 SOURCEPATH          .
       
    24 SOURCE              t_sessionmng.cpp
       
    25 
       
    26 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
       
    27 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel
       
    28 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presentitygroups
       
    29 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencewatching
       
    30 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceauthorization
       
    31 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencepublishing
       
    32 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceinfo
       
    33 USERINCLUDE             ../../../../../ximpfw/core/srcutils
       
    34 USERINCLUDE         ../../tsrcprotocols
       
    35 
       
    36 
       
    37 LIBRARY             ecom.lib
       
    38 LIBRARY             bafl.lib
       
    39 LIBRARY             ximpdatamodel.lib
       
    40 LIBRARY             presencedatamodel.lib
       
    41 LIBRARY                 EUnit.lib
       
    42 // end of file
       
    43 
       
    44