contextframework/cfw/tsrc/public/basic/group/mt_basicoperationsplugin.mmp
changeset 0 2e3d3ce01487
child 28 b0b858956ed5
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002 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 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          mt_basicoperationsplugin.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY              ALL -TCB
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../MT_BasicOperationsPlugIn
       
    29 SOURCE                  mt_basicoperationsplugin_DllMain.cpp
       
    30 SOURCE                  mt_basicoperationsplugin.cpp
       
    31 
       
    32 SOURCEPATH              ../common
       
    33 SOURCE			cffakeenv.cpp
       
    34 SOURCE			CFTestDelay.cpp
       
    35 SOURCE			ScriptEventNotifierSession.cpp
       
    36 SOURCE			cfenvutils.cpp
       
    37 
       
    38 // Sources needed by the test
       
    39 SOURCEPATH              ../../../../../cfw/src/cfserver
       
    40 SOURCE                  CFContextManager.cpp
       
    41 SOURCE                  CFUtils.cpp
       
    42 SOURCE                  CFCacheElement.cpp
       
    43 
       
    44 USERINCLUDE           ../MT_BasicOperationsPlugIn
       
    45 USERINCLUDE           ../common
       
    46 USERINCLUDE           ../../../../../cfw/inc/common
       
    47 USERINCLUDE           ../../../../../cfw/inc/cfserver
       
    48 USERINCLUDE           ../../../../../cfw/group
       
    49 USERINCLUDE           ../../../../../cfw/inc/cfscriptengine
       
    50 USERINCLUDE           ../../../../../cfw/src/cfscriptengine
       
    51 USERINCLUDE           ../../../../../cfw/inc/cfservices
       
    52 USERINCLUDE           ../../../../../cfw/CenRep
       
    53 USERINCLUDE           ../../../../../cfw/inc/cfoperationpluginservices
       
    54 
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    57 
       
    58 // System include folders required by the tested code
       
    59 
       
    60 LIBRARY                 EUnit.lib
       
    61 LIBRARY                 EUnitUtil.lib
       
    62 LIBRARY                 euser.lib
       
    63 
       
    64 // Libraries required by the tested code
       
    65 LIBRARY                 CFScriptEngine.lib
       
    66 LIBRARY                 cfoperationpluginservices.lib
       
    67 LIBRARY                 cfservices.lib
       
    68 LIBRARY                 efsrv.lib
       
    69 LIBRARY                 bafl.lib
       
    70 LIBRARY                 flogger.lib
       
    71 LIBRARY                 ecom.lib
       
    72 
       
    73 // End of file