imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_utils/t_utils.mmp
branchRCL_3
changeset 44 482d5cf4c4b4
parent 0 e6b17d312c8b
child 50 338724211739
equal deleted inserted replaced
43:113b91e0a2ad 44:482d5cf4c4b4
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include            "../../tsrcutils/eunitcommon/eunittstdllbase.hrh"
    18 #include            "../../tsrcutils/eunitcommon/eunittstdllbase.hrh"
       
    19 #include            "../../tsrcutils/processmaster/pm.h"
    19 
    20 
       
    21 #include<platform_paths.hrh>
       
    22 #include<eunitcaps.h>
    20 TARGET              t_utils.dll
    23 TARGET              t_utils.dll
    21 CAPABILITY              ALL -TCB 
    24 CAPABILITY      EUNIT_CAPS
       
    25 
    22 SOURCEPATH          .
    26 SOURCEPATH          .
    23 SOURCE              t_utils.cpp
    27 SOURCE              t_utils.cpp
    24 
    28 
    25 #include "../../tsrcutils/processmaster/pm.h"
    29 
    26 
    30 
    27 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
    31 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
    28 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel
    32 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel
    29 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presentitygroups
    33 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presentitygroups
    30 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencewatching
    34 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencewatching
    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 
    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
    37 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/base
    52 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/base
    38 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/datamodel
    53 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/datamodel
    39 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolplugin
    54 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolplugin
    40 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolpluginhost
    55 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolpluginhost
    41 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencedatamodel
    56 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencedatamodel
    45 
    60 
    46 
    61 
    47 LIBRARY             ecom.lib
    62 LIBRARY             ecom.lib
    48 LIBRARY             bafl.lib
    63 LIBRARY             bafl.lib
    49 LIBRARY             ximpdatamodel.lib
    64 LIBRARY             ximpdatamodel.lib
       
    65 LIBRARY             presencedatamodel.lib
       
    66 LIBRARY             estor.lib
    50 LIBRARY             ximputils.lib
    67 LIBRARY             ximputils.lib
    51 LIBRARY                 EUnit.lib
    68 LIBRARY                 EUnit.lib
       
    69 LIBRARY             eunitutil.lib
       
    70 LIBRARY             euser.lib
    52 // end of file
    71 // end of file
    53 
    72 
    54 
    73