ximpfw/tsrc/src/t_presencewatching/t_presencewatching.mmp
branchRCL_3
changeset 22 113b91e0a2ad
parent 21 cfd5c2994f10
equal deleted inserted replaced
21:cfd5c2994f10 22:113b91e0a2ad
    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_presencewatching.dll
    23 TARGET              t_presencewatching.dll
       
    24 //CAPABILITY              ALL - TCB - DRM
       
    25 CAPABILITY      EUNIT_CAPS
    22 
    26 
    23 SOURCEPATH          .
    27 SOURCEPATH          .
    24 SOURCE              t_presencewatching.cpp
    28 SOURCE              t_presencewatching.cpp
    25 
    29 
    26 
    30 
    34 USERINCLUDE             ../../../core/srcutils
    38 USERINCLUDE             ../../../core/srcutils
    35 
    39 
    36 USERINCLUDE             ../../tsrcprotocols
    40 USERINCLUDE             ../../tsrcprotocols
    37 
    41 
    38 // TODO remove unnecessary
    42 // 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  
    39 SYSTEMINCLUDE           ../../../inc/core/base
    57 SYSTEMINCLUDE           ../../../inc/core/base
    40 SYSTEMINCLUDE           ../../../inc/core/datamodel
    58 SYSTEMINCLUDE           ../../../inc/core/datamodel
    41 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    59 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    42 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    60 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    43 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    61 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    50 LIBRARY             bafl.lib
    68 LIBRARY             bafl.lib
    51 LIBRARY             ximpdatamodel.lib
    69 LIBRARY             ximpdatamodel.lib
    52 LIBRARY             estor.lib
    70 LIBRARY             estor.lib
    53 LIBRARY             presencedatamodel.lib
    71 LIBRARY             presencedatamodel.lib
    54 LIBRARY             ximputils.lib
    72 LIBRARY             ximputils.lib
    55 
    73 LIBRARY             eunit.lib
       
    74 LIBRARY             eunitutil.lib
       
    75 LIBRARY             euser.lib
    56 
    76 
    57 // end of file
    77 // end of file
    58 
    78 
    59 
    79