ximpfw/tsrc/src/t_presencewatcherlistmngt/t_presencewatcherlistmngt.mmp
branchRCL_3
changeset 21 cfd5c2994f10
parent 20 eedf17a17c27
child 22 113b91e0a2ad
equal deleted inserted replaced
20:eedf17a17c27 21:cfd5c2994f10
    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>
       
    23 TARGET              t_presencewatcherlistmngt.dll
    21 TARGET              t_presencewatcherlistmngt.dll
    24 //CAPABILITY              ALL - TCB - DRM
       
    25 CAPABILITY      EUNIT_CAPS
       
    26 
    22 
    27 SOURCEPATH          .
    23 SOURCEPATH          .
    28 SOURCE              t_presencewatcherlistmngt.cpp
    24 SOURCE              t_presencewatcherlistmngt.cpp
    29 
    25 
    30 USERINCLUDE             ../../../core/srcdatamodel
    26 USERINCLUDE             ../../../core/srcdatamodel
    35 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencepublishing
    31 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencepublishing
    36 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceinfo
    32 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceinfo
    37 USERINCLUDE             ../../../core/srcutils
    33 USERINCLUDE             ../../../core/srcutils
    38 
    34 
    39 // TODO remove unnecessary
    35 // 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
       
    51  
       
    52  
       
    53 SYSTEMINCLUDE           ../../../inc/core/base
    36 SYSTEMINCLUDE           ../../../inc/core/base
    54 SYSTEMINCLUDE           ../../../inc/core/datamodel
    37 SYSTEMINCLUDE           ../../../inc/core/datamodel
    55 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    38 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    56 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    39 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    57 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    40 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    61 
    44 
    62 LIBRARY             ecom.lib
    45 LIBRARY             ecom.lib
    63 LIBRARY             bafl.lib
    46 LIBRARY             bafl.lib
    64 LIBRARY             ximpdatamodel.lib
    47 LIBRARY             ximpdatamodel.lib
    65 LIBRARY             presencedatamodel.lib
    48 LIBRARY             presencedatamodel.lib
    66 LIBRARY             euser.lib
       
    67 LIBRARY             ximputils.lib
    49 LIBRARY             ximputils.lib
    68 LIBRARY             eunit.lib
       
    69 LIBRARY             eunitutil.lib
       
    70 LIBRARY             estor.lib
    50 LIBRARY             estor.lib
    71 
    51 
    72 // end of file
    52 // end of file
    73 
    53 
    74 
    54