phoneapp/phonemediatorcenter/tsrc/ut_mediatorsender/group/T_MediatorSender.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 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          T_MediatorSender.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 EPOCALLOWDLLDATA        // Allow global static data
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  T_MediatorSender.cpp
       
    32 
       
    33 SOURCEPATH              ../../../src
       
    34 SOURCE					CPhoneMediatorSender.cpp
       
    35 
       
    36 // Sources required by the test suite
       
    37 SOURCEPATH              ../src
       
    38 SOURCE                  T_MediatorSender_DllMain.cpp 
       
    39 SOURCE                  stubs.cpp
       
    40 
       
    41 USERINCLUDE             ../src
       
    42 USERINCLUDE             ../../../../phoneuiutils/inc
       
    43 USERINCLUDE             ../../../../phoneuicontrol/inc
       
    44 USERINCLUDE             ../../../../phoneui2/srcdata
       
    45 USERINCLUDE             ../../../../phoneuiqtviewadapter/inc
       
    46 
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 SYSTEMINCLUDE           ../../../inc
       
    49 SYSTEMINCLUDE           ../../../../../inc
       
    50 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    51 
       
    52 LIBRARY                 EUnit.lib
       
    53 LIBRARY                 EUnitUtil.lib
       
    54 LIBRARY                 euser.lib
       
    55 LIBRARY                 phoneuiutils.lib