imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencepublishing/t_presencepublishing.mmp
changeset 51 61fad867f68e
equal deleted inserted replaced
-1:000000000000 51:61fad867f68e
       
     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 #include<platform_paths.hrh>
       
    22 #include<eunitcaps.h>
       
    23 
       
    24 TARGET              t_presencepublishing.dll
       
    25 //CAPABILITY              ALL - TCB - DRM
       
    26 CAPABILITY      EUNIT_CAPS
       
    27 
       
    28 SOURCEPATH          .
       
    29 SOURCE              t_presencepublishing.cpp
       
    30 
       
    31 
       
    32 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
       
    33 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel
       
    34 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presentitygroups
       
    35 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencewatching
       
    36 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceauthorization
       
    37 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencepublishing
       
    38 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceinfo
       
    39 USERINCLUDE             ../../../../../ximpfw/core/srcutils
       
    40 
       
    41 // TODO remove unnecessary
       
    42 #if defined ( OS_LAYER_SYSTEMINCLUDE )
       
    43 OS_LAYER_SYSTEMINCLUDE
       
    44 #else
       
    45 SYSTEMINCLUDE     /epoc32/include
       
    46 #endif
       
    47 
       
    48  #if defined ( APP_LAYER_SYSTEMINCLUDE )
       
    49  APP_LAYER_SYSTEMINCLUDE
       
    50  #else
       
    51  SYSTEMINCLUDE     \epoc32\include
       
    52  #endif
       
    53 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/base
       
    54 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/datamodel
       
    55 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolplugin
       
    56 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolpluginhost
       
    57 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencedatamodel
       
    58 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencemanagement
       
    59 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presenceprotocolplugin
       
    60 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presenceprotocolpluginhost
       
    61 
       
    62 LIBRARY             ecom.lib
       
    63 LIBRARY             bafl.lib
       
    64 LIBRARY             ximpdatamodel.lib
       
    65 LIBRARY             presencedatamodel.lib
       
    66 LIBRARY             estor.lib
       
    67 LIBRARY             ximputils.lib
       
    68 LIBRARY                 EUnit.lib
       
    69 LIBRARY             eunitutil.lib
       
    70 LIBRARY             euser.lib
       
    71 // end of file
       
    72 
       
    73