imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencewatcherlistmngt/t_presencewatcherlistmngt.mmp
branchRCL_3
changeset 23 482d5cf4c4b4
parent 0 e6b17d312c8b
equal deleted inserted replaced
22:113b91e0a2ad 23:482d5cf4c4b4
    16 */
    16 */
    17 
    17 
    18 #include            "../../tsrcutils/eunitcommon/eunittstdllbase.hrh"
    18 #include            "../../tsrcutils/eunitcommon/eunittstdllbase.hrh"
    19 #include            "../../tsrcutils/processmaster/pm.h"
    19 #include            "../../tsrcutils/processmaster/pm.h"
    20 
    20 
       
    21 #include<platform_paths.hrh>
       
    22 #include<eunitcaps.h>
    21 TARGET              t_presencewatcherlistmngt.dll
    23 TARGET              t_presencewatcherlistmngt.dll
    22 CAPABILITY              ALL -TCB 
    24 //CAPABILITY              ALL - TCB - DRM
       
    25 CAPABILITY      EUNIT_CAPS
       
    26 
    23 SOURCEPATH          .
    27 SOURCEPATH          .
    24 SOURCE              t_presencewatcherlistmngt.cpp
    28 SOURCE              t_presencewatcherlistmngt.cpp
    25 
    29 
    26 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
    30 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
    27 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel
    31 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel
    31 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencepublishing
    35 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencepublishing
    32 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceinfo
    36 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceinfo
    33 USERINCLUDE             ../../../../../ximpfw/core/srcutils
    37 USERINCLUDE             ../../../../../ximpfw/core/srcutils
    34 
    38 
    35 // TODO remove unnecessary
    39 // TODO remove unnecessary
       
    40 #if defined ( OS_LAYER_SYSTEMINCLUDE )
       
    41 OS_LAYER_SYSTEMINCLUDE
       
    42 #else
       
    43 SYSTEMINCLUDE     /epoc32/include
       
    44 #endif
       
    45 
       
    46  #if defined ( APP_LAYER_SYSTEMINCLUDE )
       
    47  APP_LAYER_SYSTEMINCLUDE
       
    48  #else
       
    49  SYSTEMINCLUDE     \epoc32\include
       
    50  #endif
    36 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/base
    51 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/base
    37 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/datamodel
    52 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/datamodel
    38 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolplugin
    53 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolplugin
    39 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolpluginhost
    54 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolpluginhost
    40 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencedatamodel
    55 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencedatamodel
    44 
    59 
    45 LIBRARY             ecom.lib
    60 LIBRARY             ecom.lib
    46 LIBRARY             bafl.lib
    61 LIBRARY             bafl.lib
    47 LIBRARY             ximpdatamodel.lib
    62 LIBRARY             ximpdatamodel.lib
    48 LIBRARY             presencedatamodel.lib
    63 LIBRARY             presencedatamodel.lib
       
    64 LIBRARY             euser.lib
    49 LIBRARY             ximputils.lib
    65 LIBRARY             ximputils.lib
       
    66 LIBRARY             eunit.lib
       
    67 LIBRARY             eunitutil.lib
    50 LIBRARY             estor.lib
    68 LIBRARY             estor.lib
    51 LIBRARY                 EUnit.lib
    69 
    52 // end of file
    70 // end of file
    53 
    71 
    54 
    72