phoneapp/phoneuistates/tsrc/ut_cphoneerrormessageshandler/group/ut_cphoneerrormessageshandler.mmp
changeset 77 2be0b271d017
child 78 baacf668fe89
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
       
     1 /*
       
     2 * Copyright (c) 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 #include <data_caging_paths.hrh>
       
    18 #include <platform_paths.hrh>
       
    19 #include<Digia/Eunit/EUnitCaps.h>
       
    20 
       
    21 // DEFINES
       
    22 #define         KMyUniqueUid3 0x01700000
       
    23 #define         KEUnitTestDllUid2 0x1000af5a
       
    24 
       
    25 // Build target
       
    26 TARGET          ut_cphoneerrormessageshandler.dll
       
    27 TARGETTYPE      dll
       
    28 UID             KEUnitTestDllUid2 KMyUniqueUid3
       
    29 
       
    30 CAPABILITY      EUNIT_CAPS
       
    31 VENDORID        0x00000000
       
    32 
       
    33 // Source files
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          ut_cphoneerrormessageshandler_DllMain.cpp           // Test code
       
    36 SOURCE          ut_cphoneerrormessageshandler.cpp
       
    37 
       
    38 SOURCEPATH      ../../../../internal/mocks/phoneuiview
       
    39 SOURCE          mock_cphoneviewcommandhandle.cpp
       
    40 
       
    41 SOURCEPATH      ../../../../internal/mocks/phoneuistates
       
    42 SOURCE          mock_cphonestatemachinegsm.cpp
       
    43 
       
    44 SOURCEPATH      ../../../../internal/mocks/phoneuicontrol
       
    45 SOURCE          mock_cphonestatemachine.cpp
       
    46 
       
    47 SOURCEPATH      ../../../../../internal/mocks/eikmenupane
       
    48 SOURCE          mock_coemain.cpp
       
    49 SOURCE          mock_coemop.cpp
       
    50 
       
    51 SOURCEPATH      ../../../../internal/mocks/phoneuiutils
       
    52 SOURCE          mock_cphonelogger.cpp
       
    53 SOURCE          mock_cphonestorage.cpp
       
    54 SOURCE          mock_cphonemainerrormessageshandler.cpp
       
    55 SOURCE          mock_cphonepubsubproxy.cpp
       
    56 SOURCE          mock_tphonecmdparamboolean.cpp
       
    57 SOURCE          mock_tphonecommandparam.cpp
       
    58 SOURCE          mock_tphonecmdparamglobalnote.cpp
       
    59 SOURCE          mock_cphonemainresourceresolver.cpp
       
    60 SOURCE          mock_cphonecenrepproxy.cpp
       
    61 
       
    62 SOURCEPATH      ../../../../../internal/mocks/phoneengine/engineinfo
       
    63 SOURCE          mock_cpeengineinfoimpl.cpp
       
    64 
       
    65 SOURCEPATH      ../../../../../phoneengine/engineinfo/src
       
    66 SOURCE          cpeengineinfo.cpp
       
    67 
       
    68 // Code under test
       
    69 SOURCEPATH      ../../../src
       
    70 SOURCE          cphoneerrormessageshandler.cpp
       
    71 
       
    72 // Include paths
       
    73 USERINCLUDE     ../../../inc
       
    74 USERINCLUDE     ../../../../../phoneengine/engineinfo/inc
       
    75 USERINCLUDE     /sf/app/phone/phoneapp/phoneuiutils/inc
       
    76 USERINCLUDE     /sf/app/phone/phoneapp/phoneuiview/inc
       
    77 USERINCLUDE     /sf/app/phone/phoneapp/phoneuicontrol/inc
       
    78 USERINCLUDE     /sf/app/phone/phoneapp/phoneui2/srcdata
       
    79 USERINCLUDE     /sf/app/phone/phoneapp/phoneuiqtviewadapter/inc
       
    80 USERINCLUDE     ../../../../internal/mocks/phoneuiview
       
    81 
       
    82 SYSTEMINCLUDE   /epoc32/include /epoc32/include/Digia/EUnit
       
    83 SYSTEMINCLUDE   ../../../../../inc    // phone internal headers
       
    84 SYSTEMINCLUDE   /epoc32/include/platform/
       
    85 SYSTEMINCLUDE   /epoc32/include/platform/mw
       
    86 SYSTEMINCLUDE   /epoc32/include/platform/app
       
    87 SYSTEMINCLUDE   /epoc32/include/mw
       
    88 
       
    89 // Dependencies to system components
       
    90 LIBRARY         euser.lib EUnit.lib
       
    91 LIBRARY         bafl.lib
       
    92 LIBRARY         EUnitUtil.lib
       
    93 LIBRARY         FeatMgr.lib
       
    94 LIBRARY         avkon.lib
       
    95 LIBRARY         symbianmock.lib
       
    96 LIBRARY         ws32.lib
       
    97 LIBRARY         apgrfx.lib
       
    98 LIBRARY         RemConCoreApi.lib
       
    99 LIBRARY         efsrv.lib
       
   100 LIBRARY         gdi.lib