imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_presenceall/t_presenceall.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>
    21 TARGET              t_presenceall.dll
    23 TARGET              t_presenceall.dll
    22 CAPABILITY              ALL -TCB  
    24 //CAPABILITY              ALL - TCB - DRM
       
    25 CAPABILITY      EUNIT_CAPS
       
    26 
    23 SOURCEPATH          .
    27 SOURCEPATH          .
    24 SOURCE              t_presenceall.cpp
    28 SOURCE              t_presenceall.cpp
    25 
    29 
    26 
    30 
    27 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
    31 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
    31 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceauthorization
    35 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceauthorization
    32 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencepublishing
    36 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencepublishing
    33 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceinfo
    37 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceinfo
    34 USERINCLUDE             ../../../../../ximpfw/core/srcutils
    38 USERINCLUDE             ../../../../../ximpfw/core/srcutils
    35 
    39 
       
    40 #if defined ( OS_LAYER_SYSTEMINCLUDE )
       
    41 OS_LAYER_SYSTEMINCLUDE
       
    42 #else
       
    43 SYSTEMINCLUDE     /epoc32/include
       
    44 #endif
       
    45 
       
    46  #if defined ( APP_LAYER_SYSTEMINCLUDE )
       
    47  APP_LAYER_SYSTEMINCLUDE
       
    48  #else
       
    49  SYSTEMINCLUDE     \epoc32\include
       
    50  #endif
    36 LIBRARY             ecom.lib
    51 LIBRARY             ecom.lib
    37 LIBRARY             bafl.lib
    52 LIBRARY             bafl.lib
    38 LIBRARY             ximpdatamodel.lib
    53 LIBRARY             ximpdatamodel.lib
    39 LIBRARY             presencedatamodel.lib
    54 LIBRARY             presencedatamodel.lib
    40 LIBRARY             estor.lib
    55 LIBRARY             estor.lib
    41 LIBRARY             ximputils.lib
    56 LIBRARY             ximputils.lib
    42 LIBRARY             eunit.lib
    57 LIBRARY             eunit.lib
       
    58 LIBRARY             eunitutil.lib
       
    59 LIBRARY             euser.lib
    43 
    60 
    44 // end of file
    61 // end of file
    45 
    62 
    46 
    63