contextframework/cfw/tsrc/public/basic/group/UT_CFOperationPluginManager.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_CFOperationPluginManager.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY              ALL -TCB
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../UT_CFOperationPluginManager
       
    29 SOURCE                  UT_CFOperationPluginManager.cpp
       
    30 SOURCE                  UT_CFOperationPluginManager_DllMain.cpp
       
    31 
       
    32 SOURCEPATH		../common
       
    33 SOURCE			cfenvutils.cpp
       
    34 
       
    35 // Sources required by the test suite
       
    36 SOURCEPATH              ../../../../src/cfoperationpluginservices
       
    37 SOURCE                  cfoperationpluginmanager.cpp
       
    38 SOURCE                  cfoperationplugin.cpp
       
    39 
       
    40 USERINCLUDE             ../UT_CFOperationPluginManager
       
    41 USERINCLUDE             ../common
       
    42 
       
    43 // User include folders required by the tested code
       
    44 USERINCLUDE             ../../../../inc/common
       
    45 USERINCLUDE             ../../../../inc/cfserver
       
    46 USERINCLUDE             ../../../../inc/cfservices
       
    47 USERINCLUDE             ../../../../src/cfoperationpluginservices
       
    48 USERINCLUDE             ../../../../inc/cfscriptengine
       
    49 USERINCLUDE             ../../../../group
       
    50 USERINCLUDE             ../../../../inc/cfoperationpluginservices
       
    51 USERINCLUDE             ../../../../CenRep
       
    52 
       
    53 MW_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    56 
       
    57 // System include folders required by the tested code
       
    58 
       
    59 LIBRARY                 EUnit.lib
       
    60 LIBRARY                 EUnitUtil.lib
       
    61 LIBRARY                 euser.lib
       
    62 
       
    63 // Libraries required by the tested code
       
    64 LIBRARY                 bafl.lib
       
    65 LIBRARY                 efsrv.lib
       
    66 LIBRARY                 ecom.lib
       
    67 LIBRARY                 centralrepository.lib
       
    68 LIBRARY                 cfservices.lib
       
    69 
       
    70 LIBRARY                 flogger.lib
       
    71 
       
    72 // End of file