imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presencepublishing/t_presencepublishing.mmp
branchRCL_3
changeset 44 482d5cf4c4b4
parent 0 e6b17d312c8b
child 50 338724211739
equal deleted inserted replaced
43:113b91e0a2ad 44:482d5cf4c4b4
    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 
    21 TARGET              t_presencepublishing.dll
    24 TARGET              t_presencepublishing.dll
    22 CAPABILITY              ALL -TCB 
    25 //CAPABILITY              ALL - TCB - DRM
       
    26 CAPABILITY      EUNIT_CAPS
       
    27 
    23 SOURCEPATH          .
    28 SOURCEPATH          .
    24 SOURCE              t_presencepublishing.cpp
    29 SOURCE              t_presencepublishing.cpp
    25 
    30 
    26 
    31 
    27 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
    32 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
    32 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencepublishing
    37 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencepublishing
    33 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceinfo
    38 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceinfo
    34 USERINCLUDE             ../../../../../ximpfw/core/srcutils
    39 USERINCLUDE             ../../../../../ximpfw/core/srcutils
    35 
    40 
    36 // TODO remove unnecessary
    41 // TODO remove unnecessary
       
    42 #if defined ( OS_LAYER_SYSTEMINCLUDE )
       
    43 OS_LAYER_SYSTEMINCLUDE
       
    44 #else
       
    45 SYSTEMINCLUDE     /epoc32/include
       
    46 #endif
       
    47 
       
    48  #if defined ( APP_LAYER_SYSTEMINCLUDE )
       
    49  APP_LAYER_SYSTEMINCLUDE
       
    50  #else
       
    51  SYSTEMINCLUDE     \epoc32\include
       
    52  #endif
    37 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/base
    53 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/base
    38 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/datamodel
    54 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/datamodel
    39 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolplugin
    55 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolplugin
    40 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolpluginhost
    56 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolpluginhost
    41 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencedatamodel
    57 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencedatamodel
    45 
    61 
    46 LIBRARY             ecom.lib
    62 LIBRARY             ecom.lib
    47 LIBRARY             bafl.lib
    63 LIBRARY             bafl.lib
    48 LIBRARY             ximpdatamodel.lib
    64 LIBRARY             ximpdatamodel.lib
    49 LIBRARY             presencedatamodel.lib
    65 LIBRARY             presencedatamodel.lib
       
    66 LIBRARY             estor.lib
       
    67 LIBRARY             ximputils.lib
    50 LIBRARY                 EUnit.lib
    68 LIBRARY                 EUnit.lib
       
    69 LIBRARY             eunitutil.lib
       
    70 LIBRARY             euser.lib
    51 // end of file
    71 // end of file
    52 
    72 
    53 
    73