ximpfw/tsrc/src/t_presenceauthorization/t_presenceauthorization.mmp
branchRCL_3
changeset 43 113b91e0a2ad
parent 42 cfd5c2994f10
child 50 338724211739
equal deleted inserted replaced
42:cfd5c2994f10 43:113b91e0a2ad
    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 
    23 
    22 TARGET              t_presenceauthorization.dll
    24 TARGET              t_presenceauthorization.dll
       
    25 //CAPABILITY              ALL - TCB - DRM
       
    26 CAPABILITY      EUNIT_CAPS
    23 
    27 
    24 SOURCEPATH          .
    28 SOURCEPATH          .
    25 SOURCE              t_presenceauthorization.cpp
    29 SOURCE              t_presenceauthorization.cpp
    26 
    30 
    27 
    31 
    33 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencepublishing
    37 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencepublishing
    34 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceinfo
    38 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceinfo
    35 USERINCLUDE             ../../../core/srcutils
    39 USERINCLUDE             ../../../core/srcutils
    36 
    40 
    37 // 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
       
    53  
       
    54  
    38 SYSTEMINCLUDE           ../../../inc/core/base
    55 SYSTEMINCLUDE           ../../../inc/core/base
    39 SYSTEMINCLUDE           ../../../inc/core/datamodel
    56 SYSTEMINCLUDE           ../../../inc/core/datamodel
    40 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    57 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
    41 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    58 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
    42 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    59 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
    48 LIBRARY             bafl.lib
    65 LIBRARY             bafl.lib
    49 LIBRARY             ximpdatamodel.lib
    66 LIBRARY             ximpdatamodel.lib
    50 LIBRARY             presencedatamodel.lib
    67 LIBRARY             presencedatamodel.lib
    51 LIBRARY             estor.lib
    68 LIBRARY             estor.lib
    52 LIBRARY             ximputils.lib
    69 LIBRARY             ximputils.lib
    53 
    70 LIBRARY             eunit.lib
    54 
    71 LIBRARY             eunitutil.lib
       
    72 LIBRARY             euser.lib
    55 
    73 
    56 // end of file
    74 // end of file
    57 
    75 
    58 
    76