phoneapp/phoneuistates/tsrc/ut_cphsingleandcallsetupandwait/group/ut_cphsingleandcallsetupandwait.mmp
changeset 77 2be0b271d017
child 78 baacf668fe89
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
       
     1 /*
       
     2 * Copyright (c) 2005-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 <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          ut_cphsingleandcallsetupandwait.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH    ../../common
       
    29 SOURCE        cphonestatemachinestub.cpp
       
    30 SOURCE        cphonestateincallstub.cpp
       
    31 SOURCE        cphonegsmincallstub.cpp
       
    32 SOURCE        cphonestatestub.cpp
       
    33 SOURCE        phoneuiutils.cpp
       
    34 SOURCE        stubs.cpp
       
    35  
       
    36 SOURCEPATH    ../../../../internal/mocks/phoneuiutils
       
    37 SOURCE        mock_tphonetouchbuttonconfig.cpp
       
    38 
       
    39 SOURCEPATH    ../../../../../internal/mocks/phoneapp/phoneuicontrol
       
    40 SOURCE       mock_cphonenumberentrymanager.cpp
       
    41  
       
    42 SOURCEPATH    ../../../../phoneuistates/src
       
    43 SOURCE        CPhoneSingleAndCallSetupAndWaiting.cpp
       
    44 
       
    45 
       
    46 
       
    47 // Sources required by the test suite
       
    48 SOURCEPATH      ../Src
       
    49 SOURCE          ut_cphsingleandcallsetupandwait.cpp
       
    50 SOURCE          ut_cphsingleandcallsetupandwait_DllMain.cpp
       
    51 
       
    52 
       
    53 USERINCLUDE    ../../common
       
    54 USERINCLUDE    ../../../../phoneuiview/inc
       
    55 USERINCLUDE    ../../../../phoneuicontrol/inc
       
    56 USERINCLUDE    ../../../../phoneuistates/inc
       
    57 USERINCLUDE    ../../../../phonemediatorcenter/inc
       
    58 USERINCLUDE    ../../../../phoneuiutils/inc
       
    59 USERINCLUDE    ../../../../phoneui2/srcdata
       
    60 USERINCLUDE    ../../../../phoneuiqtviewadapter/inc
       
    61  
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 
       
    64 SYSTEMINCLUDE   /epoc32/include/Digia/EUnit
       
    65 SYSTEMINCLUDE   ../../../../../inc
       
    66 
       
    67 
       
    68 LIBRARY         EUnit.lib
       
    69 LIBRARY         EUnitUtil.lib
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         FeatMgr.lib         // FeatureManager
       
    72 LIBRARY         avkon.lib             // AknTextUtils
       
    73 LIBRARY         CommonEngine.lib     //StringLoader 
       
    74 LIBRARY         cone.lib
       
    75 LIBRARY         SymbianMock.lib
       
    76 
       
    77 
       
    78