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