phoneapp/phoneuistates/tsrc/ut_cphoneconference/group/ut_cphoneconference.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_cphoneconference.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 
       
    43 SOURCEPATH      ../Src
       
    44 SOURCE          ut_cphoneconference.cpp
       
    45 
       
    46 SOURCEPATH      ../../../../phoneuistates/src
       
    47 SOURCE          CPhoneConference.cpp
       
    48  
       
    49 
       
    50 // Sources required by the test suite
       
    51 SOURCEPATH      ../Src
       
    52 SOURCE          ut_cphoneconference_DllMain.cpp
       
    53 
       
    54 USERINCLUDE    ../../common
       
    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  
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 SYSTEMINCLUDE    /epoc32/include/Digia/EUnit
       
    65 SYSTEMINCLUDE    ../../../../../inc    // phone internal headers
       
    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         apgrfx.lib
       
    76 LIBRARY         symbianmock.lib
       
    77 LIBRARY         efsrv.lib
       
    78 LIBRARY         phoneuiutils.lib
       
    79 
       
    80