phoneapp/phoneuistates/tsrc/ut_cphonecallsetupandwaiting/group/ut_cphonecallsetupandwaiting.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_cphonecallsetupandwaiting.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      ../../../../phoneuistates/src
       
    37 SOURCE            CPhoneCallSetupAndWaiting.cpp
       
    38 
       
    39 SOURCEPATH      ../../../../../internal/mocks/phoneapp/phoneuicontrol
       
    40 SOURCE          mock_cphonenumberentrymanager.cpp
       
    41 
       
    42 SOURCEPATH      ../../../../internal/mocks/phoneuiutils
       
    43 SOURCE          mock_tphonetouchbuttonconfig.cpp
       
    44 
       
    45 // Sources required by the test suite
       
    46 SOURCEPATH      ../Src
       
    47 SOURCE          ut_cphonecallsetupandwaiting.cpp
       
    48 SOURCE          ut_cphonecallsetupandwaiting_DllMain.cpp
       
    49 
       
    50 
       
    51 USERINCLUDE        ../../common
       
    52 USERINCLUDE        ../../../../phoneuiview/inc
       
    53 USERINCLUDE        ../../../../phoneuicontrol/inc
       
    54 USERINCLUDE        ../../../../phoneuistates/inc
       
    55 USERINCLUDE        ../../../../phoneuiutils/inc
       
    56 USERINCLUDE        ../../../../phonemediatorcenter/inc
       
    57 USERINCLUDE        ../../../../phoneui2/srcdata
       
    58 USERINCLUDE        ../../../../phoneuiqtviewadapter/inc
       
    59 
       
    60  
       
    61 APP_LAYER_SYSTEMINCLUDE
       
    62 
       
    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 LIBRARY         phoneuiutils.lib
       
    78 
       
    79