phoneapp/phoneuistates/tsrc/ut_cphonesingleandwaiting/group/ut_cphonesingleandwaiting.mmp
changeset 74 d1c62c765e48
child 78 baacf668fe89
equal deleted inserted replaced
65:2a5d4ab426d3 74:d1c62c765e48
       
     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_cphonesingleandwaiting.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000af5a 0x01700000
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 VENDORID        VID_DEFAULT
       
    28  
       
    29 SOURCEPATH      ../../../../../internal/mocks/phoneengine/engineinfo
       
    30 SOURCE          mock_cpeengineinfoimpl.cpp
       
    31 
       
    32 SOURCEPATH      ../../../../../phoneengine/engineinfo/src
       
    33 SOURCE          cpeengineinfo.cpp
       
    34  
       
    35 SOURCEPATH      ../../../../internal/mocks/phoneuicontrol
       
    36 SOURCE          mock_cphonestate.cpp
       
    37 SOURCE          mock_cphonestateincall.cpp
       
    38 SOURCE          mock_cphonestatemachine.cpp
       
    39 
       
    40 SOURCEPATH      ../../../../../internal/mocks/phoneapp/phoneuicontrol
       
    41 SOURCE          mock_cphonenumberentrymanager.cpp
       
    42 
       
    43 SOURCEPATH      ../../../../internal/mocks/phoneuistates
       
    44 SOURCE          mock_cphonestatemachinegsm.cpp
       
    45 
       
    46 SOURCEPATH      ../../../../internal/mocks/phoneuiutils
       
    47 SOURCE          mock_cphonelogger.cpp
       
    48 SOURCE          mock_cphonepubsubproxy.cpp
       
    49 SOURCE          mock_cphonemainresourceresolver.cpp
       
    50 SOURCE          mock_cphonekeys.cpp
       
    51 SOURCE          mock_tphonecmdparamcallstatedata.cpp
       
    52 SOURCE          mock_tphonecmdparamcallheaderdata.cpp
       
    53 
       
    54 SOURCEPATH      ../../../../internal/mocks/phoneuiview
       
    55 SOURCE          mock_cphoneviewcommandhandle.cpp
       
    56 
       
    57 SOURCEPATH      ../../../../../internal/mocks/eikmenupane
       
    58 SOURCE          mock_coemain.cpp
       
    59 SOURCE          mock_coecntrl.cpp
       
    60 
       
    61 SOURCEPATH      ../../../../internal/mocks/
       
    62 SOURCE          mock_featmgr.cpp
       
    63 SOURCE          mock_StringLoader.cpp
       
    64 
       
    65 SOURCEPATH      ../src
       
    66 SOURCE          ut_cphonesingleandwaiting.cpp
       
    67 
       
    68 SOURCEPATH      ../../../src        // phoneuistates src
       
    69 SOURCE          cphonesingleandwaiting.cpp
       
    70 SOURCE          cphonegeneralgsmmessageshandler.cpp
       
    71 SOURCE          cphonegsmincall.cpp
       
    72 
       
    73 // Sources required by the test suite
       
    74 SOURCEPATH      ../src
       
    75 SOURCE          ut_cphonesingleandwaiting_dllmain.cpp
       
    76 
       
    77 USERINCLUDE    ../../../../../phoneengine/engineinfo/inc
       
    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 APP_LAYER_SYSTEMINCLUDE
       
    88 
       
    89 SYSTEMINCLUDE    /epoc32/include/Digia/EUnit
       
    90 SYSTEMINCLUDE    ../../../../../inc        // phone inc
       
    91 
       
    92 
       
    93 LIBRARY         EUnit.lib
       
    94 LIBRARY         EUnitUtil.lib
       
    95 LIBRARY         euser.lib
       
    96 LIBRARY         avkon.lib         // AknTextUtils
       
    97 LIBRARY         cone.lib
       
    98 LIBRARY         phoneuiutils.lib
       
    99 LIBRARY         apgrfx.lib
       
   100 LIBRARY         symbianmock.lib
       
   101 LIBRARY         efsrv.lib
       
   102 LIBRARY         ws32.lib         // RWsSession
       
   103 LIBRARY         gdi.lib          // TZoomFactor
       
   104 LIBRARY         bafl.lib         // CBaActiveScheduler
       
   105 
       
   106