ximpfw/tsrc/src/t_presencegroupmembermngt/t_presencegroupmembermngt.mmp
changeset 51 61fad867f68e
equal deleted inserted replaced
-1:000000000000 51:61fad867f68e
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: XIMP Framework Test Code 
       
    15 *
       
    16 */
       
    17 
       
    18 #include            "../../tsrcutils/eunitcommon/eunittstdllbase.hrh"
       
    19 #include            "../../tsrcutils/processmaster/pm.h"
       
    20 
       
    21 #include<platform_paths.hrh>
       
    22 #include<eunitcaps.h>
       
    23 
       
    24 TARGET              t_presencegroupmembermngt.dll
       
    25 //CAPABILITY              ALL - TCB - DRM
       
    26 CAPABILITY      EUNIT_CAPS
       
    27 
       
    28 SOURCEPATH          .
       
    29 SOURCE              t_presencegroupmembermngt.cpp
       
    30 
       
    31 
       
    32 USERINCLUDE             ../../../core/srcdatamodel
       
    33 USERINCLUDE             ../../../presence/srcpresencedatamodel
       
    34 USERINCLUDE             ../../../presence/srcpresencedatamodel/presentitygroups
       
    35 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencewatching
       
    36 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceauthorization
       
    37 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencepublishing
       
    38 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceinfo
       
    39 USERINCLUDE             ../../../core/srcutils
       
    40 
       
    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 SYSTEMINCLUDE           ../../../inc/core/base
       
    55 SYSTEMINCLUDE           ../../../inc/core/datamodel
       
    56 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
       
    57 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
       
    58 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
       
    59 SYSTEMINCLUDE           ../../../inc/presence/presencemanagement
       
    60 SYSTEMINCLUDE           ../../../inc/presence/presenceprotocolplugin
       
    61 SYSTEMINCLUDE           ../../../inc/presence/presenceprotocolpluginhost
       
    62 
       
    63 LIBRARY             ecom.lib
       
    64 LIBRARY             bafl.lib
       
    65 LIBRARY             ximpdatamodel.lib
       
    66 LIBRARY             presencedatamodel.lib
       
    67 LIBRARY             estor.lib
       
    68 LIBRARY             ximputils.lib
       
    69 LIBRARY             eunit.lib
       
    70 LIBRARY             eunitutil.lib
       
    71 LIBRARY             euser.lib
       
    72 
       
    73 
       
    74 // end of file
       
    75 
       
    76