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