contextframework/cfw/tsrc/public/basic/group/UT_CCFEngine.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_CCFEngine.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY              ALL -TCB
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../UT_CCFEngine
       
    29 SOURCE                  UT_CCFEngineDllMain.cpp
       
    30 SOURCE                  UT_CCFEngine.cpp
       
    31 SOURCE					cftestcontextlistener.cpp
       
    32  
       
    33 SOURCEPATH		../common
       
    34 SOURCE			cfenvutils.cpp
       
    35 SOURCE			cftestdelay.cpp
       
    36 
       
    37 // Sources needed by the test
       
    38 SOURCEPATH              ../../../../src/cfserver
       
    39 SOURCE                  CFPropertyListener.cpp
       
    40 SOURCE                  CFEngine.cpp
       
    41 SOURCE					CFEComObserver.cpp
       
    42 SOURCE                  CFServSession.cpp
       
    43 SOURCE                  CFPhaseBase.cpp
       
    44 SOURCE                  CFMessageHandlerAction.cpp
       
    45 SOURCE                  CFPhaseDeviceStarted.cpp
       
    46 SOURCE                  CFServer.cpp
       
    47 SOURCE                  CFMessageHandlerBase.cpp
       
    48 SOURCE                  CFMessageHandlerContext.cpp
       
    49 SOURCE                  CFPhaseDeviceStarting.cpp
       
    50 SOURCE                  CFPhaseLoadingPlugins.cpp
       
    51 SOURCE                  CFPhaseLoadingRules.cpp
       
    52 SOURCE                  CFStarter.cpp
       
    53 SOURCE                  CFContextManager.cpp
       
    54 SOURCE                  CFCacheElement.cpp
       
    55 SOURCE                  CFUtils.cpp
       
    56 SOURCE                  CFPhaseCfwReady.cpp
       
    57 SOURCE                  CFMessageHandlerScript.cpp
       
    58 SOURCE 			cfasynccmdqueue.cpp
       
    59 SOURCE 			cfcmd.cpp
       
    60 SOURCE 			cfactioncmd.cpp
       
    61 SOURCE 			cfpublishcontextcmd.cpp
       
    62 SOURCE 			cfremovesubscriptioncleanupcmd.cpp
       
    63 SOURCE 			cfcontextsourcecmd.cpp
       
    64 
       
    65 USERINCLUDE             ../../../../inc/cfactivatorengine
       
    66 USERINCLUDE             ../../../../inc/cfcontextsourcemanager
       
    67 USERINCLUDE             ../../../../inc/cfscriptengine
       
    68 USERINCLUDE             ../../../../inc/cfserver
       
    69 USERINCLUDE             ../../../../inc/cfservices
       
    70 USERINCLUDE             ../../../../inc/common
       
    71 USERINCLUDE             ../../../../cenrep
       
    72 USERINCLUDE             ../UT_CCFEngine
       
    73 USERINCLUDE             ../common
       
    74 
       
    75 MW_LAYER_SYSTEMINCLUDE
       
    76 
       
    77 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    78 
       
    79 LIBRARY                 cfactivatorengine.lib
       
    80 LIBRARY                 cfcontextsourcemanager.lib
       
    81 LIBRARY                 cfscriptengine.lib
       
    82 LIBRARY                 cfservices.lib
       
    83 LIBRARY                 cfoperationpluginservices.lib
       
    84 LIBRARY                 ecom.lib
       
    85 LIBRARY                 efsrv.lib
       
    86 LIBRARY                 estor.lib
       
    87 LIBRARY                 EUnit.lib
       
    88 LIBRARY                 euser.lib
       
    89 LIBRARY                 flogger.lib
       
    90 LIBRARY                 centralrepository.lib
       
    91 
       
    92 // End of file