phoneapp/phoneuistates/tsrc/ut_cphonesinglecall/group/ut_cphonesinglecall.mmp
changeset 77 2be0b271d017
child 78 baacf668fe89
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 #include <data_caging_paths.hrh>
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          ut_cphonesinglecall.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000af5a 0x01700000
       
    23 
       
    24 CAPABILITY      ALL -TCB
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 
       
    28 SOURCEPATH     ../../../../../internal/mocks/phoneengine/engineinfo
       
    29 SOURCE         mock_cpeengineinfoimpl.cpp
       
    30  
       
    31 SOURCEPATH     ../../../../internal/mocks/phoneuicontrol
       
    32 SOURCE         mock_CPhoneState.cpp
       
    33 SOURCE         mock_cphonestateincall.cpp
       
    34 SOURCE         mock_cphonestatemachine.cpp
       
    35 SOURCE         mock_cphonedtmfwaitchartimer.cpp
       
    36 
       
    37 SOURCEPATH     ../../../../../internal/mocks/phoneapp/phoneuicontrol
       
    38 SOURCE         mock_cphonenumberentrymanager.cpp
       
    39 
       
    40 SOURCEPATH     ../../../../internal/mocks/phoneuistates
       
    41 SOURCE         mock_cphonegsmincall.cpp
       
    42 SOURCE         mock_cphonestatemachinegsm.cpp
       
    43 
       
    44 SOURCEPATH     ../../../../internal/mocks/phoneuiutils
       
    45 SOURCE         mock_cphonelogger.cpp
       
    46 SOURCE         mock_cphonepubsubproxy.cpp
       
    47 SOURCE         mock_cphonemainresourceresolver.cpp
       
    48 SOURCE         mock_cphonekeys.cpp
       
    49 
       
    50 SOURCEPATH     ../../../../internal/mocks/phonemediatorcenter
       
    51 SOURCE         mock_cphoneterminateallconnectionscommand.cpp
       
    52 SOURCE         mock_cphonemediatorfactory.cpp
       
    53 SOURCE         mock_cphonemediatorsender.cpp
       
    54 
       
    55 SOURCEPATH     ../../../../internal/mocks/phoneuiview
       
    56 SOURCE         mock_cphoneviewcommandhandle.cpp
       
    57 
       
    58 SOURCEPATH     ../../../../../internal/mocks/eikmenupane
       
    59 SOURCE         mock_coemain.cpp
       
    60 SOURCE         mock_coecntrl.cpp
       
    61 SOURCE         mock_eikenv.cpp
       
    62 SOURCE         mock_eikvcurs.cpp
       
    63  
       
    64 
       
    65 SOURCEPATH     ../../../../internal/mocks/
       
    66 SOURCE         mock_featmgr.cpp
       
    67 SOURCE         mock_StringLoader.cpp
       
    68 
       
    69 SOURCEPATH     ../Src
       
    70 SOURCE         ut_cphonesinglecall.cpp
       
    71 
       
    72 SOURCEPATH     ../../../src        // phoneuistates src
       
    73 SOURCE         CPhoneSingleCall.cpp
       
    74  
       
    75 SOURCEPATH     ../../../../../phoneengine/engineinfo/src
       
    76 SOURCE         cpeengineinfo.cpp
       
    77 
       
    78 // Sources required by the test suite
       
    79 SOURCEPATH     ../Src
       
    80 SOURCE         ut_cphonesinglecall_DllMain.cpp
       
    81 
       
    82 USERINCLUDE    ../../../../../phoneengine/engineinfo/inc
       
    83 USERINCLUDE    ../../../../internal/mocks/phoneengine
       
    84 USERINCLUDE    ../../../../phoneuicontrol/inc
       
    85 USERINCLUDE    ../../../../phoneuistates/inc
       
    86 USERINCLUDE    ../../../../phonemediatorcenter/inc
       
    87 USERINCLUDE    ../../../../phoneuiutils/inc
       
    88 USERINCLUDE    ../../../../phoneui2/srcdata
       
    89 USERINCLUDE    ../../../../phoneuiqtviewadapter/inc
       
    90 USERINCLUDE    ../../../../internal/mocks/phoneuiview
       
    91 
       
    92  
       
    93 APP_LAYER_SYSTEMINCLUDE
       
    94 
       
    95 SYSTEMINCLUDE    /epoc32/include/Digia/EUnit
       
    96 SYSTEMINCLUDE    ../../../../../inc        // phone inc
       
    97 
       
    98 
       
    99 LIBRARY         EUnit.lib
       
   100 LIBRARY         EUnitUtil.lib
       
   101 LIBRARY         euser.lib
       
   102 LIBRARY         avkon.lib         // AknTextUtils
       
   103 LIBRARY         cone.lib
       
   104 LIBRARY         phoneuiutils.lib
       
   105 LIBRARY         apgrfx.lib
       
   106 LIBRARY         symbianmock.lib
       
   107 LIBRARY         efsrv.lib
       
   108 LIBRARY         ws32.lib         // RWsSession
       
   109 LIBRARY         gdi.lib          // TZoomFactor
       
   110 LIBRARY         bafl.lib         // CBaActiveScheduler
       
   111 
       
   112 
       
   113