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