imsrv_plat/ximp_core_feature_plugin_api/tsrc/tsrcutils/testcaseutils/prfwtestcaseutils.mmp
changeset 0 e6b17d312c8b
child 23 482d5cf4c4b4
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include                "prfwtestdlluids.hrh"
       
    20 
       
    21 TARGET                  prfwtestcaseutils.dll
       
    22 TARGETTYPE              dll
       
    23 UID                     PRFWTEST_DLL_UID_STATIC_INTERFACE PRFWTEST_DLL_UID_COMMON
       
    24 
       
    25 CAPABILITY              ALL -TCB 
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 
       
    29 SOURCEPATH              .
       
    30 SOURCE                  prfwteststatuseventlistener.cpp
       
    31 SOURCE                  prfwtestmessenger.cpp
       
    32 SOURCE                  prfwtestfilesrvmsg.cpp
       
    33 SOURCE                  prfwtestfiletool.cpp
       
    34 SOURCE                  prfwtestcontextwrapper.cpp
       
    35 SOURCE                  prfwtestcontextwrappermgr.cpp
       
    36 SOURCE                  prfwgeneralwaiter.cpp
       
    37 SOURCE                  prfwtestpresencedatautils.cpp
       
    38 SOURCE                  prfwtestlistener.cpp
       
    39 SOURCE                  prfwtestwaithelper.cpp
       
    40 SOURCE                  prfwtesteventfactory.cpp
       
    41 
       
    42 USERINCLUDE             ../../../../../ximpfw/core/srcdatamodel
       
    43 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel
       
    44 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presentitygroups
       
    45 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencewatching
       
    46 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceauthorization
       
    47 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presencepublishing
       
    48 USERINCLUDE             ../../../../../ximpfw/presence/srcpresencedatamodel/presenceinfo
       
    49 USERINCLUDE             ../../../../../ximpfw/core/srcutils
       
    50 
       
    51 
       
    52 USERINCLUDE             ../../../../../ximpfw/core/srcclient
       
    53 USERINCLUDE             ../../../../../ximpfw/core/srcpscserver
       
    54 USERINCLUDE             ../../../../../ximpfw/core/srcrootserver
       
    55 
       
    56 USERINCLUDE             .
       
    57 USERINCLUDE             ../../tsrcutils/eunitcommon
       
    58 USERINCLUDE             ../../tsrcutils/processmaster
       
    59 USERINCLUDE             ../../tsrcprotocols
       
    60 
       
    61 
       
    62 // TODO remove unnecessary
       
    63 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/base
       
    64 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/datamodel
       
    65 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolplugin
       
    66 SYSTEMINCLUDE           ../../../../../ximpfw/inc/core/protocolpluginhost
       
    67 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencedatamodel
       
    68 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presencemanagement
       
    69 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presenceprotocolplugin
       
    70 SYSTEMINCLUDE           ../../../../../ximpfw/inc/presence/presenceprotocolpluginhost
       
    71 
       
    72 SYSTEMINCLUDE           /epoc32/include/digia/eunit
       
    73 MW_LAYER_SYSTEMINCLUDE
       
    74 
       
    75 
       
    76 LIBRARY                 ecom.lib
       
    77 LIBRARY                 bafl.lib
       
    78 LIBRARY                 euser.lib
       
    79 LIBRARY                 estor.lib
       
    80 LIBRARY                 efsrv.lib
       
    81 LIBRARY                 eunit.lib
       
    82 LIBRARY                 eunitutil.lib
       
    83 LIBRARY                 ximpsrvclient.lib
       
    84 LIBRARY                 ximpdatamodel.lib
       
    85 LIBRARY             presencedatamodel.lib
       
    86 LIBRARY                 ximputils.lib
       
    87 
       
    88 EXPORTUNFROZEN
       
    89 
       
    90 // end of file
       
    91 
       
    92