adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/core/group/core.mmp
changeset 4 510c70acdbf6
parent 3 1972d8c2e329
child 5 8ccc39f9d787
equal deleted inserted replaced
3:1972d8c2e329 4:510c70acdbf6
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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:   ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <non_foundation_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          ntt_core.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101FB3E3
       
    26 FEATUREVARIANT
       
    27 
       
    28 #if defined(EKA2)
       
    29 CAPABILITY	ALL -TCB
       
    30 VENDORID 	0x101FB657
       
    31 #endif
       
    32 
       
    33 
       
    34 DEFFILE         core.def
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          core.cpp
       
    38 SOURCE          coreblocks.cpp
       
    39 SOURCE          cmmmessagerouterbase.cpp
       
    40 SOURCE          cmmmessagemanager.cpp
       
    41 SOURCE          cmmmessagemanagerbase.cpp
       
    42 
       
    43 
       
    44 USERINCLUDE	../../notify/inc
       
    45 USERINCLUDE     ../inc 
       
    46 
       
    47 USERINCLUDE     ../../nwe/inc
       
    48 USERINCLUDE     ../../voice/inc
       
    49 USERINCLUDE     ../../../../../inc
       
    50 
       
    51 // Dependencies from other components
       
    52 OS_LAYER_SYSTEMINCLUDE
       
    53 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         stiftestinterface.lib
       
    57 LIBRARY         flogger.lib
       
    58 LIBRARY         isctestcontrolclient.lib
       
    59 
       
    60 LIBRARY         nokiatsy.lib  // Nokia TSY
       
    61 LIBRARY         etel.lib
       
    62 LIBRARY	    	etelmm.lib
       
    63 
       
    64 LANG			SC
       
    65 
       
    66 
       
    67 // End of File