contextframework/cfw/tsrc/public/basic/group/UT_CCFContextManager.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_CCFContextManager.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_CCFContextManager
       
    30 SOURCE                  UT_CCFContextManagerDllMain.cpp
       
    31 SOURCE                  UT_CCFContextManager.cpp
       
    32  
       
    33 // Sources needed by the test
       
    34 SOURCEPATH              ../../../../src/cfserver
       
    35 SOURCE                  CFContextManager.cpp
       
    36 SOURCE                  CFUtils.cpp
       
    37 SOURCE                  CFCacheElement.cpp
       
    38 
       
    39 SOURCEPATH		../common
       
    40 SOURCE			cfenvutils.cpp
       
    41 
       
    42 USERINCLUDE             ../../../../inc/cfserver
       
    43 USERINCLUDE             ../../../../inc/cfservices
       
    44 USERINCLUDE             ../../../../inc/common
       
    45 USERINCLUDE             ../UT_CCFContextManager
       
    46 USERINCLUDE             ../common
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    51 
       
    52 LIBRARY                 cfactivatorengine.lib
       
    53 LIBRARY                 cfcontextsourcemanager.lib
       
    54 LIBRARY                 cfscriptengine.lib
       
    55 LIBRARY                 cfservices.lib
       
    56 LIBRARY                 ecom.lib
       
    57 LIBRARY                 efsrv.lib
       
    58 LIBRARY                 estor.lib
       
    59 LIBRARY                 EUnit.lib
       
    60 LIBRARY                 euser.lib
       
    61 LIBRARY                 flogger.lib
       
    62 
       
    63 // End of file