phoneapp/phonemediatorcenter/tsrc/ut_mediatormessagefactory/group/T_MediatorMessageFactory.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_MediatorMessageFactory.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_MediatorMessageFactory.cpp
       
    32 SOURCE                  stubs.cpp
       
    33 
       
    34 // Sources required by the test suite
       
    35 SOURCEPATH              ../src
       
    36 SOURCE                  T_MediatorMessageFactory_DllMain.cpp
       
    37 
       
    38 SOURCEPATH              ../../../src
       
    39 SOURCE                  cphonemediatormessagefactory.cpp
       
    40 
       
    41 USERINCLUDE             ../src
       
    42 USERINCLUDE             ../../../inc
       
    43 USERINCLUDE             ../../../../phoneuiutils/inc
       
    44 USERINCLUDE             ../../../../phoneui2/srcdata
       
    45 
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 SYSTEMINCLUDE           ../../../../../inc
       
    48 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    49 
       
    50 LIBRARY                 EUnit.lib
       
    51 LIBRARY                 EUnitUtil.lib
       
    52 LIBRARY                 euser.lib
       
    53 
       
    54