ximpfw/tsrc/src/t_presencewatching/t_presencewatching.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_presencewatching.dll
    21 TARGET              t_presencewatching.dll
    24 //CAPABILITY              ALL - TCB - DRM
       
    25 CAPABILITY      EUNIT_CAPS
       
    26 
    22 
    27 SOURCEPATH          .
    23 SOURCEPATH          .
    28 SOURCE              t_presencewatching.cpp
    24 SOURCE              t_presencewatching.cpp
    29 
    25 
    30 
    26 
    38 USERINCLUDE             ../../../core/srcutils
    34 USERINCLUDE             ../../../core/srcutils
    39 
    35 
    40 USERINCLUDE             ../../tsrcprotocols
    36 USERINCLUDE             ../../tsrcprotocols
    41 
    37 
    42 // TODO remove unnecessary
    38 // TODO remove unnecessary
    43 
       
    44 #if defined ( OS_LAYER_SYSTEMINCLUDE )
       
    45 OS_LAYER_SYSTEMINCLUDE
       
    46 #else
       
    47 SYSTEMINCLUDE     /epoc32/include
       
    48 #endif
       
    49 
       
    50  #if defined ( APP_LAYER_SYSTEMINCLUDE )
       
    51  APP_LAYER_SYSTEMINCLUDE
       
    52  #else
       
    53  SYSTEMINCLUDE     \epoc32\include
       
    54  #endif
       
    55  
       
    56  
       
    57 SYSTEMINCLUDE           ../../../inc/core/base
    39 SYSTEMINCLUDE           ../../../inc/core/base
    58 SYSTEMINCLUDE           ../../../inc/core/datamodel
    40 SYSTEMINCLUDE           ../../../inc/core/datamodel
    59 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    41 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    60 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    42 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    61 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    43 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    68 LIBRARY             bafl.lib
    50 LIBRARY             bafl.lib
    69 LIBRARY             ximpdatamodel.lib
    51 LIBRARY             ximpdatamodel.lib
    70 LIBRARY             estor.lib
    52 LIBRARY             estor.lib
    71 LIBRARY             presencedatamodel.lib
    53 LIBRARY             presencedatamodel.lib
    72 LIBRARY             ximputils.lib
    54 LIBRARY             ximputils.lib
    73 LIBRARY             eunit.lib
    55 
    74 LIBRARY             eunitutil.lib
       
    75 LIBRARY             euser.lib
       
    76 
    56 
    77 // end of file
    57 // end of file
    78 
    58 
    79 
    59