phoneapp/phoneuistates/tsrc/ut_cphonecallsetup/group/ut_cphonecallsetup.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 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          ut_cphonecallsetup.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../Src
       
    29 SOURCE          ut_cphonecallsetup_DllMain.cpp
       
    30 
       
    31 SOURCEPATH      ../Src
       
    32 SOURCE          ut_cphonecallsetup.cpp
       
    33 
       
    34 SOURCEPATH      ../../common
       
    35 SOURCE          cphonestatemachinestub.cpp
       
    36 SOURCE          cphonestatestub.cpp
       
    37 SOURCE          CPhoneStateCallSetupstub.cpp
       
    38 SOURCE          stubs.cpp
       
    39 
       
    40 SOURCEPATH        ../../../src        // phoneuistates src
       
    41 SOURCE            CPhoneCallSetup.cpp
       
    42 SOURCE            CPhoneGeneralGsmMessagesHandler.cpp
       
    43 
       
    44 // User include folders required by the tested code
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE     ../../common
       
    47 USERINCLUDE     ../Src
       
    48 USERINCLUDE     ../../../../phonemediatorcenter/inc
       
    49 USERINCLUDE     ../../../../phoneuistates/inc
       
    50 USERINCLUDE     ../../../../phoneuicontrol/inc
       
    51 USERINCLUDE     ../../../../phoneuiview/inc
       
    52 USERINCLUDE     ../../../../phoneuiutils/inc
       
    53 USERINCLUDE     ../../../../phoneui2/srcdata
       
    54 USERINCLUDE     ../../../../phoneuiqtviewadapter/inc
       
    55 
       
    56 
       
    57 APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
       
    58 SYSTEMINCLUDE    /epoc32/include/Digia/EUnit
       
    59 SYSTEMINCLUDE    ../../../../../inc        // phone inc
       
    60 
       
    61 LIBRARY          EUnit.lib
       
    62 LIBRARY          EUnitUtil.lib
       
    63 LIBRARY          euser.lib
       
    64 
       
    65 LIBRARY          PhoneUIUtils.lib
       
    66 LIBRARY          PhoneEngine.lib
       
    67 LIBRARY          FeatMgr.lib // FeatureManager
       
    68 LIBRARY          avkon.lib // AknTextUtils
       
    69 LIBRARY          CommonEngine.lib //StringLoader 
       
    70 LIBRARY          cone.lib
       
    71 LIBRARY          apgrfx.lib