ximpfw/tsrc/tsrcprotocols/pr_prfwtestprotocol/pr_prfwtestprotocol.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:  Project definition file for Presence Framework Test Protocol
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../prfwtestprotocols_resource.hrh"
       
    20 #include<eunitcaps.h>
       
    21 
       
    22 TARGET              pr_prfwtestprotocol.dll
       
    23 TARGETTYPE          PLUGIN
       
    24 UID                 XIMP_DLL_UID_ECOM_PLUGIN  PRFW_DLL_UID_PR_PRFWTESTPROTOCOL
       
    25 VENDORID            VID_DEFAULT
       
    26 //CAPABILITY          ALL -TCB
       
    27 CAPABILITY      EUNIT_CAPS
       
    28 
       
    29 
       
    30 //ECOM RESOURCE
       
    31 START RESOURCE      pr_prfwtestprotocol.rss
       
    32 TARGET              pr_prfwtestprotocol.rsc
       
    33 END                 // RESOURCE
       
    34 
       
    35 SOURCEPATH          .
       
    36 SOURCE              pr_prfwtestprotocol.cpp
       
    37 
       
    38 SOURCEPATH          ../../tsrcutils/testcaseutils
       
    39 SOURCE              prfwtestfilelogichelper.cpp
       
    40 SOURCE              prfwtestfiletool.cpp
       
    41 
       
    42 USERINCLUDE             ../../../core/srcdatamodel
       
    43 USERINCLUDE             ../../../presence/srcpresencedatamodel
       
    44 USERINCLUDE             ../../../presence/srcpresencedatamodel/presentitygroups
       
    45 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencewatching
       
    46 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceauthorization
       
    47 USERINCLUDE             ../../../presence/srcpresencedatamodel/presencepublishing
       
    48 USERINCLUDE             ../../../presence/srcpresencedatamodel/presenceinfo
       
    49 USERINCLUDE             ../../../core/srcutils
       
    50 USERINCLUDE             ../../tsrcprotocols
       
    51 USERINCLUDE             ../../tsrcutils/testcaseutils
       
    52 
       
    53 // TODO remove unnecessary
       
    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 #if defined ( OS_LAYER_SYSTEMINCLUDE )
       
    64 OS_LAYER_SYSTEMINCLUDE
       
    65 #else
       
    66 SYSTEMINCLUDE     /epoc32/include
       
    67 #endif
       
    68 
       
    69  #if defined ( APP_LAYER_SYSTEMINCLUDE )
       
    70  APP_LAYER_SYSTEMINCLUDE
       
    71  #else
       
    72  SYSTEMINCLUDE     \epoc32\include
       
    73  #endif
       
    74 
       
    75 MW_LAYER_SYSTEMINCLUDE
       
    76 SYSTEMINCLUDE   /epoc32/include/ecom
       
    77 
       
    78 
       
    79 LIBRARY             euser.lib
       
    80 LIBRARY             ecom.lib
       
    81 LIBRARY             bafl.lib
       
    82 LIBRARY             estor.lib
       
    83 LIBRARY             efsrv.lib
       
    84 LIBRARY             flogger.lib
       
    85 
       
    86 LIBRARY             ximpdatamodel.lib
       
    87 LIBRARY             presencedatamodel.lib
       
    88 LIBRARY             ximputils.lib
       
    89 LIBRARY             prfwtestcaseutils.lib
       
    90 
       
    91 
       
    92 // End of file