imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_sessionmng/t_sessionmng.mmp
branchRCL_3
changeset 23 482d5cf4c4b4
parent 0 e6b17d312c8b
equal deleted inserted replaced
22:113b91e0a2ad 23: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_sessionmng.dll
    23 TARGET              t_sessionmng.dll
    22 CAPABILITY              ALL -TCB 
    24 CAPABILITY      EUNIT_CAPS
       
    25 
    23 SOURCEPATH          .
    26 SOURCEPATH          .
    24 SOURCE              t_sessionmng.cpp
    27 SOURCE              t_sessionmng.cpp
    25 
    28 
    26 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
    29 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
    27 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel
    30 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel
    31 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencepublishing
    34 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencepublishing
    32 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceinfo
    35 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceinfo
    33 USERINCLUDE             ../../../../../ximpfw/core/srcutils
    36 USERINCLUDE             ../../../../../ximpfw/core/srcutils
    34 USERINCLUDE         ../../tsrcprotocols
    37 USERINCLUDE         ../../tsrcprotocols
    35 
    38 
       
    39 #if defined ( OS_LAYER_SYSTEMINCLUDE )
       
    40 OS_LAYER_SYSTEMINCLUDE
       
    41 #else
       
    42 SYSTEMINCLUDE     /epoc32/include
       
    43 #endif
    36 
    44 
       
    45  #if defined ( APP_LAYER_SYSTEMINCLUDE )
       
    46  APP_LAYER_SYSTEMINCLUDE
       
    47  #else
       
    48  SYSTEMINCLUDE     \epoc32\include
       
    49  #endif
    37 LIBRARY             ecom.lib
    50 LIBRARY             ecom.lib
    38 LIBRARY             bafl.lib
    51 LIBRARY             bafl.lib
    39 LIBRARY             ximpdatamodel.lib
    52 LIBRARY             ximpdatamodel.lib
    40 LIBRARY             presencedatamodel.lib
    53 LIBRARY             presencedatamodel.lib
       
    54 LIBRARY             estor.lib
       
    55 LIBRARY             ximputils.lib
    41 LIBRARY                 EUnit.lib
    56 LIBRARY                 EUnit.lib
       
    57 LIBRARY             eunitutil.lib
       
    58 LIBRARY             euser.lib
    42 // end of file
    59 // end of file
    43 
    60 
    44 
    61