contextframework/cfw/tsrc/public/basic/group/mt_cfsisupgrade.mmp
changeset 0 2e3d3ce01487
child 28 b0b858956ed5
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002 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_CFSisUpgrade.dll
       
    22 TARGETTYPE              dll
       
    23 UID                     0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY              ALL -TCB
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../mt_cfsisupgrade
       
    29 SOURCE                  MT_CFSisUpgrade.cpp
       
    30 
       
    31 SOURCEPATH		../common
       
    32 SOURCE			cftestdelay.cpp
       
    33 SOURCE			cfenvutils.cpp
       
    34 
       
    35 // Sources required by the test suite
       
    36 SOURCEPATH              ../mt_cfsisupgrade
       
    37 SOURCE                  MT_CFSisUpgrade_DllMain.cpp
       
    38 
       
    39 USERINCLUDE             ../mt_cfsisupgrade
       
    40 USERINCLUDE             ../mt_cfsisupgrade/contextsource_v1
       
    41 USERINCLUDE             ../mt_cfsisupgrade/contextsource_v2
       
    42 USERINCLUDE             ../mt_cfsisupgrade/action_v1
       
    43 USERINCLUDE             ../mt_cfsisupgrade/action_v2
       
    44 USERINCLUDE             ../mt_cfsisupgrade/operation_v1
       
    45 USERINCLUDE             ../mt_cfsisupgrade/operation_v2
       
    46 USERINCLUDE             ../common
       
    47 
       
    48 // User include folders required by the tested code
       
    49 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY                 EUnit.lib
       
    54 LIBRARY                 EUnitUtil.lib
       
    55 LIBRARY                 euser.lib
       
    56 LIBRARY			bafl.lib
       
    57 LIBRARY			efsrv.lib
       
    58 LIBRARY			SWInstCli.lib
       
    59 LIBRARY			ecom.lib
       
    60 LIBRARY			cfclient.lib
       
    61 LIBRARY			cfservices.lib
       
    62 
       
    63 // End of file