ximpfw/tsrc/src/t_presencegrouplistmngt/t_presencegrouplistmngt.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_presencegrouplistmngt.dll
    21 TARGET              t_presencegrouplistmngt.dll
    24 //CAPABILITY              ALL - TCB - DRM
       
    25 CAPABILITY      EUNIT_CAPS
       
    26 
    22 
    27 SOURCEPATH          .
    23 SOURCEPATH          .
    28 SOURCE              t_presencegrouplistmngt.cpp
    24 SOURCE              t_presencegrouplistmngt.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 
       
    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  
       
    54 SYSTEMINCLUDE           ../../../inc/core/base
    36 SYSTEMINCLUDE           ../../../inc/core/base
    55 SYSTEMINCLUDE           ../../../inc/core/datamodel
    37 SYSTEMINCLUDE           ../../../inc/core/datamodel
    56 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    38 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    57 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    39 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    58 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    40 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    63 
    45 
    64 LIBRARY             ecom.lib
    46 LIBRARY             ecom.lib
    65 LIBRARY             bafl.lib
    47 LIBRARY             bafl.lib
    66 LIBRARY             ximpdatamodel.lib
    48 LIBRARY             ximpdatamodel.lib
    67 LIBRARY             presencedatamodel.lib
    49 LIBRARY             presencedatamodel.lib
       
    50 LIBRARY             ximputils.lib
    68 LIBRARY             estor.lib
    51 LIBRARY             estor.lib
    69 LIBRARY             ximputils.lib
       
    70 LIBRARY             eunit.lib
       
    71 LIBRARY             eunitutil.lib
       
    72 LIBRARY             euser.lib
       
    73 
    52 
    74 // end of file
    53 // end of file
    75 
    54 
    76 
    55