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