convergedcallengine/spsettings/tsrc/public/basic/spsettingsUT/group/T_CSPSettingsUT.mmp
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2005-2007 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: MMP file for T_CSPSettings.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <digia/eunit/eunitcaps.h>
       
    21 
       
    22 TARGET            T_CSPSettings.dll
       
    23 TARGETTYPE        dll
       
    24 UID               0x1000af5a 0x01700000
       
    25 CAPABILITY      EUNIT_CAPS
       
    26 VENDORID          VID_DEFAULT
       
    27 
       
    28 SOURCEPATH        ../src
       
    29 SOURCE            T_CSPSettings.cpp
       
    30 SOURCE            T_CSPSettings_DllMain.cpp
       
    31 
       
    32 SOURCEPATH        ../stubs
       
    33 SOURCE            FeatMgrStub.cpp
       
    34 SOURCE            TestData.cpp
       
    35 SOURCE            spsbufferedpublisher_stub.cpp
       
    36 
       
    37 // Sources required by the test suite
       
    38 SOURCEPATH        ../../../../../src
       
    39 SOURCE            spsettings.cpp
       
    40 
       
    41 SOURCE            spsettingsengine.cpp
       
    42 SOURCE            spentry.cpp
       
    43 SOURCE            spproperty.cpp
       
    44 
       
    45 USERINCLUDE       ../src
       
    46 USERINCLUDE       ../stubs
       
    47 USERINCLUDE       ../../../../../inc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 SYSTEMINCLUDE     /epoc32/include/Digia/EUnit
       
    51 
       
    52 LIBRARY           EUnit.lib
       
    53 LIBRARY           EUnitUtil.lib
       
    54 LIBRARY           euser.lib
       
    55 
       
    56 LIBRARY           bafl.lib // CDesCArray
       
    57 LIBRARY           centralrepository.lib
       
    58 LIBRARY           cenrepdatabase.lib
       
    59 
       
    60 // End of File
       
    61