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