imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencewatcherlistmngt/t_presencewatcherlistmngt.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_presencewatcherlistmngt.dll
       
    22 CAPABILITY              ALL -TCB 
       
    23 SOURCEPATH          .
       
    24 SOURCE              t_presencewatcherlistmngt.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 
       
    35 // TODO remove unnecessary
       
    36 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/base
       
    37 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/datamodel
       
    38 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolplugin
       
    39 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolpluginhost
       
    40 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencedatamodel
       
    41 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencemanagement
       
    42 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presenceprotocolplugin
       
    43 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presenceprotocolpluginhost
       
    44 
       
    45 LIBRARY             ecom.lib
       
    46 LIBRARY             bafl.lib
       
    47 LIBRARY             ximpdatamodel.lib
       
    48 LIBRARY             presencedatamodel.lib
       
    49 LIBRARY             ximputils.lib
       
    50 LIBRARY             estor.lib
       
    51 LIBRARY                 EUnit.lib
       
    52 // end of file
       
    53 
       
    54