phoneapp/phonemediatorcenter/tsrc/ut_mediatorfactory/group/ut_mediatorfactory.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          ut_mediatorfactory.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                  ut_mediatorfactory.cpp
       
    32 SOURCE                  stubs.cpp
       
    33 SOURCE                  globals.cpp
       
    34 
       
    35 SOURCEPATH              ../../../src
       
    36 SOURCE                  cphonemediatorfactory.cpp
       
    37 
       
    38 // Sources required by the test suite
       
    39 SOURCEPATH              ../src
       
    40 SOURCE                  ut_mediatorfactory_DllMain.cpp
       
    41 
       
    42 USERINCLUDE             ../src
       
    43 USERINCLUDE             ../../../inc
       
    44 USERINCLUDE             ../../../../phoneuiutils/inc
       
    45 USERINCLUDE             ../../../../phoneuicontrol/inc
       
    46 USERINCLUDE             ../../../../phoneui2/srcdata
       
    47 USERINCLUDE             ../../../../phoneuiqtviewadapter/inc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 SYSTEMINCLUDE           ../src
       
    51 SYSTEMINCLUDE           ../../../inc
       
    52 SYSTEMINCLUDE           ../../../../../inc
       
    53 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    54 
       
    55 LIBRARY                 EUnit.lib
       
    56 LIBRARY                 EUnitUtil.lib
       
    57 LIBRARY                 euser.lib
       
    58 LIBRARY                 phoneuiutils.lib
       
    59