ximpfw/tsrc/src/t_utils/t_utils.mmp
branchRCL_3
changeset 21 cfd5c2994f10
parent 20 eedf17a17c27
child 22 113b91e0a2ad
equal deleted inserted replaced
20:eedf17a17c27 21:cfd5c2994f10
    14 * Description: XIMP Framework Test Code 
    14 * Description: XIMP Framework Test Code 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include            "../../tsrcutils/eunitcommon/eunittstdllbase.hrh"
    18 #include            "../../tsrcutils/eunitcommon/eunittstdllbase.hrh"
    19 #include            "../../tsrcutils/processmaster/pm.h"
       
    20 
    19 
    21 #include<platform_paths.hrh>
       
    22 #include<eunitcaps.h>
       
    23 TARGET              t_utils.dll
    20 TARGET              t_utils.dll
    24 CAPABILITY      EUNIT_CAPS
       
    25 
    21 
    26 SOURCEPATH          .
    22 SOURCEPATH          .
    27 SOURCE              t_utils.cpp
    23 SOURCE              t_utils.cpp
    28 
    24 
    29 
    25 #include "../../tsrcutils/processmaster/pm.h"
    30 
    26 
    31 USERINCLUDE             ../../../core/srcdatamodel
    27 USERINCLUDE             ../../../core/srcdatamodel
    32 USERINCLUDE             ../../../presence/srcpresencedatamodel
    28 USERINCLUDE             ../../../presence/srcpresencedatamodel
    33 USERINCLUDE             ../../../presence/srcpresencedatamodel/presentitygroups
    29 USERINCLUDE             ../../../presence/srcpresencedatamodel/presentitygroups
    34 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencewatching
    30 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencewatching
    36 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencepublishing
    32 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencepublishing
    37 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceinfo
    33 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceinfo
    38 USERINCLUDE             ../../../core/srcutils
    34 USERINCLUDE             ../../../core/srcutils
    39 
    35 
    40 // TODO remove unnecessary
    36 // TODO remove unnecessary
    41 
       
    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
       
    53 
       
    54 SYSTEMINCLUDE           ../../../inc/core/base
    37 SYSTEMINCLUDE           ../../../inc/core/base
    55 SYSTEMINCLUDE           ../../../inc/core/datamodel
    38 SYSTEMINCLUDE           ../../../inc/core/datamodel
    56 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    39 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    57 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    40 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    58 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    41 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    62 
    45 
    63 
    46 
    64 LIBRARY             ecom.lib
    47 LIBRARY             ecom.lib
    65 LIBRARY             bafl.lib
    48 LIBRARY             bafl.lib
    66 LIBRARY             ximpdatamodel.lib
    49 LIBRARY             ximpdatamodel.lib
    67 LIBRARY             presencedatamodel.lib
       
    68 LIBRARY             estor.lib
       
    69 LIBRARY             ximputils.lib
    50 LIBRARY             ximputils.lib
    70 LIBRARY             eunit.lib
       
    71 LIBRARY             eunitutil.lib
       
    72 LIBRARY             euser.lib
       
    73 
    51 
    74 // end of file
    52 // end of file
    75 
    53 
    76 
    54