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