ximpfw/tsrc/tsrcprotocols/pr_prfwtestprotocol/pr_prfwtestprotocol.mmp
changeset 0 e6b17d312c8b
child 20 eedf17a17c27
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:  Project definition file for Presence Framework Test Protocol
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../prfwtestprotocols_resource.hrh"
       
    20 
       
    21 TARGET              pr_prfwtestprotocol.dll
       
    22 TARGETTYPE          PLUGIN
       
    23 UID                 XIMP_DLL_UID_ECOM_PLUGIN  PRFW_DLL_UID_PR_PRFWTESTPROTOCOL
       
    24 VENDORID            VID_DEFAULT
       
    25 CAPABILITY          ALL -TCB
       
    26 
       
    27 
       
    28 //ECOM RESOURCE
       
    29 START RESOURCE      pr_prfwtestprotocol.rss
       
    30 TARGET              pr_prfwtestprotocol.rsc
       
    31 END                 // RESOURCE
       
    32 
       
    33 SOURCEPATH          .
       
    34 SOURCE              pr_prfwtestprotocol.cpp
       
    35 
       
    36 SOURCEPATH          ../../tsrcutils/testcaseutils
       
    37 SOURCE              prfwtestfilelogichelper.cpp
       
    38 SOURCE              prfwtestfiletool.cpp
       
    39 
       
    40 USERINCLUDE             ../../../core/srcdatamodel
       
    41 USERINCLUDE             ../../../presence/srcpresencedatamodel
       
    42 USERINCLUDE             ../../../presence/srcpresencedatamodel/presentitygroups
       
    43 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencewatching
       
    44 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceauthorization
       
    45 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencepublishing
       
    46 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceinfo
       
    47 USERINCLUDE             ../../../core/srcutils
       
    48 USERINCLUDE             ../../tsrcprotocols
       
    49 USERINCLUDE             ../../tsrcutils/testcaseutils
       
    50 
       
    51 // TODO remove unnecessary
       
    52 SYSTEMINCLUDE           ../../../inc/core/base
       
    53 SYSTEMINCLUDE           ../../../inc/core/datamodel
       
    54 SYSTEMINCLUDE           ../../../inc/core/protocolplugin
       
    55 SYSTEMINCLUDE           ../../../inc/core/protocolpluginhost
       
    56 SYSTEMINCLUDE           ../../../inc/presence/presencedatamodel
       
    57 SYSTEMINCLUDE           ../../../inc/presence/presencemanagement
       
    58 SYSTEMINCLUDE           ../../../inc/presence/presenceprotocolplugin
       
    59 SYSTEMINCLUDE           ../../../inc/presence/presenceprotocolpluginhost
       
    60 
       
    61 
       
    62 
       
    63 MW_LAYER_SYSTEMINCLUDE
       
    64 SYSTEMINCLUDE   /epoc32/include/ecom
       
    65 
       
    66 
       
    67 LIBRARY             euser.lib
       
    68 LIBRARY             ecom.lib
       
    69 LIBRARY             bafl.lib
       
    70 LIBRARY             estor.lib
       
    71 LIBRARY             efsrv.lib
       
    72 LIBRARY             flogger.lib
       
    73 
       
    74 LIBRARY             ximpdatamodel.lib
       
    75 LIBRARY             presencedatamodel.lib
       
    76 LIBRARY             ximputils.lib
       
    77 LIBRARY             prfwtestcaseutils.lib
       
    78 
       
    79 
       
    80 // End of file