convergedcallengine/spsettings/tsrc/public/basic/spsettingsUT/group/ut_spsbackuphelperperformer.mmp
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2009 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 #include <platform_paths.hrh>
       
    19 #include <Digia/Eunit/EUnitCaps.h>
       
    20 
       
    21 TARGETTYPE DLL
       
    22 TARGET ut_spsbackuphelperperformer.dll
       
    23 CAPABILITY      EUNIT_CAPS
       
    24 UID 0x1000af5a 0x01700000
       
    25 VENDORID          VID_DEFAULT
       
    26 
       
    27 SOURCEPATH        ../src
       
    28 SOURCE            ut_spsbackuphelperperformer.cpp
       
    29 SOURCE            ut_spsbackuphelperperformer_dllmain.cpp
       
    30 
       
    31 SOURCEPATH        ../stubs
       
    32 SOURCE            serviceprovidersettings_stub.cpp
       
    33 SOURCE            centralrepository_stub.cpp
       
    34 
       
    35 // Sources required by the test suite
       
    36 SOURCEPATH        ../../../../../backuphelper/src
       
    37 SOURCE            spsbackuphelperperformer.cpp
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE     /epoc32/include/connect
       
    41 SYSTEMINCLUDE     /epoc32/include/Digia/EUnit
       
    42 USERINCLUDE        ../../../../../backuphelper/inc
       
    43 USERINCLUDE        ../../../../../inc
       
    44 
       
    45 LIBRARY           EUnit.lib
       
    46 LIBRARY           EUnitUtil.lib
       
    47 LIBRARY           euser.lib
       
    48