contextframework/cfw/tsrc/public/basic/group/UT_CFActivatorEngine.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          UT_CFActivatorEngine.dll
       
    22 TARGETTYPE      dll
       
    23 TARGETPATH      /DigiaEUnit/Tests
       
    24 UID             0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY              ALL -TCB
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../UT_CFActivatorEngine
       
    30 SOURCE                  UT_CFActivatorEngineDllMain.cpp
       
    31 SOURCE                  UT_CFActivatorEngine.cpp
       
    32 
       
    33 SOURCEPATH		../common
       
    34 SOURCE			cfenvutils.cpp
       
    35 
       
    36 // Sources needed by the test
       
    37 SOURCEPATH              ../../../../src/cfactivatorengine
       
    38 SOURCE                  CFActivatorEngineActionPluginManager.cpp
       
    39 SOURCE                  CFActivator.cpp
       
    40 SOURCE                  CFActionPlugin.cpp
       
    41 SOURCE                  CFActionCacheElement.cpp
       
    42 SOURCE                  CFActivatorTimedSchedulerWait.cpp
       
    43 SOURCE                  CFActionPlugInImpl.cpp
       
    44 SOURCE			cfactionpluginthread.cpp
       
    45 SOURCE			cfactionexecutionhandler.cpp
       
    46 SOURCE			cfasynccleanup.cpp
       
    47 
       
    48 USERINCLUDE             ../../../../CenRep
       
    49 USERINCLUDE             ../../../../inc/cfactivatorengine
       
    50 USERINCLUDE             ../../../../inc/cfscriptengine
       
    51 USERINCLUDE             ../../../../inc/cfserver
       
    52 USERINCLUDE             ../../../../inc/cfservices
       
    53 USERINCLUDE             ../../../../inc/common
       
    54 USERINCLUDE             ../UT_CFActivatorEngine
       
    55 USERINCLUDE             ../TestActionPlugin/inc
       
    56 USERINCLUDE		../common
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    61 
       
    62 LIBRARY                 bafl.lib
       
    63 LIBRARY                 centralrepository.lib
       
    64 LIBRARY                 cfoperationpluginservices.lib
       
    65 LIBRARY                 cfservices.lib
       
    66 LIBRARY                 ecom.lib
       
    67 LIBRARY                 efsrv.lib
       
    68 LIBRARY                 estor.lib
       
    69 LIBRARY                 EUnit.lib
       
    70 LIBRARY                 euser.lib
       
    71 LIBRARY                 ws32.lib
       
    72 LIBRARY                 viewcli.lib
       
    73 LIBRARY                 apgrfx.lib
       
    74 LIBRARY                 aknnotify.lib
       
    75 LIBRARY                 flogger.lib
       
    76 
       
    77 // End of file